diff --git a/autovivification-0.16.tar.gz b/autovivification-0.16.tar.gz deleted file mode 100644 index 15908fb..0000000 --- a/autovivification-0.16.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:814d0ef1fc6f01dbd0b85ffbec474b66d581c3a3ceb537e5ca67dbe9129f4290 -size 49374 diff --git a/autovivification-0.17.tar.gz b/autovivification-0.17.tar.gz new file mode 100644 index 0000000..d5bb329 --- /dev/null +++ b/autovivification-0.17.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21708f7d82c103465be5c94b0e3f467754f1ff9882ed3f965a64e59972faeb7c +size 55277 diff --git a/perl-autovivification.changes b/perl-autovivification.changes index 17c224f..e9bd09b 100644 --- a/perl-autovivification.changes +++ b/perl-autovivification.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Thu Aug 3 06:30:16 UTC 2017 - coolo@suse.com + +- updated to 0.17 + see /usr/share/doc/packages/perl-autovivification/Changes + + 0.17 2017-07-31 17:15 UTC + + Chg : A large chunk of boilerplate XS code, which is also used in + other XS modules, has been factored out of the main .xs file + to a collection of .h files in the xsh subdirectory. + + Fix : The new optimization in perl 5.27.3 for scalar(keys(%$hashref)) + is now correcty supported. + ------------------------------------------------------------------- Thu Jul 2 09:34:11 UTC 2015 - coolo@suse.com diff --git a/perl-autovivification.spec b/perl-autovivification.spec index a67ad5a..011cf7a 100644 --- a/perl-autovivification.spec +++ b/perl-autovivification.spec @@ -1,7 +1,7 @@ # # spec file for package perl-autovivification # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 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,14 +17,14 @@ Name: perl-autovivification -Version: 0.16 +Version: 0.17 Release: 0 %define cpan_name autovivification Summary: Lexically disable autovivification License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/autovivification/ -Source0: http://www.cpan.org/authors/id/V/VP/VPIT/%{cpan_name}-%{version}.tar.gz +Source0: https://cpan.metacpan.org/authors/id/V/VP/VPIT/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl