[perl/f18] Update to 5.16.2, remove patch for RT#114220

Jitka Plesnikova jplesnik at fedoraproject.org
Tue Nov 6 08:44:59 UTC 2012


commit a4949f37cacbe54178e8fd58ad30fd919f1f3f5d
Author: Jitka Plesnikova <jplesnik at redhat.com>
Date:   Tue Nov 6 09:32:53 2012 +0100

    Update to 5.16.2, remove patch for RT#114220

 .gitignore                                         |    1 +
 ...5.16.1-PATCH-perl-114220-h-not-equiv-to-h.patch |   83 --------------------
 perl.spec                                          |   15 ++--
 sources                                            |    2 +-
 4 files changed, 10 insertions(+), 91 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b84f590..8bea1a1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,3 +13,4 @@ filter-requires.sh
 /perl-5.16.0-RC2.tar.gz
 /perl-5.16.0.tar.gz
 /perl-5.16.1.tar.gz
+/perl-5.16.2.tar.gz
diff --git a/perl.spec b/perl.spec
index 36aca0f..f9cea8e 100644
--- a/perl.spec
+++ b/perl.spec
@@ -1,4 +1,4 @@
-%global perl_version    5.16.1
+%global perl_version    5.16.2
 %global perl_epoch      4
 %global perl_arch_stem -thread-multi
 %global perl_archname %{_arch}-%{_os}%{perl_arch_stem}
@@ -26,7 +26,7 @@
 Name:           perl
 Version:        %{perl_version}
 # release number must be even higher, because dual-lived modules will be broken otherwise
-Release:        233%{?dist}
+Release:        234%{?dist}
 Epoch:          %{perl_epoch}
 Summary:        Practical Extraction and Report Language
 Group:          Development/Languages
@@ -82,9 +82,6 @@ Patch10:        perl-5.16.0-fix-broken-atof.patch
 # Do not access freed memory when cloning thread, rhbz#825749, RT#111610
 Patch11:        perl-5.16.1-perl-111610-Trouble-with-XS-APItest-t-clone-with-sta.patch
 
-# Match non-breakable space with /[\h]/ in ASCII mode, rhbz#844919, RT#114220
-Patch12:        perl-5.16.1-PATCH-perl-114220-h-not-equiv-to-h.patch
-
 # Clear $@ before `do' I/O error, rhbz#834226, RT#113730
 Patch13:        perl-5.16.1-RT-113730-should-be-cleared-on-do-IO-error.patch
 
@@ -124,6 +121,7 @@ BuildRequires:  procps, rsyslog
 # The long line of Perl provides.
 
 # Compat provides
+Provides: perl(:MODULE_COMPAT_5.16.2)
 Provides: perl(:MODULE_COMPAT_5.16.1)
 Provides: perl(:MODULE_COMPAT_5.16.0)
 
@@ -1326,7 +1324,6 @@ tarball from perl.org.
 %patch9 -p1
 %patch10 -p1
 %patch11 -p1
-%patch12 -p1
 %patch13 -p1
 %patch14 -p1
 %patch15 -p1
@@ -1537,7 +1534,6 @@ pushd %{build_archlib}/CORE/
     'Fedora Patch9: Fix find2perl to translate ? glob properly (RT#113054)' \
     'Fedora Patch10: Fix broken atof (RT#109318)' \
     'Fedora Patch11: Do not access freed memory when cloning thread (RT#111610)' \
-    'Fedora Patch12: Match non-breakable space with /[\h]/ in ASCII mode (RT#114220)' \
     'Fedora Patch13: Clear $@ before "do" I/O error (RT#113730)' \
     'Fedora Patch14: Do not truncate syscall() return value to 32 bits (RT#113980)' \
     'Fedora Patch15: Override the Pod::Simple::parse_file (CPANRT#77530)' \
@@ -2615,6 +2611,11 @@ sed \
 
 # Old changelog entries are preserved in CVS.
 %changelog
+* Tue Nov 06 2012 Jitka Plesnikova <jplesnik at redhat.com> - 4:5.16.2-234
+- 5.16.2 bump (see
+  http://search.cpan.org/dist/perl-5.16.2/pod/perldelta.pod for release
+  notes)
+
 * Wed Oct 17 2012 Jitka Plesnikova <jplesnik at redhat.com> - 4:5.16.1-233
 - Do not crash when vivifying $| (bug #865296)
 
diff --git a/sources b/sources
index 1f2454b..a36ca00 100644
--- a/sources
+++ b/sources
@@ -2,4 +2,4 @@ aceea3db13a159cd5f7e5f2e3ad9534f  perl-5.8.0-libdir64.patch
 ad5d07285d6e4914384b43c9abc2bdba  filter-requires.sh
 1737a36154bb5bca781296794afc6791  perl.stp
 df28fe2c574e8807d0a803308c545dca  perl-example.stp
-bcc5136007177b0fe2b6fd739fb66b84  perl-5.16.1.tar.gz
+0e57f2d01d96471d9effc3fb43175e84  perl-5.16.2.tar.gz


More information about the scm-commits mailing list