rpms/python/devel python.spec,1.50,1.51

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Sun Sep 25 20:54:38 UTC 2005


Author: pjones

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

Modified Files:
	python.spec 
Log Message:
yet another fix for the fact that python will try to resolve and everything
as a symlink to set as sys.argv[0].  Really, just plain wow.



Index: python.spec
===================================================================
RCS file: /cvs/dist/rpms/python/devel/python.spec,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- python.spec	23 Sep 2005 21:21:07 -0000	1.50
+++ python.spec	25 Sep 2005 20:54:34 -0000	1.51
@@ -19,7 +19,7 @@
 Summary: An interpreted, interactive, object-oriented programming language.
 Name: %{python}
 Version: %{pybasever}.1
-Release: 10
+Release: 11
 License: PSF - see LICENSE
 Group: Development/Languages
 Provides: python-abi = %{pybasever}
@@ -358,6 +358,11 @@
 %{_libdir}/python%{pybasever}/lib-dynload/_tkinter.so
 
 %changelog
+* Sun Sep 25 2005 Peter Jones <pjones at redhat.com> 2.4.1-11
+- Fixed bug #169159 (check for argc>0 and argv[0] == NULL, not just
+    argv[0][0]='\0')
+  Reworked the patch from -8 a bit more.
+
 * Fri Sep 23 2005 Mihai Ibanescu <misa at redhat.com> 2.4.1-10
 - Fixed bug #169159 (don't let python core dump if no arguments are passed in)
   Reworked the patch from -8 a bit more.




More information about the fedora-cvs-commits mailing list