diff --git a/Data-GUID-0.048.tar.gz b/Data-GUID-0.048.tar.gz deleted file mode 100644 index d6bfb7b..0000000 --- a/Data-GUID-0.048.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cb263b1e6eeecc5797de6f945d42ace2db26c156172883550b73fa2ecdab29dc -size 16675 diff --git a/Data-GUID-0.049.tar.gz b/Data-GUID-0.049.tar.gz new file mode 100644 index 0000000..e37334a --- /dev/null +++ b/Data-GUID-0.049.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8af437d49fd0425a23ebff3e5989dae64deeaf0e046aa5f413665cd3169a77b +size 19513 diff --git a/perl-Data-GUID.changes b/perl-Data-GUID.changes index b2d5161..03a4404 100644 --- a/perl-Data-GUID.changes +++ b/perl-Data-GUID.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Sun Oct 7 19:24:27 UTC 2018 - Dirk Stoecker + +- FIx build + +------------------------------------------------------------------- +Wed Feb 7 16:20:55 UTC 2018 - coolo@suse.com + +- updated to 0.049 + see /usr/share/doc/packages/perl-Data-GUID/Changes + + 0.049 2017-01-23 19:04:58-05:00 America/New_York + - Data::UUID can sometimes produce duplicate UUIDs when a single UUID + generator is used on both sides of a fork. Data::GUID now silently + replaces its UUID generator when the pid changes. (bug reported by + Matthew Horsfall) + ------------------------------------------------------------------- Sun Apr 19 07:40:20 UTC 2015 - coolo@suse.com diff --git a/perl-Data-GUID.spec b/perl-Data-GUID.spec index ddd8498..865ea5b 100644 --- a/perl-Data-GUID.spec +++ b/perl-Data-GUID.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Data-GUID # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,19 +12,19 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: perl-Data-GUID -Version: 0.048 +Version: 0.049 Release: 0 %define cpan_name Data-GUID Summary: Globally Unique Identifiers -License: Artistic-1.0 or GPL-1.0+ +License: Artistic-1.0 OR GPL-1.0-or-later Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/Data-GUID/ -Source0: http://www.cpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz +Source0: https://cpan.metacpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -60,6 +60,7 @@ unique identifiers. %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes LICENSE README +%doc Changes README +%license LICENSE %changelog