[python] add note about patch 149 (python3 only)

dmalcolm dmalcolm at fedoraproject.org
Mon Oct 10 21:20:23 UTC 2011


commit df914e1fa2c48ec1542dbf256b03547c5044e23d
Author: David Malcolm <dmalcolm at redhat.com>
Date:   Mon Oct 10 17:19:56 2011 -0400

    add note about patch 149 (python3 only)

 python.spec |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/python.spec b/python.spec
index 5bb7b35..e7b117d 100644
--- a/python.spec
+++ b/python.spec
@@ -601,6 +601,10 @@ 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
 
+# python3.spec's
+#   Patch149: 00149-backport-issue11254-pycache-bytecompilation-fix.patch
+# is not relevant for Python 2
+
 # (New patches go here ^^^)
 #
 # When adding new patches to "python" and "python3" in Fedora 17 onwards,
@@ -902,6 +906,8 @@ done
 %patch146 -p1
 %patch147 -p1
 %patch148 -p1
+# 00149: not for python 2
+
 
 # This shouldn't be necesarry, but is right now (2.2a3)
 find -name "*~" |xargs rm -f


More information about the scm-commits mailing list