[python/f17] specfile cleanups

dmalcolm dmalcolm at fedoraproject.org
Thu Mar 22 18:57:33 UTC 2012


commit cd507002d5e7ba238d412b198c444909bae3369a
Author: David Malcolm <dmalcolm at redhat.com>
Date:   Thu Mar 22 14:55:25 2012 -0400

    specfile cleanups
    
    Put the patches in numerical order, and rename:
      python-3.2.2-fork-deadlock.patch -> 00151-fork-deadlock.patch
    so that it contains the patch number

 ...ork-deadlock.patch => 00151-fork-deadlock.patch |    0
 python.spec                                        |   15 ++++++++++-----
 2 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/python-3.2.2-fork-deadlock.patch b/00151-fork-deadlock.patch
similarity index 100%
rename from python-3.2.2-fork-deadlock.patch
rename to 00151-fork-deadlock.patch
diff --git a/python.spec b/python.spec
index b39ebd1..4e81890 100644
--- a/python.spec
+++ b/python.spec
@@ -601,15 +601,19 @@ Patch147: 00147-add-debug-malloc-stats.patch
 # Taken from upstream http://bugs.python.org/issue13007 (rhbz#742242)
 Patch148: 00148-gdbm-1.9-magic-values.patch
 
-# Fix deadlock in fork:
-# https://bugzilla.redhat.com/show_bug.cgi?id=787712
-# http://bugs.python.org/issue13817
-Patch151: python-3.2.2-fork-deadlock.patch
-
 # python3.spec's
 #   Patch149: 00149-backport-issue11254-pycache-bytecompilation-fix.patch
 # is not relevant for Python 2
 
+# python3.spec has:
+#  Patch150: 00150-disable-rAssertAlmostEqual-cmath-on-ppc.patch
+# as a workaround for a glibc bug on PPC (bz #750811)
+
+# Fix deadlock in fork:
+# https://bugzilla.redhat.com/show_bug.cgi?id=787712
+# http://bugs.python.org/issue13817
+Patch151: 00151-fork-deadlock.patch
+
 # (New patches go here ^^^)
 #
 # When adding new patches to "python" and "python3" in Fedora 17 onwards,
@@ -918,6 +922,7 @@ done
 %patch147 -p1
 %patch148 -p1
 # 00149: not for python 2
+# 00150: not for python 2
 %patch151 -p1
 
 


More information about the scm-commits mailing list