[Erp5-report] r12464 - /spec/mandriva/2007.0/python/python.spec

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Jan 30 17:03:02 CET 2007


Author: kevin
Date: Tue Jan 30 17:02:59 2007
New Revision: 12464

URL: http://svn.erp5.org?rev=12464&view=rev
Log:
Add a 9th patch: tarfile.py is broken in 2.4.3 release of python, revert it to 2.4.1 python release

Modified:
    spec/mandriva/2007.0/python/python.spec

Modified: spec/mandriva/2007.0/python/python.spec
URL: http://svn.erp5.org/spec/mandriva/2007.0/python/python.spec?rev=12464&r1=12463&r2=12464&view=diff
==============================================================================
--- spec/mandriva/2007.0/python/python.spec (original)
+++ spec/mandriva/2007.0/python/python.spec Tue Jan 30 17:02:59 2007
@@ -10,7 +10,7 @@
 Summary:	An interpreted, interactive object-oriented programming language
 Name:		python
 Version:	2.4.3
-Release:	%mkrel 3
+Release:	%mkrel 4
 License:	Modified CNRI Open Source License
 Group:		Development/Python
 
@@ -36,6 +36,7 @@
 
 Patch7:     python-2.4.3-fix-buffer_overflow_with_glibc2.3.5.diff
 Patch8:		python-2.4.3-CVE-2006-4980.patch
+Patch9:		Python-2.4.3-tarfile.py.patch
 
 URL:		http://www.python.org/
 Icon:		python-logo.xpm
@@ -161,6 +162,8 @@
 %patch7 -p0
 %patch8 -p0
 
+%patch9 -p1
+
 autoconf
 
 mkdir html
@@ -427,6 +430,9 @@
 %clean_menus
 
 %changelog
+* Tue Jan 30 2007 Kevin Deldycke <kevin at nexedi.com> 2.4.3-4mdv2007.0
+- P9: tarfile.py is broken in 2.4.3 release of python, revert it to 2.4.1 python release 
+
 * Fri Oct 06 2006 Vincent Danen <vdanen at mandriva.com> 2.4.3-3.1mdv2007.0
 - P8: security fix for CVE-2006-4980
 




More information about the Erp5-report mailing list