[perl/f20] 5.18.2 bump

Jitka Plesnikova jplesnik at fedoraproject.org
Tue Jan 7 14:39:46 UTC 2014


commit bc172a1cc20d869431d10e78d00e6ac584fd3f85
Author: Jitka Plesnikova <jplesnik at redhat.com>
Date:   Tue Jan 7 15:39:43 2014 +0100

    5.18.2 bump

 .gitignore                                         |    1 +
 ...es-for-parsing-numeric-escapes-in-regexes.patch |  184 --------------------
 perl.spec                                          |   19 +-
 sources                                            |    2 +-
 4 files changed, 11 insertions(+), 195 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 842117a..a7d946f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,3 +18,4 @@ filter-requires.sh
 /perl-5.16.3.tar.bz2
 /perl-5.18.0.tar.bz2
 /perl-5.18.1.tar.bz2
+/perl-5.18.2.tar.bz2
diff --git a/perl.spec b/perl.spec
index ca5c229..c72bcc7 100644
--- a/perl.spec
+++ b/perl.spec
@@ -1,4 +1,4 @@
-%global perl_version    5.18.1
+%global perl_version    5.18.2
 %global perl_epoch      4
 %global perl_arch_stem -thread-multi
 %global perl_archname %{_arch}-%{_os}%{perl_arch_stem}
@@ -31,7 +31,7 @@
 Name:           perl
 Version:        %{perl_version}
 # release number must be even higher, because dual-lived modules will be broken otherwise
-Release:        288%{?dist}
+Release:        289%{?dist}
 Epoch:          %{perl_epoch}
 Summary:        Practical Extraction and Report Language
 Group:          Development/Languages
@@ -99,10 +99,6 @@ Patch15:        perl-5.16.3-create_libperl_soname.patch
 # Install libperl.so to -Dshrpdir value
 Patch16:        perl-5.16.3-Install-libperl.so-to-shrpdir-on-Linux.patch
 
-# Fix rules for parsing numeric escapes in regexes, BZ#978233
-# Update the upstream patch to work for Perl 5.18.1
-Patch17:        perl-5.19.2-Fix-rules-for-parsing-numeric-escapes-in-regexes.patch
-
 # Fix crash with \&$glob_copy, rhbz#989486, RT#119051
 # Update the upstream patch to work for Perl 5.18.1
 Patch18:        perl-5.19.2-Fix-crash-with-glob_copy.patch
@@ -140,10 +136,11 @@ BuildRequires:  procps, rsyslog
 
 
 # compat macro needed for rebuild
-%global perl_compat perl(:MODULE_COMPAT_5.18.1)
+%global perl_compat perl(:MODULE_COMPAT_5.18.2)
 
 # Compat provides
 Provides: %perl_compat
+Provides: perl(:MODULE_COMPAT_5.18.1)
 Provides: perl(:MODULE_COMPAT_5.18.0)
 
 # Threading provides
@@ -1183,7 +1180,7 @@ Summary:        Perl core modules indexed by perl versions
 Group:          Development/Languages
 License:        GPL+ or Artistic
 Epoch:          1
-Version:        2.96
+Version:        3.03
 Requires:       %perl_compat
 Requires:       perl(version)
 BuildArch:      noarch
@@ -1903,7 +1900,6 @@ tarball from perl.org.
 %patch14 -p1
 %patch15 -p1
 %patch16 -p1
-%patch17 -p1
 %patch18 -p1
 %patch19 -p1
 %patch20 -p1
@@ -1929,7 +1925,6 @@ perl -x patchlevel.h \
     'Fedora Patch14: Do not use system Term::ReadLine::Gnu in tests (RT#118821)' \
     'Fedora Patch15: Define SONAME for libperl.so' \
     'Fedora Patch16: Install libperl.so to -Dshrpdir value' \
-    'Fedora Patch17: Fix rules for parsing numeric escapes in regexes' \
     'Fedora Patch18: Fix crash with \&$glob_copy (RT#119051)' \
     'Fedora Patch19: Fix coreamp.t rand test (RT#118237)' \
     'Fedora Patch20: Reap child in case where exception has been thrown (RT#114722)' \
@@ -3620,6 +3615,10 @@ sed \
 
 # Old changelog entries are preserved in CVS.
 %changelog
+* Tue Jan 07 2014 Jitka Plesnikova <jplesnik at redhat.com> - 4:5.18.1-289
+- 5.18.2 bump (see <http://search.cpan.org/dist/perl-5.18.2/pod/perldelta.pod>
+  for release notes)
+
 * Mon Sep 09 2013 Jitka Plesnikova <jplesnik at redhat.com> - 4:5.18.1-288
 - Fix rules for parsing numeric escapes in regexes (bug #978233)
 - Fix crash with \&$glob_copy (bug #989486)
diff --git a/sources b/sources
index fe65b05..a79d137 100644
--- a/sources
+++ b/sources
@@ -2,4 +2,4 @@ aceea3db13a159cd5f7e5f2e3ad9534f  perl-5.8.0-libdir64.patch
 ad5d07285d6e4914384b43c9abc2bdba  filter-requires.sh
 93b780a770906408a34b1c511e333a12  perl.stp
 735480c6749c2aa86faa8311fe651142  perl-example.stp
-4ec1a3f3824674552e749ae420c5e68c  perl-5.18.1.tar.bz2
+d549b16ee4e9210988da39193a9389c1  perl-5.18.2.tar.bz2



More information about the perl-devel mailing list