rpms/python/devel python.spec,1.119,1.120

Mike Bonnet (mikeb) fedora-extras-commits at redhat.com
Tue Oct 16 17:02:20 UTC 2007


Author: mikeb

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

Modified Files:
	python.spec 
Log Message:
fix marshalling of objects in xmlrpclib (python bug #1739842)


Index: python.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python/devel/python.spec,v
retrieving revision 1.119
retrieving revision 1.120
diff -u -r1.119 -r1.120
--- python.spec	14 Sep 2007 14:44:14 -0000	1.119
+++ python.spec	16 Oct 2007 17:01:47 -0000	1.120
@@ -20,7 +20,7 @@
 Summary: An interpreted, interactive, object-oriented programming language.
 Name: %{python}
 Version: 2.5.1
-Release: 11%{?dist}
+Release: 12%{?dist}
 License: Python Software Foundation License v2 
 Group: Development/Languages
 Provides: python-abi = %{pybasever}
@@ -35,6 +35,7 @@
 Patch5: python-2.5.1-ctypes-exec-stack.patch
 Patch6: python-2.5.1-plural-fix.patch
 Patch7: python-2.5.1-sqlite-encoding.patch
+Patch8: python-2.5-xmlrpclib-marshal-objects.patch
 
 # upstreamed
 
@@ -165,6 +166,7 @@
 %patch5 -p1 -b .ctypesexec
 %patch6 -p1 -b .plural
 %patch7 -p1
+%patch8 -p1 -b .xmlrpc
 
 %patch50 -p1 -b .egginfo
 %patch60 -p1 -b .db46
@@ -425,6 +427,9 @@
 %{_libdir}/python%{pybasever}/lib-dynload/_tkinter.so
 
 %changelog
+* Tue Oct 16 2007 Mike Bonnet <mikeb at redhat.com> - 2.5.1-12
+- fix marshalling of objects in xmlrpclib (python bug #1739842)
+
 * Fri Sep 14 2007 Jeremy Katz <katzj at redhat.com> - 2.5.1-11
 - fix encoding of sqlite .py files to work around weird encoding problem 
   in Turkish (#283331)




More information about the fedora-extras-commits mailing list