- update to 5.16.1

* an off-by-two error in Scalar-List-Util has been fixed
 * many perl modules updated

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl?expand=0&rev=84
This commit is contained in:
Stephan Kulow 2012-09-04 13:42:17 +00:00 committed by Git OBS Bridge
parent 62ffa34a0e
commit 5b2a638195
4 changed files with 16 additions and 9 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8c1d25e92a5760e84f77baa57fde5606fd6e95ec992408d36fa53c47162721d1
size 13568573

3
perl-5.16.1.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0704b1421fe50015becd32c8b7ed05843e8b6c188a8c16cb0c11d76986375fd0
size 13550613

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Sep 4 13:05:25 UTC 2012 - coolo@suse.com
- update to 5.16.1
* an off-by-two error in Scalar-List-Util has been fixed
* many perl modules updated
-------------------------------------------------------------------
Tue Jun 12 05:58:13 UTC 2012 - coolo@suse.com

View File

@ -21,16 +21,16 @@ Name: perl
Summary: The Perl interpreter
License: Artistic-1.0 or GPL-2.0+
Group: Development/Languages/Perl
Version: 5.16.0
Version: 5.16.1
Release: 0
%define pversion 5.16.0
%define pversion 5.16.1
Url: http://www.perl.org/
Source: perl-5.16.0.tar.bz2
Source: perl-%{pversion}.tar.bz2
Source1: %name-rpmlintrc
Source2: macros.perl
Source3: README.macros
Source4: baselibs.conf
Patch0: perl-%{pversion}.dif
Patch0: perl-5.16.0.dif
Patch1: perl-gracefull-net-ftp.diff
Patch2: perl-regexp-refoverflow.diff
Patch3: perl-nroff.diff
@ -85,7 +85,7 @@ Obsoletes: perl-IO-Zlib
Provides: perl-Archive-Tar
Provides: perl-Module-Build
# 0.39 is smaller than 0.3601, but this is what spec files require
Provides: perl(Module::Build) = 0.3900
Provides: perl(Module::Build) = 0.3901
Obsoletes: perl-Archive-Tar
Obsoletes: perl-Module-Build
Provides: perl-Locale-Maketext-Simple
@ -153,7 +153,7 @@ BuildArch: noarch
Perl man pages and pod files.
%prep
%setup -q -n perl-5.16.0
%setup -q -n perl-5.16.1
cp -p %{S:3} .
%patch0
%patch1