[Python-checkins] python/dist/src/Misc NEWS,1.999,1.1000
anthonybaxter at users.sourceforge.net
anthonybaxter at users.sourceforge.net
Fri Jun 11 13:16:48 EDT 2004
Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3026/Misc
Modified Files:
NEWS
Log Message:
Bug 957381: rpmbuild builds a -debuginfo rpm on recent Redhat and Fedora releases.
Ignore it, rather than breaking.
Will backport.
(and r1.1000 for Misc/NEWS!)
Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.999
retrieving revision 1.1000
diff -C2 -d -r1.999 -r1.1000
*** NEWS 11 Jun 2004 14:41:18 -0000 1.999
--- NEWS 11 Jun 2004 17:16:44 -0000 1.1000
***************
*** 337,340 ****
--- 337,343 ----
-------
+ - Bug #957381: distutils bdist_rpm no longer fails on recent RPM versions
+ that generate a *-debuginfo.rpm.
+
- os.path.devnull has been added for all supported platforms.
***************
*** 423,427 ****
for better performance.
! - heapq.py has two new functions, nsmallest() and nlargest().
- traceback.format_exc has been added (similar to print_exc but it returns
--- 426,430 ----
for better performance.
! - heapq.py has two new functions, nsmallest() and nlargest().
- traceback.format_exc has been added (similar to print_exc but it returns
More information about the Python-checkins
mailing list