rpms/python/devel python.spec,1.86,1.87

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Aug 17 21:43:41 UTC 2006


Author: misa

Update of /cvs/dist/rpms/python/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv31492

Modified Files:
	python.spec 
Log Message:
Fixed bug #201434


Index: python.spec
===================================================================
RCS file: /cvs/dist/rpms/python/devel/python.spec,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -r1.86 -r1.87
--- python.spec	21 Jul 2006 12:41:54 -0000	1.86
+++ python.spec	17 Aug 2006 21:43:38 -0000	1.87
@@ -20,7 +20,7 @@
 Summary: An interpreted, interactive, object-oriented programming language.
 Name: %{python}
 Version: %{pybasever}.3
-Release: 14%{?dist}
+Release: 15%{?dist}
 License: PSF - see LICENSE
 Group: Development/Languages
 Provides: python-abi = %{pybasever}
@@ -330,6 +330,9 @@
 #endif
 EOF
 
+# Fix for bug 201434: make sure distutils looks at the right pyconfig.h file
+sed -i -e "s/'pyconfig.h'/'%{_pyconfig_h}'/" $RPM_BUILD_ROOT%{_libdir}/python%{pybasever}/distutils/sysconfig.py
+
 %clean
 rm -fr $RPM_BUILD_ROOT
 
@@ -396,6 +399,10 @@
 %{_libdir}/python%{pybasever}/lib-dynload/_tkinter.so
 
 %changelog
+* Thu Aug 17 2006 Mihai Ibanescu <misa at redhat.com> - 2.4.3-15
+- Fixed bug #201434 (distutils.sysconfig is confused by the change to make
+  python-devel multilib friendly)
+
 * Fri Jul 21 2006 Mihai Ibanescu <misa at redhat.com> - 2.4.3-14
 - Fixed bug #198971 (case conversion not locale safe in logging library)
 




More information about the fedora-cvs-commits mailing list