Accepting request 359175 from home:namtrac:branches:devel:languages:perl
- Update to perl-5.22.1 * Several bugs, including a segmentation fault, have been fixed with the bounds checking constructs (introduced in Perl 5.22) * Module::CoreList has been upgraded from version 5.20150520 to 5.20151213. * PerlIO::scalar has been upgraded from version 0.22 to 0.23. * POSIX has been upgraded from version 1.53 to 1.53_01. * Storable has been upgraded from version 2.53 to 2.53_01. * warnings has been upgraded from version 1.32 to 1.34. * See perldelta.pod for all the changes. - Update perl-5.22.0.dif stop patching CPAN.pm, it was MacOS only and was breaking tests (due to SHA-1 mismatch). OBS-URL: https://build.opensuse.org/request/show/359175 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl?expand=0&rev=137
This commit is contained in:
parent
9b696615e1
commit
8afc6e5ffb
@ -270,17 +270,6 @@
|
||||
+# May SuSEconfig modify your perllocal.pod? (yes/no)
|
||||
+#
|
||||
+CREATE_PERLLOCAL_POD="yes"
|
||||
--- ./cpan/CPAN/lib/CPAN.pm.orig 2015-05-13 22:19:28.000000000 +0200
|
||||
+++ ./cpan/CPAN/lib/CPAN.pm 2015-06-10 11:41:25.384999384 +0200
|
||||
@@ -65,7 +65,7 @@ sub _uniq;
|
||||
|
||||
no lib ".";
|
||||
|
||||
-require Mac::BuildTools if $^O eq 'MacOS';
|
||||
+#require Mac::BuildTools if $^O eq 'MacOS';
|
||||
if ($ENV{PERL5_CPAN_IS_RUNNING} && $$ != $ENV{PERL5_CPAN_IS_RUNNING}) {
|
||||
$ENV{PERL5_CPAN_IS_RUNNING_IN_RECURSION} ||= $ENV{PERL5_CPAN_IS_RUNNING};
|
||||
my @rec = _uniq split(/,/, $ENV{PERL5_CPAN_IS_RUNNING_IN_RECURSION}), $$;
|
||||
--- ./cpan/Compress-Raw-Zlib/config.in.orig 2015-05-13 22:19:28.000000000 +0200
|
||||
+++ ./cpan/Compress-Raw-Zlib/config.in 2015-06-10 11:41:25.384999384 +0200
|
||||
@@ -16,9 +16,9 @@
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3689fdb519133d039f49e12834764ff4c1de8f8d925dea44a952ca110d0ac9f7
|
||||
size 13811518
|
3
perl-5.22.1.tar.bz2
Normal file
3
perl-5.22.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e98e4075a3167fa40524abe447c30bcca10c60e02a54ee1361eff278947a1221
|
||||
size 13696599
|
16
perl.changes
16
perl.changes
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 12 13:04:14 UTC 2016 - idonmez@suse.com
|
||||
|
||||
- Update to perl-5.22.1
|
||||
* Several bugs, including a segmentation fault, have been fixed
|
||||
with the bounds checking constructs (introduced in Perl 5.22)
|
||||
* Module::CoreList has been upgraded from version 5.20150520 to
|
||||
5.20151213.
|
||||
* PerlIO::scalar has been upgraded from version 0.22 to 0.23.
|
||||
* POSIX has been upgraded from version 1.53 to 1.53_01.
|
||||
* Storable has been upgraded from version 2.53 to 2.53_01.
|
||||
* warnings has been upgraded from version 1.32 to 1.34.
|
||||
* See perldelta.pod for all the changes.
|
||||
- Update perl-5.22.0.dif stop patching CPAN.pm, it was MacOS only
|
||||
and was breaking tests (due to SHA-1 mismatch).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 7 16:12:11 UTC 2016 - bwiedemann@suse.com
|
||||
|
||||
|
@ -21,9 +21,9 @@ Name: perl
|
||||
Summary: The Perl interpreter
|
||||
License: Artistic-1.0 or GPL-2.0+
|
||||
Group: Development/Languages/Perl
|
||||
Version: 5.22.0
|
||||
Version: 5.22.1
|
||||
Release: 0
|
||||
%define pversion 5.22.0
|
||||
%define pversion 5.22.1
|
||||
Url: http://www.perl.org/
|
||||
Source: http://www.cpan.org/src/5.0/perl-%{version}.tar.bz2
|
||||
Source1: %name-rpmlintrc
|
||||
|
Loading…
Reference in New Issue
Block a user