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
This commit is contained in:
David Malcolm 2012-03-22 14:55:25 -04:00
parent 9bf1f8f3bb
commit cd507002d5
2 changed files with 10 additions and 5 deletions

View File

@ -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