- 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:
parent
c4e4bc88f9
commit
e8c9a7ddd1
@ -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
3
perl-5.16.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0704b1421fe50015becd32c8b7ed05843e8b6c188a8c16cb0c11d76986375fd0
|
||||||
|
size 13550613
|
@ -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
|
Tue Jun 12 05:58:13 UTC 2012 - coolo@suse.com
|
||||||
|
|
||||||
|
12
perl.spec
12
perl.spec
@ -21,16 +21,16 @@ Name: perl
|
|||||||
Summary: The Perl interpreter
|
Summary: The Perl interpreter
|
||||||
License: Artistic-1.0 or GPL-2.0+
|
License: Artistic-1.0 or GPL-2.0+
|
||||||
Group: Development/Languages/Perl
|
Group: Development/Languages/Perl
|
||||||
Version: 5.16.0
|
Version: 5.16.1
|
||||||
Release: 0
|
Release: 0
|
||||||
%define pversion 5.16.0
|
%define pversion 5.16.1
|
||||||
Url: http://www.perl.org/
|
Url: http://www.perl.org/
|
||||||
Source: perl-5.16.0.tar.bz2
|
Source: perl-%{pversion}.tar.bz2
|
||||||
Source1: %name-rpmlintrc
|
Source1: %name-rpmlintrc
|
||||||
Source2: macros.perl
|
Source2: macros.perl
|
||||||
Source3: README.macros
|
Source3: README.macros
|
||||||
Source4: baselibs.conf
|
Source4: baselibs.conf
|
||||||
Patch0: perl-%{pversion}.dif
|
Patch0: perl-5.16.0.dif
|
||||||
Patch1: perl-gracefull-net-ftp.diff
|
Patch1: perl-gracefull-net-ftp.diff
|
||||||
Patch2: perl-regexp-refoverflow.diff
|
Patch2: perl-regexp-refoverflow.diff
|
||||||
Patch3: perl-nroff.diff
|
Patch3: perl-nroff.diff
|
||||||
@ -85,7 +85,7 @@ Obsoletes: perl-IO-Zlib
|
|||||||
Provides: perl-Archive-Tar
|
Provides: perl-Archive-Tar
|
||||||
Provides: perl-Module-Build
|
Provides: perl-Module-Build
|
||||||
# 0.39 is smaller than 0.3601, but this is what spec files require
|
# 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-Archive-Tar
|
||||||
Obsoletes: perl-Module-Build
|
Obsoletes: perl-Module-Build
|
||||||
Provides: perl-Locale-Maketext-Simple
|
Provides: perl-Locale-Maketext-Simple
|
||||||
@ -153,7 +153,7 @@ BuildArch: noarch
|
|||||||
Perl man pages and pod files.
|
Perl man pages and pod files.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n perl-5.16.0
|
%setup -q -n perl-5.16.1
|
||||||
cp -p %{S:3} .
|
cp -p %{S:3} .
|
||||||
%patch0
|
%patch0
|
||||||
%patch1
|
%patch1
|
||||||
|
Loading…
Reference in New Issue
Block a user