diff --git a/Data-UUID-1.221.tar.gz b/Data-UUID-1.221.tar.gz deleted file mode 100644 index 033f359..0000000 --- a/Data-UUID-1.221.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3cc7b2a3a7b74b45a059e013f7fd878078500ea4b7269036f84556b022078667 -size 17041 diff --git a/Data-UUID-1.224.tar.gz b/Data-UUID-1.224.tar.gz new file mode 100644 index 0000000..f984197 --- /dev/null +++ b/Data-UUID-1.224.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c958c17502bbef5eccf40c040874895747f7f9b9f9e5192c18688370981bf47c +size 17635 diff --git a/perl-Data-UUID.changes b/perl-Data-UUID.changes index 8eb66be..a0c0873 100644 --- a/perl-Data-UUID.changes +++ b/perl-Data-UUID.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Wed Mar 13 15:55:42 UTC 2019 - Stephan Kulow + +- updated to 1.224 + see /usr/share/doc/packages/perl-Data-UUID/Changes + + 1.224 2019-03-02 + - No changes since 1.223 + + 1.223 2019-02-14 (TRIAL) + - Use File::Spec to get tmpdir instead of hardcoding (thanks, Desmond + Daignault) + + 1.222 2018-04-29 (TRIAL) + - Properly quote C strings passed in DEFINE (thanks, Salvador FadiƱo) + - Fix memory leak by decreasing reference count (thanks, Daniel Spang) + ------------------------------------------------------------------- Sun Aug 23 08:40:39 UTC 2015 - coolo@suse.com diff --git a/perl-Data-UUID.spec b/perl-Data-UUID.spec index dadd6e7..8c870a0 100644 --- a/perl-Data-UUID.spec +++ b/perl-Data-UUID.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Data-UUID # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 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-UUID -Version: 1.221 +Version: 1.224 Release: 0 %define cpan_name Data-UUID Summary: Globally/Universally Unique Identifiers (GUIDs/UUIDs) License: BSD-3-Clause Group: Development/Libraries/Perl -Url: http://search.cpan.org/dist/Data-UUID/ -Source0: http://www.cpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz +Url: https://metacpan.org/release/%{cpan_name} +Source0: https://cpan.metacpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl @@ -120,11 +120,11 @@ Examples: %setup -q -n %{cpan_name}-%{version} %build -%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" -%{__make} %{?_smp_mflags} +perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" +make %{?_smp_mflags} %check -%{__make} test +make test %install %perl_make_install @@ -133,6 +133,7 @@ Examples: %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes LICENSE README +%doc Changes README +%license LICENSE %changelog