[perl] Add module compat for 5.12.3 & clean patches

Marcela Mašláňová mmaslano at fedoraproject.org
Mon Jan 24 09:56:17 UTC 2011


commit bac7c23f37f7df520f34a1829ce4d098bd5de22d
Author: Marcela Mašláňová <mmaslano at redhat.com>
Date:   Mon Jan 24 10:55:12 2011 +0100

    Add module compat for 5.12.3 & clean patches

 perl.spec |   15 +++++++++------
 1 files changed, 9 insertions(+), 6 deletions(-)
---
diff --git a/perl.spec b/perl.spec
index bb672be..78d5a99 100644
--- a/perl.spec
+++ b/perl.spec
@@ -19,7 +19,7 @@
 Name:           perl
 Version:        %{perl_version}
 # release number must be even higher, becase dual-lived modules will be broken otherwise
-Release:        147%{?dist}
+Release:        148%{?dist}
 Epoch:          %{perl_epoch}
 Summary:        Practical Extraction and Report Language
 Group:          Development/Languages
@@ -67,10 +67,10 @@ Patch7:         perl-5.10.0-x86_64-io-test-failure.patch
 #Patch8:         perl-add-symbols.patch
 
 # Do not leak when destroying thread; RT #77352, RHBZ #630667
-Patch9:         perl-5.12.1-fix_thread_leak.patch
+Patch8:         perl-5.12.1-fix_thread_leak.patch
 
 # h2ph produces incorrect code in preamble, based mainly on RT #74614
-Patch10:        perl-5.12.2-h2ph.patch
+Patch9:         perl-5.12.2-h2ph.patch
 
 # Update some of the bundled modules
 # see http://fedoraproject.org/wiki/Perl/perl.spec for instructions
@@ -87,6 +87,7 @@ Provides: perl(VMS::Filespec)
 Provides: perl(VMS::Stdio)
 
 # Compat provides
+Provides: perl(:MODULE_COMPAT_5.12.3)
 Provides: perl(:MODULE_COMPAT_5.12.2)
 Provides: perl(:MODULE_COMPAT_5.12.1)
 Provides: perl(:MODULE_COMPAT_5.12.0)
@@ -916,8 +917,8 @@ tarball from perl.org.
 %patch7 -p1
 #debug symbols?
 #%patch8 -p1
+%patch8 -p1
 %patch9 -p1
-%patch10 -p1 -b .bug
 
 
 #
@@ -1126,7 +1127,8 @@ pushd %{build_archlib}/CORE/
     'Fedora Patch5: USE_MM_LD_RUN_PATH' \
     'Fedora Patch6: Skip hostname tests, due to builders not being network capable' \
     'Fedora Patch7: Dont run one io test due to random builder failures' \
-    'Fedora Patch9: Do not leak when destroying thread; RT #77352' \
+    'Fedora Patch8: Do not leak when destroying thread; RT #77352' \
+    'Fedora Patch9: h2ph produces incorrect code in preamble, based mainly on RT #74614 ' \
     %{nil}
 
 rm patchlevel.bak
@@ -1872,8 +1874,9 @@ rm -rf $RPM_BUILD_ROOT
 
 # Old changelog entries are preserved in CVS.
 %changelog
-* Mon Jan 24 2011 Marcela Mašláňová <mmaslano at redhat.com> - 4:5.12.3-147
+* Mon Jan 24 2011 Marcela Mašláňová <mmaslano at redhat.com> - 4:5.12.3-148
 - stable update 5.12.3
+- add COMPAT
 
 * Thu Dec  9 2010 Marcela Mašláňová <mmaslano at redhat.com> - 4:5.12.2-146
 - 463773 revert change. txt files are needed for example by UCD::Unicode,


More information about the scm-commits mailing list