[perl/f14/master] Stable update 5.12.3

Marcela Mašláňová mmaslano at fedoraproject.org
Mon Jan 24 10:16:04 UTC 2011


commit 967a90f4071e3dfa3f0ba6ad37facded987b2028
Author: Marcela Mašláňová <mmaslano at redhat.com>
Date:   Mon Jan 24 11:14:34 2011 +0100

    Stable update 5.12.3
    
    - add MODULE_COMPAT
    - clean patches in spec

 .gitignore |    1 +
 perl.spec  |   18 ++++++++++++------
 sources    |    2 +-
 3 files changed, 14 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7bb0ce2..862a623 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ perl-5.8.0-libdir64.patch
 macros.perl
 filter-requires.sh
 /perl-5.12.2.tar.gz
+/perl-5.12.3.tar.gz
diff --git a/perl.spec b/perl.spec
index 2436bf3..25c79db 100644
--- a/perl.spec
+++ b/perl.spec
@@ -1,4 +1,4 @@
-%define perl_version    5.12.2
+%define perl_version    5.12.3
 %define perl_epoch      4
 %define perl_arch_stem -thread-multi
 %define perl_archname %{_arch}-%{_os}%{perl_arch_stem}
@@ -12,7 +12,7 @@
 Name:           perl
 Version:        %{perl_version}
 # release number must be even higher, becase dual-lived modules will be broken otherwise
-Release:        140%{?dist}
+Release:        141%{?dist}
 Epoch:          %{perl_epoch}
 Summary:        Practical Extraction and Report Language
 Group:          Development/Languages
@@ -61,10 +61,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
@@ -81,6 +81,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)
@@ -935,8 +936,8 @@ upstream tarball from perl.org.
 %patch7 -p1
 #debug symbols?
 #%patch8 -p1
+%patch8 -p1
 %patch9 -p1
-%patch10 -p1
 
 
 #
@@ -1135,7 +1136,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
@@ -1869,6 +1871,10 @@ 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-148
+- stable update 5.12.3
+- add COMPAT
+
 * Wed Dec  1 2010 Marcela Mašláňová <mmaslano at redhat.com> - 4:5.12.2-140
 - create sub-package for CGI 3.49
 - create sub-package for threads-shared
diff --git a/sources b/sources
index 8b9e876..f7d2165 100644
--- a/sources
+++ b/sources
@@ -1,4 +1,4 @@
-af2df531d46b77fdf0d97eecb03eddb2  perl-5.12.2.tar.gz
 aceea3db13a159cd5f7e5f2e3ad9534f  perl-5.8.0-libdir64.patch
 26be2f310eef77f206c47e380518cbd8  macros.perl
 ad5d07285d6e4914384b43c9abc2bdba  filter-requires.sh
+29975a69dce54e47fcd6331c085c6c99  perl-5.12.3.tar.gz


More information about the scm-commits mailing list