rpms/python/devel python.spec,1.113,1.114

Dennis Gilmore (ausil) fedora-extras-commits at redhat.com
Tue Aug 14 14:21:31 UTC 2007


Author: ausil

Update of /cvs/extras/rpms/python/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29676

Modified Files:
	python.spec 
Log Message:
add sparc64 to the list of archs with _pyconfig64_h



Index: python.spec
===================================================================
RCS file: /cvs/extras/rpms/python/devel/python.spec,v
retrieving revision 1.113
retrieving revision 1.114
diff -u -r1.113 -r1.114
--- python.spec	10 Aug 2007 14:18:01 -0000	1.113
+++ python.spec	14 Aug 2007 14:20:58 -0000	1.114
@@ -20,7 +20,7 @@
 Summary: An interpreted, interactive, object-oriented programming language.
 Name: %{python}
 Version: 2.5.1
-Release: 6%{?dist}
+Release: 7%{?dist}
 License: Python Software Foundation License v2 
 Group: Development/Languages
 Provides: python-abi = %{pybasever}
@@ -308,7 +308,7 @@
 %define _pyconfig32_h pyconfig-32.h
 %define _pyconfig64_h pyconfig-64.h
 
-%ifarch ppc64 s390x x86_64 ia64 alpha
+%ifarch ppc64 s390x x86_64 ia64 alpha sparc64
 %define _pyconfig_h %{_pyconfig64_h}
 %else
 %define _pyconfig_h %{_pyconfig32_h}
@@ -416,6 +416,9 @@
 %{_libdir}/python%{pybasever}/lib-dynload/_tkinter.so
 
 %changelog
+* Tue Aug 14 2007 Dennis Gilmore <dennis at ausil.us> - 2.5.1-7
+- add sparc64 to the list of archs for _pyconfig64_h
+
 * Fri Aug 10 2007 Jeremy Katz <katzj at redhat.com> - 2.5.1-6
 - fix ctypes again on some arches (Hans de Goede, #251637)
 




More information about the fedora-extras-commits mailing list