diff --git a/Clone-0.41.tar.gz b/Clone-0.41.tar.gz deleted file mode 100644 index d017a99..0000000 --- a/Clone-0.41.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e8c056dcf4bc8889079a09412af70194a54a269689ba72edcd91291a46a51518 -size 14441 diff --git a/Clone-0.43.tar.gz b/Clone-0.43.tar.gz new file mode 100644 index 0000000..e7960e6 --- /dev/null +++ b/Clone-0.43.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99025344686535c1ded464fe126df900b645b858e6d8873635ba81b4882eeeda +size 15953 diff --git a/perl-Clone.changes b/perl-Clone.changes index f8174f5..b15da00 100644 --- a/perl-Clone.changes +++ b/perl-Clone.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Wed Jul 31 05:03:45 UTC 2019 - Stephan Kulow + +- updated to 0.43 + see /usr/share/doc/packages/perl-Clone/Changes + + 0.43 2019-07-29 13:47:42 atomic + - fix an issue when cloning a NULL mg_ptr pointer + +------------------------------------------------------------------- +Fri Jul 19 05:32:49 UTC 2019 - Stephan Kulow + +- updated to 0.42 + see /usr/share/doc/packages/perl-Clone/Changes + + 0.42 2019-07-19 23:06:04 garu + - make handling of mg_ptr safer (ATOOMIC, Harald Jörg) + - change license wording on some test files to + make the entire dist released under the same + terms as Perl itself (fixes GH#20) (GARU) + ------------------------------------------------------------------- Thu Nov 8 06:07:26 UTC 2018 - Stephan Kulow diff --git a/perl-Clone.spec b/perl-Clone.spec index 70c8df8..33dac1a 100644 --- a/perl-Clone.spec +++ b/perl-Clone.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Clone # -# Copyright (c) 2018 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 @@ -17,18 +17,19 @@ Name: perl-Clone -Version: 0.41 +Version: 0.43 Release: 0 %define cpan_name Clone -Summary: Recursively Copy Perl Datatypes +Summary: Recursively copy Perl datatypes License: Artistic-1.0 OR GPL-1.0-or-later Group: Development/Libraries/Perl Url: https://metacpan.org/release/%{cpan_name} -Source0: https://cpan.metacpan.org/authors/id/G/GA/GARU/%{cpan_name}-%{version}.tar.gz +Source0: https://cpan.metacpan.org/authors/id/A/AT/ATOOMIC/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros +BuildRequires: perl(B::COW) %{perl_requires} %description @@ -51,10 +52,10 @@ find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644 %build perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" -%{__make} %{?_smp_mflags} +make %{?_smp_mflags} %check -%{__make} test +make test %install %perl_make_install @@ -63,6 +64,6 @@ perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes +%doc Changes README.md %changelog