extras-buildsys ChangeLog, 1.126.2.44.2.1.2.41, 1.126.2.44.2.1.2.42 plague.spec, 1.27.2.5.2.1.2.10, 1.27.2.5.2.1.2.11

Michael Schwendt mschwendt at fedoraproject.org
Tue Aug 10 15:30:52 UTC 2010


Author: mschwendt

Update of /cvs/fedora/extras-buildsys
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv16875

Modified Files:
      Tag: Plague-0_4_5
	ChangeLog plague.spec 
Log Message:
Release 0.4.5.8: fixes for Python 2.7 and Python 2.4


Index: ChangeLog
===================================================================
RCS file: /cvs/fedora/extras-buildsys/ChangeLog,v
retrieving revision 1.126.2.44.2.1.2.41
retrieving revision 1.126.2.44.2.1.2.42
diff -u -r1.126.2.44.2.1.2.41 -r1.126.2.44.2.1.2.42
--- ChangeLog	5 May 2010 10:58:26 -0000	1.126.2.44.2.1.2.41
+++ ChangeLog	10 Aug 2010 15:30:19 -0000	1.126.2.44.2.1.2.42
@@ -1,3 +1,19 @@
+2010-08-10  Michael Schwendt <mschwendt at fedoraproject.org>
+
+	* Release of 0.4.5.8
+
+	* common/LockFile.py
+	  - Don't use os.SEEK_SET which is available since Python 2.5 only.
+
+2010-08-04  Michael Schwendt <mschwendt at fedoraproject.org>
+
+	* common/SSLConnection.py
+	  - Fix makefile() default args for Python 2.7 httplib.
+	  - Don't crash in sendall() with memoryview data.
+
+	* common/XMLRPCServerProxy.py
+          - Fix make_connection() for Python 2.7 xmlrpclib.
+
 2010-05-05  Michael Schwendt <mschwendt at fedoraproject.org>
 
 	* server/ArchJob.py


Index: plague.spec
===================================================================
RCS file: /cvs/fedora/extras-buildsys/plague.spec,v
retrieving revision 1.27.2.5.2.1.2.10
retrieving revision 1.27.2.5.2.1.2.11
diff -u -r1.27.2.5.2.1.2.10 -r1.27.2.5.2.1.2.11
--- plague.spec	5 Nov 2008 11:54:55 -0000	1.27.2.5.2.1.2.10
+++ plague.spec	10 Aug 2010 15:30:20 -0000	1.27.2.5.2.1.2.11
@@ -2,7 +2,7 @@
 
 Summary: Distributed build system for RPMs
 Name: plague
-Version: 0.4.5.7
+Version: 0.4.5.8
 Release: 1%{?dist}
 License: GPLv2+
 Group: Development/Tools



More information about the scm-commits mailing list