rpms/python/devel python.spec,1.177,1.178

dmalcolm dmalcolm at fedoraproject.org
Wed Mar 24 16:04:07 UTC 2010


Author: dmalcolm

Update of /cvs/pkgs/rpms/python/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv19917

Modified Files:
	python.spec 
Log Message:
remove unnecessary arch-conditionality for patch 101



Index: python.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python/devel/python.spec,v
retrieving revision 1.177
retrieving revision 1.178
diff -u -p -r1.177 -r1.178
--- python.spec	20 Mar 2010 15:27:45 -0000	1.177
+++ python.spec	24 Mar 2010 16:04:07 -0000	1.178
@@ -53,7 +53,7 @@ Summary: An interpreted, interactive, ob
 Name: %{python}
 # Remember to also rebase python-docs when changing this:
 Version: 2.6.5
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: Python
 Group: Development/Languages
 Provides: python-abi = %{pybasever}
@@ -268,6 +268,10 @@ Patch55: python-2.6.4-dtrace.patch
 # However, as it stands this patch is merely a copy of:
 #  http://svn.python.org/view/python/trunk/Lib/test/test_re.py?r1=35825&r2=35824&pathrev=35825
 # which is already upstream
+# Earlier versions of the patch (from the "dist-pkgs" CVS repo within RH)
+# contained additional changes that applied fixes to the internals of the regex
+# module, but these appear to have all been applied as part of 
+#  http://bugs.python.org/issue931848
 Patch101: python-2.3.4-lib64-regex.patch
 
 # Only used when "%{_lib}" == "lib64"
@@ -468,8 +472,8 @@ rm -r Modules/zlib || exit 1
 # Try not disabling egg-infos, bz#414711
 #patch50 -p1 -b .egginfo
 
-%if "%{_lib}" == "lib64"
 %patch101 -p1 -b .lib64-regex
+%if "%{_lib}" == "lib64"
 %patch102 -p1 -b .lib64
 %endif
 
@@ -488,11 +492,6 @@ rm -r Modules/zlib || exit 1
 %patch55 -p1 -b .systemtap
 %endif
 
-%ifarch alpha ia64
-# 64bit, but not lib64 arches need this too...
-%patch101 -p1 -b .lib64-regex
-%endif
-
 %patch110 -p1 -b .selinux
 
 %patch111 -p1 -b .no-static-lib
@@ -961,6 +960,9 @@ rm -fr %{buildroot}
 # payload file would be unpackaged)
 
 %changelog
+* Mon Mar 22 2010 David Malcolm <dmalcolm at redhat.com> - 2.6.5-2
+- remove unnecessary arch-conditionality for patch 101
+
 * Fri Mar 19 2010 David Malcolm <dmalcolm at redhat.com> - 2.6.5-1
 - update to 2.6.5: http://www.python.org/download/releases/2.6.5/
 - replace our patch to compile against db4.8 with a patch from



More information about the scm-commits mailing list