forked from pool/perl-autovivification
Accepting request 515875 from devel:languages:perl
1 OBS-URL: https://build.opensuse.org/request/show/515875 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-autovivification?expand=0&rev=8
This commit is contained in:
commit
23f56b6c86
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:814d0ef1fc6f01dbd0b85ffbec474b66d581c3a3ceb537e5ca67dbe9129f4290
|
||||
size 49374
|
3
autovivification-0.17.tar.gz
Normal file
3
autovivification-0.17.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:21708f7d82c103465be5c94b0e3f467754f1ff9882ed3f965a64e59972faeb7c
|
||||
size 55277
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user