2009-12-21 23:06:46 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Dec 15 00:22:44 CET 2009 - jengelh@medozas.de
|
|
|
|
|
|
|
|
- add baselibs.conf as source
|
|
|
|
|
2009-11-16 10:06:23 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Oct 28 18:03:27 UTC 2009 - crrodriguez@opensuse.org
|
|
|
|
|
|
|
|
- python-devel Requires glibc-devel
|
|
|
|
|
2009-09-05 00:37:10 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Sep 4 20:16:42 CEST 2009 - matejcik@suse.cz
|
|
|
|
|
|
|
|
- fixed potential DoS in python's copy of expat (bnc#534721)
|
|
|
|
|
2009-08-07 22:04:34 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Aug 2 17:01:16 UTC 2009 - jansimon.moeller@opensuse.org
|
|
|
|
|
|
|
|
- fix files section for ARM, as bz2.so isn't built on ARM.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jul 31 22:41:02 CEST 2009 - matejcik@suse.cz
|
|
|
|
|
|
|
|
- added /usr/lib/python2.6{,/site-packages} to the package even if
|
|
|
|
it is on lib64 arch
|
|
|
|
- added %python_sitelib and %python_sitearch for fedora compatibility
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jul 30 18:34:09 CEST 2009 - matejcik@suse.cz
|
|
|
|
|
|
|
|
- fixed test in test_distutils suite that would generate a warning
|
|
|
|
when the log threshold was set too low by preceding tests
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jul 29 16:09:32 CEST 2009 - matejcik@suse.cz
|
|
|
|
|
|
|
|
- support noarch python packages (modified multilib patch
|
|
|
|
to differentiate between purelib and platlib, added /usr/lib
|
|
|
|
to search path in all cases
|
|
|
|
|
2009-07-17 16:35:32 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jul 16 10:11:27 CEST 2009 - coolo@novell.com
|
|
|
|
|
|
|
|
- disable as-needed to fix build
|
|
|
|
|
2009-04-29 00:28:27 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Apr 27 15:19:45 CEST 2009 - matejcik@suse.cz
|
|
|
|
|
|
|
|
- update to 2.6.2
|
|
|
|
* bugfix-only release for 2.6 series
|
|
|
|
|
2009-01-19 02:18:37 +01:00
|
|
|
-------------------------------------------------------------------
|
2009-02-08 02:28:20 +01:00
|
|
|
Fri Feb 6 16:10:31 CET 2009 - matejcik@suse.cz
|
|
|
|
|
|
|
|
- excluded pyconfig.h and Makefile and Setup from -devel subpackage
|
|
|
|
to prevent file conflicts of python-base and python-devel
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2009-01-19 02:18:37 +01:00
|
|
|
Thu Jan 15 16:00:02 CET 2009 - matejcik@suse.cz
|
|
|
|
|
|
|
|
- fixed gettext.py problem with empty plurals line (bnc#462375)
|
|
|
|
|
2009-01-09 01:52:00 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jan 7 12:34:56 CET 2009 - olh@suse.de
|
|
|
|
|
|
|
|
- obsolete old -XXbit packages (bnc#437293)
|
|
|
|
|
2008-12-19 15:13:49 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Dec 15 17:10:17 CET 2008 - matejcik@suse.cz
|
|
|
|
|
|
|
|
- removed bsddb directory from python-base, reenabled in python
|
|
|
|
|
2008-10-22 18:44:23 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Oct 20 15:18:30 CEST 2008 - matejcik@suse.cz
|
|
|
|
|
|
|
|
- added libpython and python-base to baselibs.conf (bnc#432677)
|
|
|
|
- disabled test_smtplib for ia64 so that the package actually
|
|
|
|
gets built (bnc#436966)
|
|
|
|
|
2008-10-13 16:53:57 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Oct 9 18:56:33 CEST 2008 - matejcik@suse.cz
|
|
|
|
|
|
|
|
- update to 2.6 final (version name is 2.6.0 to make upgrade from
|
|
|
|
2.6rc2 possible)
|
|
|
|
- replaced site.py hack with a .pth file to do the same thing
|
|
|
|
(cleaner solution that doesn't mess up documented behavior
|
|
|
|
and also fixes virtualenv, bnc#430761)
|
|
|
|
- enabled profile optimized build
|
|
|
|
- fixed %py_requires macro (bnc#346490)
|
|
|
|
- provide %name = 2.6
|
|
|
|
|
2008-09-24 00:12:56 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Sep 19 20:09:50 CEST 2008 - matejcik@suse.cz
|
|
|
|
|
|
|
|
- moved tests to %check section
|
|
|
|
- update to 2.6rc2
|
|
|
|
- included patch for https proxy support that resolves bnc#214983
|
|
|
|
(in a proper way) and bnc#298378
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Sep 17 22:09:12 CEST 2008 - matejcik@suse.cz
|
|
|
|
|
|
|
|
- included /etc/rpm/macros.python to fix the split-caused breakage
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Sep 16 18:12:10 CEST 2008 - matejcik@suse.cz
|
|
|
|
|
|
|
|
- applied bug-no-proxy patch from python#3879, which should improve
|
|
|
|
backwards compatibility (important i.e. for bzr)
|
|
|
|
- moved python-xml to a subpackage of this (brings no additional
|
|
|
|
dependencies, so it can as well stay)
|
|
|
|
- moved Makefile and pyconfig.h to python-base, removing the need
|
|
|
|
to have python-devel for installation
|
|
|
|
- improved compatibility with older distros for 11.0
|
|
|
|
- moved ssl.py and sqlite3 module to python package - they won't work
|
|
|
|
without their respective binary modules anyway
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Sep 15 18:34:27 CEST 2008 - matejcik@suse.cz
|
|
|
|
|
|
|
|
- updated to 2.6rc1 - bugfix-only pre-stable release
|
|
|
|
- renamed python-base-devel to python-devel as it should be
|
|
|
|
- removed macros from libpython package name
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Sep 12 14:46:00 CEST 2008 - matejcik@suse.cz
|
|
|
|
|
|
|
|
- moved python-devel to a subpackage of this
|
|
|
|
- created libpython subpackage
|
|
|
|
- moved essential files from -devel to -base, so that distutils
|
|
|
|
should now be able to install without -devel package
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Sep 9 20:30:11 CEST 2008 - matejcik@suse.cz
|
|
|
|
|
|
|
|
- initial release of python-base
|
|
|
|
|