[Erp5-report] r25086 - /spec/mandriva/2008.0/python2.4/python2.4.spec
nobody at svn.erp5.org
nobody at svn.erp5.org
Tue Jan 13 10:12:12 CET 2009
Author: kazuhiko
Date: Tue Jan 13 10:12:10 2009
New Revision: 25086
URL: http://svn.erp5.org?rev=25086&view=rev
Log:
* Sun Jan 11 2009 Kazuhiko Shiozaki <kazuhiko at nexedi.com> 2.4.6-1nxd2009.0
- sync with revision 316089.
- new upstream release (security fixes only).
- set _disable_ld_no_undefined as 1 to avoid ld failures.
- update document version to 2.4.4.
- remove patches applied upstream:
Modified:
spec/mandriva/2008.0/python2.4/python2.4.spec
Modified: spec/mandriva/2008.0/python2.4/python2.4.spec
URL: http://svn.erp5.org/spec/mandriva/2008.0/python2.4/python2.4.spec?rev=25086&r1=25085&r2=25086&view=diff
==============================================================================
--- spec/mandriva/2008.0/python2.4/python2.4.spec [utf8] (original)
+++ spec/mandriva/2008.0/python2.4/python2.4.spec [utf8] Tue Jan 13 10:12:10 2009
@@ -1,4 +1,5 @@
-%define docver 2.4
+%define _disable_ld_no_undefined 1
+%define docver 2.4.4
%define dirver 2.4
%define lib_major %{dirver}
@@ -7,8 +8,8 @@
Summary: An interpreted, interactive object-oriented programming language
Name: python2.4
-Version: 2.4.4
-Release: %mkrel 10.1
+Version: 2.4.6
+Release: %mkrel 1
License: Modified CNRI Open Source License
Group: Development/Python
@@ -35,16 +36,8 @@
Patch7: python-2.4.3-fix-buffer_overflow_with_glibc2.3.5.diff
Patch8: python-2.4.4-parallel.patch
Patch9: python-2.4.4-CVE-2007-2052.patch
-Patch10: python-2.3.CVE-2007-4965-int-overflow.patch
-Patch11: python-2.4-CVE-2008-1721.patch
+Patch12: python-2.5-format-string.patch
Patch100: Python-2.4.3-tarfile.py.patch
-# from 2.4.4-6ubuntu4.2
-Patch900: stringobject.dpatch
-Patch901: CVE-2008-1679.dpatch
-Patch902: CVE-2008-3143.dpatch
-Patch903: CVE-2008-3142.dpatch
-Patch904: CVE-2008-3144.dpatch
-Patch905: CVE-2008-2315.dpatch
URL: http://www.python.org/
Conflicts: tkinter < %{version}
Requires: %{lib_name} = %{version}
@@ -89,8 +82,6 @@
%package -n %{lib_name}
Summary: Shared libraries for Python %{version}
Group: System/Libraries
-Requires(post): /sbin/ldconfig
-Requires(postun): /sbin/ldconfig
%description -n %{lib_name}
This packages contains Python shared object library. Python is an
@@ -168,19 +159,9 @@
%patch8 -p1
# security fix CVE-2007-2052
%patch9 -p1
-# security fix for CVE-2007-4965
-%patch10 -p1 -b .cve-2007-4965
-# security fix for CVE-2008-1721
-%patch11 -p1 -b .cve.2008-1721
+%patch12 -p0
# fix a bug of tarfile
%patch100 -p1
-# from 2.4.4-6ubuntu4.2
-%patch900 -p0
-%patch901 -p0
-%patch902 -p1
-%patch903 -p1
-%patch904 -p1
-%patch905 -p1
autoconf
@@ -448,19 +429,32 @@
%defattr(-,root,root)
%dir %{_libdir}/python*
+%if %mdkversion < 200900
%post -n %{lib_name} -p /sbin/ldconfig
+%endif
+%if %mdkversion < 200900
%postun -n %{lib_name} -p /sbin/ldconfig
-
+%endif
+
+%if %mdkversion < 200900
%post -n tkinter2.4
%update_menus
-
+%endif
+
+%if %mdkversion < 200900
%postun -n tkinter2.4
%clean_menus
-
-
+%endif
%changelog
+* Sun Jan 11 2009 Kazuhiko Shiozaki <kazuhiko at nexedi.com> 2.4.6-1nxd2009.0
+- sync with revision 316089.
+- new upstream release (security fixes only).
+- set _disable_ld_no_undefined as 1 to avoid ld failures.
+- update document version to 2.4.4.
+- remove patches applied upstream:
+
* Sun Aug 10 2008 Kazuhiko Shiozaki <kazuhiko at nexedi.com> 2.4.4-10.1nxd2008.1
- apply following patches from 2.4.4-6ubuntu4.2
+ stringobject.dpatch
@@ -474,495 +468,3 @@
* Fri Apr 25 2008 Kazuhiko Shiozaki <kazuhiko at nexedi.com> 2.4.4-10nxd2008.1
- apply a patch for tarfile
- disable test_sax because it will fail if python2.4-pyxml is already installed
-
-* Fri Apr 25 2008 Giuseppe Ghibò <ghibo at mandriva.com> 2.4.4-10mdv2008.1
-+ Revision: 197498
-- Added Patch10 for CVE-2008-1721.
-
-* Mon Mar 03 2008 Guillaume Rousse <guillomovitch at mandriva.org> 2.4.4-9mdv2008.1
-+ Revision: 178187
-- don't provide python-devel: we don't want this one to be used for anything but python2.4 modules
-
-* Fri Jan 18 2008 Giuseppe Ghibò <ghibo at mandriva.com> 2.4.4-8mdv2008.1
-+ Revision: 155009
-- Patch10 :for security fix for CVE-2007-4965 (from Vincent Danen).
-
-* Sat Dec 22 2007 Guillaume Rousse <guillomovitch at mandriva.org> 2.4.4-7mdv2008.1
-+ Revision: 137218
-- no executable bit on profile scriptlets
- order prefix on profile scriptlets
-
- + Olivier Blin <oblin at mandriva.com>
- - restore BuildRoot
-
- + Thierry Vignaud <tvignaud at mandriva.com>
- - kill re-definition of %%buildroot on Pixel's request
-
-* Thu Dec 06 2007 Giuseppe Ghibò <ghibo at mandriva.com> 2.4.4-6mdv2008.1
-+ Revision: 115824
-- Removed Icon tags from SPEC file (thanks blino+bogdano).
-- Added security fix for CVE-2007-2052 (Patch9).
-- Fix conflicts with python 2.5 man pages
-- Fix conflicts with mandriva-tkinter.desktop file of tkinter 2.5.
-
- + Thierry Vignaud <tvignaud at mandriva.com>
- - buildrequires X11-devel instead of XFree86-devel
-
-* Sat Sep 15 2007 Guillaume Rousse <guillomovitch at mandriva.org> 2.4.4-5mdv2008.0
-+ Revision: 86240
-- finally provide exact version and release in python virtual package
-- provide exact 2.4 version for both normal and devel version
-
-* Sat Sep 15 2007 Guillaume Rousse <guillomovitch at mandriva.org> 2.4.4-4mdv2008.0
-+ Revision: 85927
-- make devel package provide python-devel
-
-* Thu Sep 13 2007 Guillaume Rousse <guillomovitch at mandriva.org> 2.4.4-3mdv2008.0
-+ Revision: 84937
-- fix conflict with python package
-
-* Mon Sep 10 2007 Guillaume Rousse <guillomovitch at mandriva.org> 2.4.4-2mdv2008.0
-+ Revision: 84144
-- fix libraries and tkinter packages names
-- unused anymore
-
-* Mon Sep 10 2007 Guillaume Rousse <guillomovitch at mandriva.org> 2.4.4-1mdv2008.0
-+ Revision: 84010
-- import python2.4
-
-
-* Mon Sep 18 2006 Gwenole Beauchesne <gbeauchesne at mandriva.com> 2.4.3-3mdv2007.0
-- Rebuild
-
-* Thu Jul 20 2006 Michael Scherer <misc at mandriva.org> 2.4.3-2mdv2007.0
-- Fix compil ( patch7 )
-- Rebuild for new extension
-- fix xdg menu
-
-* Fri Apr 07 2006 Michael Scherer <misc at mandriva.org> 2.4.3-1mdk
-- New release 2.4.3
-
-* Mon Jan 30 2006 Michael Scherer <misc at mandriva.org> 2.4.2-6mdk
-- put doc one directory up, fix #14794
-- update python emacs mode, fix #16149
-- add a menu for the documentation
-
-* Wed Jan 25 2006 Michael Scherer <misc at mandriva.org> 2.4.2-5mdk
-- do not create spurious file with -b option of patch as they somehow found their
- way in the rpm
-
-* Tue Jan 17 2006 Michael Scherer <misc at mandriva.org> 2.4.2-4mdk
-- test if readline is present in startup script ( as seen on python-fr list )
-
-* Sat Jan 14 2006 Michael Scherer <misc at mandriva.org> 2.4.2-3mdk
-- update patch#4 to fix issue of #16553, noarch should install package in /usr/lib
- or not be called noarch
-
-* Sun Jan 01 2006 Oden Eriksson <oeriksson at mandriva.com> 2.4.2-2mdk
-- rebuilt against soname aware deps (tcl/tk)
-- fix deps
-
-* Mon Dec 05 2005 Michael Scherer <misc at mandriva.org> 2.4.2-1mdk
-- New release 2.4.2
-- fix PreReq warning
-- remove the minidom test, everything works except a new line issue that
- do not work on any distributions or system i tested.
-
-* Sun Nov 13 2005 Michael Scherer <misc at mandriva.org> 2.4.1-6mdk
-- add missing bzip2-devel
-
-* Sun Nov 06 2005 Michael Scherer <misc at mandriva.org> 2.4.1-5mdk
-- add %%mkrel
-- fix forbidden word
-
-* Sat Oct 8 2005 Frederic Lepied <flepied at mandriva.com> 2.4.1-4mdk
-- fixed get_config_h_filename in distutils for multiarch headers
-
-* Thu Aug 25 2005 Frederic Lepied <flepied at mandriva.com> 2.4.1-3mdk
-- fix bug #16553 by adding lib paths on 64 bit platforms
-
-* Thu Jun 2 2005 Frederic Lepied <flepied at mandriva.com> 2.4.1-2mdk
-- fixed python-base file list (bug #16002)
-
-* Tue May 10 2005 Michael Scherer <misc at mandriva.org> 2.4.1-1mdk
-- New release 2.4.1
-- use %%check
-- remove patch 6, applied upstream
-
-* Sat Feb 12 2005 Frederic Lepied <flepied at mandrakesoft.com> 2.4-5mdk
-- fix MDKSA-2005:035 (patch6)
-
-* Mon Jan 31 2005 Frederic Lepied <flepied at mandrakesoft.com> 2.4-4mdk
-- multiarch tagging
-
-* Thu Jan 20 2005 Per Øyvind Karlsen <peroyvind at linux-mandrake.com> 2.4-3mdk
-- rebuild for new readline
-
-* Mon Jan 10 2005 Guillaume Rousse <guillomovitch at mandrake.org> 2.4-2mdk
-- rediff patch 4
-
-* Fri Dec 03 2004 Michael Scherer <misc at mandrake.org> 2.4-1mdk
-- 2.4
-- remove patch 6 ( applied upstream )
-- rediff patch 4 && 3
-
-* Fri Nov 26 2004 Luca Berra <bluca at vodka.it> 2.3.4-8mdk
-- escape $HOME variable when creating profile.d script
-
-* Tue Nov 16 2004 Christiaan Welvaart <cjw at daneel.dyndns.org> 2.3.4-7mdk
-- rebuild for new libgdbm
-
-* Thu Aug 19 2004 Michael Scherer <misc at mandrake.org> 2.3.4-6mdk
-- rebuild for new menu
-
-* Fri Jul 16 2004 Michael Scherer <misc at mandrake.org> 2.3.4-5mdk
-- add tk as Requires ( thanks Goetz Waschk )
-
-* Thu Jul 15 2004 Michael Scherer <misc at mandrake.org> 2.3.4-4mdk
-- fix #10278
-- add completion to the interpreter
-
-* Wed Jun 30 2004 Christiaan Welvaart <cjw at daneel.dyndns.org> 2.3.4-3mdk
-- really fix buildrequires
-
-* Sun Jun 27 2004 Christiaan Welvaart <cjw at daneel.dyndns.org> 2.3.4-2mdk
-- BuildRequires: gettext-devel
-
-* Tue Jun 8 2004 Michael Scherer <misc at mandrake.org> 2.3.4-1mdk
-- 2.3.4: see http://www.python.org/2.3.4/NEWS.html for details
-- fix [DIRM]
-
-* Thu Jun 3 2004 Gwenole Beauchesne <gbeauchesne at mandrakesoft.com> 2.3.3-6mdk
-- buildrequires: tk
-- rebuild against gcc3.4
-
-* Fri May 21 2004 Per Øyvind Karlsen <peroyvind at linux-mandrake.com> 2.3.3-5mdk
-- s/Mandrake Linux/Mandrakelinux/
-- fix buildrequires
-
-* Fri Apr 23 2004 Thierry Vignaud <tvignaud at mandrakesoft.com> 2.3.3-4mdk
-- relink against fixed libintl :-(
-
-* Fri Apr 23 2004 Thierry Vignaud <tvignaud at mandrakesoft.com> 2.3.3-3mdk
-- relink with new gettext
-
-* Mon Feb 16 2004 Frederic Lepied <flepied at mandrakesoft.com> 2.3.3-2mdk
-- added traceback.py* to python-base
-
-* Tue Dec 23 2003 Frederic Lepied <flepied at mandrakesoft.com> 2.3.3-1mdk
-- 2.3.3: see http://www.python.org/2.3.3/NEWS.html for details
-
-* Thu Dec 18 2003 Frederic Lepied <flepied at mandrakesoft.com> 2.3.2-1mdk
-- 2.3.2: see http://www.python.org/2.3.2/NEWS.html for details
-
-* Mon Sep 22 2003 Gwenole Beauchesne <gbeauchesne at mandrakesoft.com> 2.3-4mdk
-- fix mklibnamification
-
-* Sun Aug 31 2003 Gwenole Beauchesne <gbeauchesne at mandrakesoft.com> 2.3-3mdk
-- Fix lib64 patch and introduce sys.lib
-- Patch6: 64-bit fixes to zipimport module
-
-* Fri Aug 8 2003 Frederic Lepied <flepied at mandrakesoft.com> 2.3-2mdk
-- corrected patch on distutils for lib64 management
-- byte compile without storing the build path
-
-* Thu Aug 7 2003 Frederic Lepied <flepied at mandrakesoft.com> 2.3-1mdk
-- 2.3
-
-* Mon Aug 4 2003 Gwenole Beauchesne <gbeauchesne at mandrakesoft.com> 2.2.3-6mdk
-- Fix libpython2.2.so symlink
-
-* Thu Jul 31 2003 Gwenole Beauchesne <gbeauchesne at mandrakesoft.com> 2.2.3-5mdk
-- BuildRequires: termcap-devel
-
-* Thu Jul 10 2003 Gwenole Beauchesne <gbeauchesne at mandrakesoft.com> 2.2.3-4mdk
-- Fix libification
-- Patch8: Fix test_compile.py test for 64-bit platforms (CVS)
-
-* Tue Jul 8 2003 Frederic Lepied <flepied at mandrakesoft.com> 2.2.3-3mdk
-- remove compilation path from library
-- compiled with ipv6 support (bug #2045)
-
-* Wed Jun 25 2003 Stefan van der Eijk <stefan at eijk.nu> 2.2.3-2mdk
-- remove redundant BuildRequires
-- disable test on alpha & x86_64 for now, see SF bug: #660455
-
-* Wed Jun 4 2003 Frederic Lepied <flepied at mandrakesoft.com> 2.2.3-1mdk
-- 2.2.3
-
-* Mon May 5 2003 Frederic Lepied <flepied at mandrakesoft.com> 2.2.2-9mdk
-- applied fix for tkinter from pysol site (bug #3760)
-
-* Sat May 3 2003 Frederic Lepied <flepied at mandrakesoft.com> 2.2.2-8mdk
-- fix tkinter (bug #3760)
-
-* Mon Apr 14 2003 Thierry Vignaud <tvignaud at mandrakesoft.com> 2.2.2-7mdk
-- rebuild for tcl/tk
-
-* Wed Feb 5 2003 Frederic Lepied <flepied at mandrakesoft.com> 2.2.2-6mdk
-- rebuild for libssl
-
-* Sat Jan 4 2003 Pixel <pixel at mandrakesoft.com> 2.2.2-5mdk
-- robotparser patch, esp. fixes linkchecker on https (http://python.org/sf/499513)
-
-* Thu Dec 5 2002 Frederic Lepied <flepied at mandrakesoft.com> 2.2.2-4mdk
-- added BuildRequires db2-devel
-
-* Thu Dec 5 2002 Frederic Lepied <flepied at mandrakesoft.com> 2.2.2-3mdk
-- use %%mklibname
-
-* Sat Nov 23 2002 Gwenole Beauchesne <gbeauchesne at mandrakesoft.com> 2.2.2-2mdk
-- s/distcc/gcc/ Makefile in case the former was used to build Python
-- Patch5: Let h2py.py handle "-" in headers file name. This fixes
- build on x86-64 where kernel-headers are now bi-arch'ed.
-
-* Fri Nov 15 2002 Frederic Lepied <flepied at mandrakesoft.com> 2.2.2-1mdk
-- activated check by default
-- 2.2.2
-
-* Thu Nov 14 2002 Vincent Danen <vdanen at mandrakesoft.com> 2.2.1-15mdk
-- include /usr/bin/pydoc and /usr/bin/python2.2
-- clean up changelog to use (double-percent) everywhere; I think that was
- causing some wierd issues with newer rpm
-
-* Wed Nov 13 2002 Vincent Danen <vdanen at mandrakesoft.com> 2.2.1-14mdk
-- security fix (execvpe local execution vulnerability)
-
-* Mon Sep 9 2002 Frederic Lepied <flepied at mandrakesoft.com> 2.2.1-13mdk
-- put time.so in python-base
-
-* Tue Aug 27 2002 David BAUDENS <baudens at mandrakesoft.com> 2.2.1-12mdk
-- Fix icon (menu)
-
-* Tue Aug 13 2002 Gwenole Beauchesne <gbeauchesne at mandrakesoft.com> 2.2.1-11mdk
-- Automated rebuild with gcc 3.2-0.3mdk
-
-* Tue Aug 13 2002 Frederic Lepied <flepied at mandrakesoft.com> 2.2.1-10mdk
-- fix setup step
-
-* Mon Jul 29 2002 Frederic Crozat <fcrozat at mandrakesoft.com> 2.2.1-9mdk
-- Remove NO_XALF from menu entries
-
-* Thu Jul 25 2002 Gwenole Beauchesne <gbeauchesne at mandrakesoft.com> 2.2.1-8mdk
-- Automated rebuild with gcc3.2
-
-* Wed Jul 24 2002 Thierry Vignaud <tvignaud at mandrakesoft.com> 2.2.1-7mdk
-- rebuild for new readline
-
-* Mon Jul 1 2002 Gwenole Beauchesne <gbeauchesne at mandrakesoft.com> 2.2.1-6mdk
-- Update Patch4 to get correct "site-specific" directory
-
-* Sun Jun 30 2002 Gwenole Beauchesne <gbeauchesne at mandrakesoft.com> 2.2.1-5mdk
-- Menu dir is %%_menudir, not %%_libdir/menu
-- Update Source2 (baselist) to be %%_libdir compliant
-- Update Patch1 (shlib) to really build importdl with PIC code
-- Patch4: Look for and install libraries in the right directory
-- Rpmlint fixes: configure-without-libdir-spec, hardcoded-library-path
-
-* Sun Jun 2 2002 Stefan van der Eijk <stefan at eijk.nu> 2.2.1-4mdk
-- BuildRequires
-
-* Mon May 06 2002 Gwenole Beauchesne <gbeauchesne at mandrakesoft.com> 2.2.1-3mdk
-- Automated rebuild in gcc3.1 environment
-
-* Thu Apr 18 2002 Gwenole Beauchesne <gbeauchesne at mandrakesoft.com> 2.2.1-2mdk
-- Patch2: Do use g++ as the linker when objects were built with g++,
- namely ccpython.o for the Python interpreter. Fix build with gcc3+.
-- Patch3: Don't include /usr/local/* in search path
-
-* Wed Apr 10 2002 Frederic Lepied <flepied at mandrakesoft.com> 2.2.1-1mdk
-- 2.2.1
-
-* Sun Feb 24 2002 Stew Benedict <sbenedict at mandrakesoft.com> 2.2-9mdk
-- rebuild PPC against libdb3.3 - thx Jeff
-
-* Tue Feb 12 2002 Frederic Lepied <flepied at mandrakesoft.com> 2.2-8mdk
-- requires explictly the lib+version+release for python-base.
-
-* Mon Feb 11 2002 Frederic Lepied <flepied at mandrakesoft.com> 2.2-7mdk
-- don't use %%exclude
-- patch for path (Ralf Ahlbrin)
-
-* Thu Jan 17 2002 Frederic Lepied <flepied at mandrakesoft.com> 2.2-6mdk
-- split python in python and python-base to lower the size of the
-base packages .
-
-* Wed Jan 9 2002 Frederic Lepied <flepied at mandrakesoft.com> 2.2-5mdk
-- added missing subdirs.
-
-* Wed Jan 09 2002 David BAUDENS <baudens at mandrakesoft.com> 2.2-4mdk
-- Fix menu entry (png icon)
-
-* Thu Jan 3 2002 Frederic Lepied <flepied at mandrakesoft.com> 2.2-3mdk
-- bytecompile with a -d option to avoid putting the RPM_BUILD_ROOT in
-the byte compiled file.
-
-* Wed Jan 2 2002 Frederic Lepied <flepied at mandrakesoft.com> 2.2-2mdk
-- rebuild to have the right dependencies
-
-* Sun Dec 23 2001 Frederic Lepied <flepied at mandrakesoft.com> 2.2-1mdk
-- 2.2
-
-* Wed Oct 24 2001 Gwenole Beauchesne <gbeauchesne at mandrakesoft.com> 2.1.1-5mdk
-- Libification
-- Enhanced Patch2 thanks to a Debian patch so that a shared library is
- built as well. Fix linuxconf, koffice builds on IA-64.
-
-* Tue Oct 9 2001 Gwenole Beauchesne <gbeauchesne at mandrakesoft.com> 2.1.1-4mdk
-- Remove BuildRequires: libxode1-devel
-- Remove Requires: libtcl8.3.so libtk8.3.so for tkinter
-
-* Thu Aug 30 2001 Gwenole Beauchesne <gbeauchesne at mandrakesoft.com> 2.1.1-3mdk
-- Patch2: DSO must have PIC code. Actually, kludge the configure script
- if MACHDEP is set
-- Add BuildRequires: autoconf
-
-* Mon Aug 20 2001 Frederic Lepied <flepied at mandrakesoft.com> 2.1.1-2mdk
-- updated doc (#4263).
-
-* Fri Jul 20 2001 Frederic Lepied <flepied at mandrakesoft.com> 2.1.1-1mdk
-- 2.1.1
-
-* Tue Jul 3 2001 Frederic Lepied <flepied at mandrakesoft.com> 2.1-2mdk
-- rebuild for db3.2
-
-* Fri Apr 27 2001 Frederic Lepied <flepied at mandrakesoft.com> 2.1-1mdk
-- 2.1
-
-* Wed Apr 11 2001 Frederic Crozat <fcrozat at mandrakesoft.com> 2.0-9mdk
-- Correct GNOME menu entry
-
-* Sun Apr 8 2001 Frederic Lepied <flepied at mandrakesoft.com> 2.0-8mdk
-- added missing xml directory
-- added an optional make test at the end of the %%build section
-
-* Fri Mar 30 2001 Frederic Lepied <flepied at mandrakesoft.com> 2.0-6mdk
-- correct launching of scripts (#2802)
-
-* Tue Mar 27 2001 Frederic Lepied <flepied at mandrakesoft.com> 2.0-5mdk
-- added libtermcap-devel to BuildRequires.
-
-* Sat Mar 24 2001 David BAUDENS <baudens at mandrakesoft.com> 2.0-4mdk
-- BuildRequires: libxode1-devel
-- Requires: %%version-%%release and not only %%version
-
-* Mon Mar 19 2001 Pixel <pixel at mandrakesoft.com> 2.0-3mdk
-- fix the python.el (\\. -> \\\\.)
-
-* Fri Dec 8 2000 Frederic Lepied <flepied at mandrakesoft.com> 2.0-2mdk
-- added blt and expat-devel BuildRequires:
-
-* Fri Nov 17 2000 Frederic Lepied <flepied at mandrakesoft.com> 2.0-1mdk
-- 2.0 (95 tests OK. 12 tests skipped: test_al test_cd test_cl test_dl test_gl test_imgfile test_largefile
-test_linuxaudiodev test_nis test_sunaudiodev test_winreg test_winsound)
-- added emacs mode
-- html doc.
-
-* Wed Sep 27 2000 Frederic Lepied <flepied at mandrakesoft.com> 1.5.2-12mdk
-- removed dependency on tkinter for python to avoid loop.
-
-* Mon Sep 11 2000 Frederic Lepied <flepied at mandrakesoft.com> 1.5.2-11mdk
-- fixed some hardcoded paths (Geoffrey Lee).
-- removed menu entry for interpreter.
-
-* Thu Aug 10 2000 Guillaume Cottenceau <gc at mandrakesoft.com> 1.5.2-10mdk
-- fixed typo %%updates_menus -> %%update_menus
-
-* Mon Aug 07 2000 Frederic Lepied <flepied at mandrakesoft.com> 1.5.2-9mdk
-- automatically added BuildRequires
-
-* Thu Aug 3 2000 Chmouel Boudjnah <chmouel at mandrakesoft.com> 1.5.2-8mdk
-- Merge rh patch.
-- Macros.
-- compile with new tcl.
-
-* Tue May 9 2000 Frederic Lepied <flepied at mandrakesoft.com> 1.5.2-7mdk
-- added locale module.
-
-* Thu Mar 30 2000 Frederic Lepied <flepied at mandrakesoft.com> 1.5.2-6mdk
-- menu
-
-* Tue Mar 7 2000 Frederic Lepied <flepied at mandrakesoft.com> 1.5.2-5mdk
-- idle 0.5.
-- compiled with optimization.
-
-* Fri Jan 14 2000 Frederic Lepied <flepied at mandrakesoft.com> 1.5.2-4mdk
-
-- added a BuildRequires.
-
-* Sat Dec 4 1999 Florent Villard <warly at mandrakesoft.com>
-- add idle, pynche and modulator in the package
-
-* Tue Oct 19 1999 Chmouel Boudjnah <chmouel at mandrakesoft.com>
-- Merge with redhat changes.
-- added modulator, and pynche to the python-tools package(r)
-- using a files list in the %%files section for python-tools(r)
-- added conflicts/requires between subpackages so that you cannot
- have an older tkinter installed with a new python.(r)
-- added more tools(r)
-- rebuild to fix broken tkinter.(r)
-- fixed bogus /usr/local/bin/python requirements.(r)
-- added patch to import global symbols until we get libtool patched(r)
-
-* Fri Aug 20 1999 Pablo Saratxaga <pablo at mandrakesoft.com>
-- updated to 1.5.2
-- updated patches
-- use macro %%{_arch} instead of %%{_target_cpu} for file paths
-
-* Tue Apr 13 1999 Chmouel Boudjnah <chmouel at mandrakesoft.com>
-- Remove the dbm support (doen't work with GLBC2.1)
-
-* Sat Apr 10 1999 Bernhard Rosenkraenzer <bero at linux-mandrake.com>
-- Mandrake adaptions
-- add de locale
-- fix handling of RPM_OPT_FLAGS
-
-* Thu Feb 11 1999 Michael Johnson <johnsonm at redhat.com>
-- added mpzmodule at user request (uses gmp)
-- added bsddbmodule at user request (uses db 1.85 interface)
-
-* Mon Feb 08 1999 Michael Johnson <johnsonm at redhat.com>
-- add --with-threads at user request
-- clean up spec file
-
-* Fri Jan 08 1999 Michael K. Johnson <johnsonm at redhat.com>
-- New libc changes ndbm.h to db1/ndbm.h and -ldb to -ldb1
-
-* Thu Sep 3 1998 Jeff Johnson <jbj at redhat.com>
-- recompile for RH 5.2.
-
-* Wed May 06 1998 Cristian Gafton <gafton at redhat.com>
-- python-docs used to require /usr/bin/sed. Changed to /bin/sed instead
-
-* Wed Apr 29 1998 Cristian Gafton <gafton at redhat.com>
-- fixed the spec file for version 1.5.1
-- buildroot (!)
-
-* Mon Apr 20 1998 Michael K. Johnson <johnsonm at redhat.com>
-- updated to python 1.5.1
-- created our own Python-Doc tar file from 1.5 to substitute for the
- not-yet-released Doc package.
-- build _tkinter properly
-- use readline again
-- build crypt module again
-- install rand replacement module
-- added a few modules
-
-* Thu Apr 09 1998 Erik Troan <ewt at redhat.com>
-- updated to python 1.5
-- made /usr/lib/python1.5 file list automatically generated
-
-* Tue Nov 04 1997 Michael K. Johnson <johnsonm at redhat.com>
-- Fixed dependencies for python and tkinter
-
-* Mon Nov 03 1997 Michael K. Johnson <johnsonm at redhat.com>
-- pulled out tk-related stuff into tkinter package
-
-* Fri Oct 10 1997 Erik Troan <ewt at redhat.com>
-- bunches of scripts used /usr/local/bin/python instead of /usr/bin/python
-
-* Tue Sep 30 1997 Erik Troan <ewt at redhat.com>
-- updated for tcl/tk 8.0
-
-* Thu Jul 10 1997 Erik Troan <ewt at redhat.com>
-- built against glibc
More information about the Erp5-report
mailing list