[Python-checkins] python/dist/src/Misc NEWS, 1.1130, 1.1131 ACKS, 1.281, 1.282

loewis at users.sourceforge.net loewis at users.sourceforge.net
Fri Sep 10 08:32:56 CEST 2004


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20191/Misc

Modified Files:
	NEWS ACKS 
Log Message:
Patch #808120: Add --force-arch=ARCH to bdist_rpm.py.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1130
retrieving revision 1.1131
diff -u -d -r1.1130 -r1.1131
--- NEWS	10 Sep 2004 06:25:00 -0000	1.1130
+++ NEWS	10 Sep 2004 06:32:54 -0000	1.1131
@@ -22,8 +22,9 @@
 Library
 -------
 
-- bdist_rpm now supports command line options {pre,post}-install, 
-  {pre,post}-uninstall, and {prep,build,install,clean,verify}-script.
+- bdist_rpm now supports command line options --force-arch, 
+  {pre,post}-install,  {pre,post}-uninstall, and 
+  {prep,build,install,clean,verify}-script.
 - SF patch #998993: The UTF-8 and the UTF-16 stateful decoders now support
   decoding incomplete input (when the input stream is temporarily exhausted).
   ``codecs.StreamReader`` now implements buffering, which enables proper

Index: ACKS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/ACKS,v
retrieving revision 1.281
retrieving revision 1.282
diff -u -d -r1.281 -r1.282
--- ACKS	7 Sep 2004 15:28:01 -0000	1.281
+++ ACKS	10 Sep 2004 06:32:54 -0000	1.282
@@ -91,6 +91,7 @@
 Ralph Butler
 Jp Calderone
 Daniel Calvelo
+Tony Campbell
 Brett Cannon
 Mike Carlton
 Terry Carroll



More information about the Python-checkins mailing list