SEARCH
NEWS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG
FORUM
DONATE



 
 
Changelog for python-2.4-curses-2.4.4-64.1.i586.rpm :
Thu May 17 14:00:00 2007 mkudlvasrAATTsuse.cz
- added to buildservice, updated to 2.4.4

Wed Sep 27 14:00:00 2006 jmatejekAATTsuse.cz
- fix buffer overflow in built-in function repr() on UCS4 build
(CVE 2006-4980, #208223)

Wed Mar 15 13:00:00 2006 jmatejekAATTsuse.cz
- moved -doc and -doc-pdf into separate noarch specfile

Mon Feb 27 13:00:00 2006 jmatejekAATTsuse.cz
- implemented /usr/local path schemes for bug #149809
- python now recognizes packages in /usr/local/lib/python2.4
- distutils install by default into /usr/local/lib/python2.4/site-packages
- on 64bit systems that is of course lib64

Wed Jan 25 13:00:00 2006 mlsAATTsuse.de
- converted neededforbuild to BuildRequires

Sat Jan 14 13:00:00 2006 kukukAATTsuse.de
- Add gmp-devel to nfb

Mon Nov 28 13:00:00 2005 jmatejekAATTsuse.cz
- reenabled optimization on ppc64

Fri Nov 11 13:00:00 2005 nadvornikAATTsuse.cz
- fixed another bug in canonicalize patch [#133267]

Wed Oct 5 14:00:00 2005 jmatejekAATTsuse.cz
- update to 2.4.2
- additional fixes to canonicalize patch, restored interactive mode

Mon Sep 26 14:00:00 2005 jmatejekAATTsuse.cz
- replaced the previous patch with a new one
- it now tries to use canonical_file_name(), falling back to realpath()
and eventually readlink
- canonical_file_name() branch now sets the buffer length

Fri Sep 23 14:00:00 2005 jmatejekAATTsuse.cz
- fixed to build with gcc\'s new buffer overflow checking
- added patch from https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=169046

Fri Apr 22 14:00:00 2005 schwabAATTsuse.de
- Always enable SSL bug workarounds.

Tue Apr 5 14:00:00 2005 mciharAATTsuse.cz
- update to 2.4.1

Thu Mar 24 13:00:00 2005 uliAATTsuse.de
- fixed to build on ARM

Tue Mar 1 13:00:00 2005 mciharAATTsuse.cz
- skip some test on ia64 for now

Tue Feb 8 13:00:00 2005 mciharAATTsuse.cz
- mark configuration files as %config

Tue Feb 1 13:00:00 2005 mciharAATTsuse.cz
- fix vulnerability in SimpleXMLRPCServer (bug #50321, CAN-2005-0089)

Tue Dec 28 13:00:00 2004 mciharAATTsuse.cz
- disable bsddb tests, it fails probably on all 64-bit

Thu Dec 23 13:00:00 2004 mciharAATTsuse.cz
- make lib64 installation also work on others than x86_64

Mon Dec 20 13:00:00 2004 mciharAATTsuse.de
- fixed build on ppc64
- update multiarch patch
- do not test bsddb internals
- remove optimalisation from flags, it breaks at least math

Mon Dec 20 13:00:00 2004 mciharAATTsuse.cz
- added extra files needed for some tests (codecmaps and unicode normalisation)
- enabled bsddb tests
- reenabled test_shelve, as it works now

Thu Dec 16 13:00:00 2004 mciharAATTsuse.cz
- update db 4.3 patch
- fix bdist_rpm when spec file generates more than one rpm

Tue Dec 14 13:00:00 2004 bgAATTsuse.de
- disable tests for hppa

Mon Dec 6 13:00:00 2004 mciharAATTsuse.cz
- fix bsddb module for current bsddb
- improved readline detection

Fri Dec 3 13:00:00 2004 mciharAATTsuse.cz
- updated documentation to 2.4

Wed Dec 1 13:00:00 2004 mciharAATTsuse.cz
- don\'t use wctype functions from glibc, it breaks at some situations
- enable tests during compilation, removing currently known failures

Tue Nov 30 13:00:00 2004 mciharAATTsuse.cz
- update to 2.4 final

Wed Nov 24 13:00:00 2004 mciharAATTsuse.cz
- yet another ignore list update, ignore man and locale dirs

Wed Nov 24 13:00:00 2004 mciharAATTsuse.cz
- ignore /etc and avoid infinite loop while generating directory list

Wed Nov 24 13:00:00 2004 mciharAATTsuse.cz
- ignore one more directories in file list generating
- handle correctly headers path in file list generating
- handle extra_dir in file list generating
- use same way as mandrake to support lib64, at least it\'s a bit cleaner
solution than we had, so we now also have sys.lib
- audioop is now enabled on 64-bit

Tue Nov 23 13:00:00 2004 mciharAATTsuse.cz
- updated to 2.4c1 (2.4 release candidate 1)
- dropped python-mpz package as it was dropped by upstream
- completely rewritten and much simplified rpm file list generation, if you
have problems with new version, please drop me a note
- install also /etc/profile.d/python.csh

Tue Aug 24 14:00:00 2004 mciharAATTsuse.cz
- updated README.SUSE
- added startup script, which enables saving of history and completion
for interactive usage

Thu May 27 14:00:00 2004 mciharAATTsuse.cz
- update to 2.3.4 final (no changes from rc 1)

Wed May 19 14:00:00 2004 mciharAATTsuse.cz
- update to 2.3.4 release candidate 1 (obsoletes some patches taken from cvs)
- forcing of large file support is not needed (for quite a long time)
- updated README.SUSE

Tue Mar 16 13:00:00 2004 mciharAATTsuse.cz
- included some fixes from cvs:
- fix possible segfault in bsddb
- urllib2 supports non-anonymous ftp and absolute paths
- fixed GC problems in PyWeakref_NewRef

Thu Mar 11 13:00:00 2004 mciharAATTsuse.cz
- fix readline with utf-8 (bug #34302)

Wed Mar 3 13:00:00 2004 mciharAATTsuse.cz
- obsoletes python21

Thu Feb 26 13:00:00 2004 mciharAATTsuse.cz
- all subpackages depend on current python version

Thu Feb 19 13:00:00 2004 mciharAATTsuse.cz
- fix Lib/email/Charset.py for use in some locales
- fix format string in zipimport module
- use system readline
- add more IPV6 socket options
- use sed instead of perl for replacing
- include LICENSE

Sat Jan 10 13:00:00 2004 adrianAATTsuse.de
- build as user

Mon Jan 5 13:00:00 2004 mciharAATTsuse.cz
- updated to 2.3.3 (final)
- call %{run_ldconfig} in post and postun
- libpython.2.3.so symlink moved to devel package (bug #33779)

Fri Dec 12 13:00:00 2003 mciharAATTsuse.cz
- updated to 2.3.3 (release candidate 1)

Tue Nov 18 13:00:00 2003 mciharAATTsuse.cz
- use wchar_t functions from libc, this reduces size of interpreter

Mon Oct 27 13:00:00 2003 kukukAATTsuse.de
- Remove useless Requires
- Remove not used packages from neededforbuild

Fri Oct 3 14:00:00 2003 mciharAATTsuse.cz
- updated to 2.3.2
- A bug in autoconf that broke building on HP/UX systems is fixed.
- A bug in the Python configure script that meant os.fsync() was
never available is fixed.

Thu Oct 2 14:00:00 2003 mciharAATTsuse.cz
- force use of directories passed to configure script (-dirs.patch), bug #31947

Mon Sep 29 14:00:00 2003 mciharAATTsuse.cz
- updated to 2.3.1, most of changes were alredy included in -cvs.patch
- not so verbose untaring

Thu Sep 11 14:00:00 2003 mciharAATTsuse.cz
- included fixes from cvs (branch release23-maint), this fixes some
memory leaks and other bugs (-cvs.patch)
- nicer output from pydoc (-pydoc.patch)
- cleaned up configure parameters
- compiling with -Wall

Wed Sep 10 14:00:00 2003 mciharAATTsuse.cz
- build as shared

Wed Sep 3 14:00:00 2003 mciharAATTsuse.cz
- python now obsoletes python-nothreads (bug #29907)

Thu Aug 14 14:00:00 2003 mciharAATTsuse.cz
- fixed symlinks to configuration files
- cleaned up spec file

Wed Aug 6 14:00:00 2003 mciharAATTsuse.cz
- updated lib64 patch

Tue Aug 5 14:00:00 2003 mciharAATTsuse.cz
- updated to final 2.3, some highlights:
* Python 2.3 is about 20-30% faster than Python 2.2.3
* Brand new IDLE
* Some new or upgraded built-ins, includes better support for
unicode, new bool type...
* Lots of upgraded or new modules and packages.
* PYTHONINSPECT variabale that can cause python to behave as it
was executed with -i parameter.

Tue Jul 29 14:00:00 2003 roAATTsuse.de
- added tk-devel to neededforbuild

Thu Jun 26 14:00:00 2003 mciharAATTsuse.cz
- updated to cvs snapshot, mostly because of finally correct DESTDIR
support, to avoid buildroot leftovers

Tue Jun 24 14:00:00 2003 mciharAATTsuse.cz
- better excluding site-packages from generated dirlist

Tue Jun 17 14:00:00 2003 mciharAATTsuse.cz
- ignore site-packages and share directories for filelists
- include install dir if not site-packages in filelists

Tue Jun 17 14:00:00 2003 mciharAATTsuse.cz
- better handle mutliple level of install directories when
generating %dir entries

Mon Jun 16 14:00:00 2003 mciharAATTsuse.cz
- one more distutils patch update:
* fix generating of dirs in chrooted installs for install_data
* don\'t include directory for install_scripts

Mon Jun 16 14:00:00 2003 mciharAATTsuse.cz
- updated patch to work around problems with self defined get_outputs

Mon Jun 16 14:00:00 2003 mciharAATTsuse.cz
- modified distutils to allow generating complete file list for rpm
(including directories with %dir macro), to use this use
- -record-rpm= instead of --record=

Thu Jun 5 14:00:00 2003 mciharAATTsuse.cz
- move documentation where it was in 2.2 versions
- fixed permissions for some scripts in devel package

Thu May 29 14:00:00 2003 mciharAATTsuse.cz
- cleaned up specfile
- make executable only files that should be

Mon May 19 14:00:00 2003 mciharAATTsuse.cz
- removed .cvsignore files

Tue Apr 29 14:00:00 2003 mciharAATTsuse.cz
- updated lib64 patch

Mon Apr 28 14:00:00 2003 mciharAATTsuse.cz
- updated to 2.3b1, some highlights:
- sum() builtin, adds a sequence of numbers, beats reduce().
- csv module, reads comma-separated-value files (and more).
- timeit module, times code snippets.
- os.walk(), a generator slated to replace os.path.walk().
- platform module, by Marc-Andre Lemburg, returns detailed platform
information.

Thu Apr 10 14:00:00 2003 mciharAATTsuse.cz
- added DEFS to config/Makefile as it was in 2.2

Wed Apr 2 14:00:00 2003 mciharAATTsuse.cz
- updated lib64 patch
- fixed list of built modules for 64-bit arches

Tue Apr 1 14:00:00 2003 mciharAATTsuse.cz
- updated to python 2.3 alpha 2
- updated many builtins and modules
- new modules: bsddb, bz2, datetime, logging, optparse, sets,
textwrap, zipimport,
- some general things have changed:
- Hex/oct literals prefixed with a minus sign were handled
inconsistently.
- Package index and metadata for distutils.
- Encoding declarations - you can put a comment of the form
\"# -*- coding: -*-\" in the first or second line of a Python
source file to indicate the encoding (e.g. utf-8).
- Import from zipfiles.
- see Misc/NEWS in documentation or python website -
http://python.org/2.3/highlights.html for more details
- moved distutils into -devel package
- cleaned up specfile

Tue Apr 1 14:00:00 2003 mciharAATTsuse.cz
- removed RPM_BUILD_ROOT leftovers (bug #25963)

Thu Mar 6 13:00:00 2003 kukukAATTsuse.de
- Provide/Obsolete python-tkinter

Tue Jan 28 13:00:00 2003 mciharAATTsuse.cz
- idle symlink corrected for lib64
- fixed LIBDEST path for distutils, closes #22322

Fri Jan 10 13:00:00 2003 mciharAATTsuse.cz
- fixed distutils for lib64

Wed Dec 18 13:00:00 2002 mciharAATTsuse.cz
- improved blt detection for tkinter
- build with detected version of tix
- enabled SIGFPE catching
- enabled signal module
- enabled C++ support

Fri Nov 29 13:00:00 2002 mciharAATTsuse.cz
- enabled ipv6 support
- no apache is needed for building
- python-nothreads is not built anymore as is seems that mod_python
works correctly woth python 2.2.2 and threads
- Makefile also copied to config directory in rpm

Wed Nov 27 13:00:00 2002 adrianAATTsuse.de
- Makefile.pre* to config directory
(following the official spec file change)

Fri Nov 8 13:00:00 2002 mciharAATTsuse.cz
- fixed bad source number for suse-start-python-mode.el

Thu Nov 7 13:00:00 2002 mciharAATTsuse.cz
- fixed %files section for idle on lib64 arches

Wed Nov 6 13:00:00 2002 mciharAATTsuse.cz
- included python-mode.el for emacs
- idle moved from demos to separate package
- merged tk and tkinter

Wed Oct 30 13:00:00 2002 mciharAATTsuse.cz
- removed not needed l2h and tetex from neededforbuild

Wed Oct 30 13:00:00 2002 roAATTsuse.de
- changed neededforbuild to

Wed Oct 23 14:00:00 2002 mciharAATTsuse.cz
- updated to 2.2.2 (bugfix release)
- moved python-korean into separate source package

Tue Sep 17 14:00:00 2002 roAATTsuse.de
- removed bogus self-provides

Tue Sep 10 14:00:00 2002 kukukAATTsuse.de
- Add provides for correct update

Thu Sep 5 14:00:00 2002 roAATTsuse.de
- remove l2h from neededforbuild (apparently no longer used)

Thu Aug 15 14:00:00 2002 roAATTsuse.de
- no fpectl.so on alpha

Tue Aug 13 14:00:00 2002 uliAATTsuse.de
- rediffed lib64 patch

Thu Aug 8 14:00:00 2002 vinilAATTsuse.de
- new version 2.2.1
- new version of Korean codes 2.0.5
and splitted to standalone package \'python-korean\'
- get rid of Makefile.pre.in
- clean part added to spec

Sun Jul 28 14:00:00 2002 kukukAATTsuse.de
- removed termcap and tetex from neededforbuild (not used)

Fri Jul 26 14:00:00 2002 adrianAATTsuse.de
- fix neededforbuild

Tue Jun 11 14:00:00 2002 meissnerAATTsuse.de
- add ppc64 to list of 64bit archs that don\'t compile 3 of the plugins.

Tue Jun 4 14:00:00 2002 stepanAATTsuse.de
- change more locations of lib to %{_lib} on platforms
that need it.
- change Makefile to use install -d instead of mkdir
to solve trouble when installing in buildroots.

Mon Jun 3 14:00:00 2002 stepanAATTsuse.de
- Change config/Makefile and config/Makefile.pre.in
to use %_lib instead of lib (fixes i.e. zope)

Fri May 17 14:00:00 2002 sfAATTsuse.de
- changed site.py to detect the correct location (is needed at least for
postresql to build
- it still needs to be corrected, as only 64-bit excutable shlibs
have to reside in */lib64

Wed May 15 14:00:00 2002 cooloAATTsuse.de
- fixing file list for s390x

Tue May 14 14:00:00 2002 roAATTsuse.de
- use libdir
- try to get this working with lib64

Mon May 6 14:00:00 2002 schwabAATTsuse.de
- Build python library with -fPIC, for inclusion in shared library.

Wed Apr 17 14:00:00 2002 schwabAATTsuse.de
- Fix detection of readline library (use -lncurses instead of -ltermcap).

Sat Mar 23 13:00:00 2002 roAATTsuse.de
- changed neededforbuild to

Fri Feb 1 13:00:00 2002 roAATTsuse.de
- changed neededforbuild to

Wed Jan 9 13:00:00 2002 rvasiceAATTsuse.cz
- used correct Makefile.pre.in

Wed Jan 9 13:00:00 2002 rvasiceAATTsuse.cz
- added Makefile.pre.in to enable build other python packages

Mon Jan 7 13:00:00 2002 rvasiceAATTsuse.cz
- update to version 2.2
- recreated modules list

Mon Dec 17 13:00:00 2001 roAATTsuse.de
- fixed for gmp-4.x

Mon Sep 3 14:00:00 2001 rvasiceAATTsuse.cz
- added patch for Large File Support

Mon Aug 27 14:00:00 2001 rvasiceAATTsuse.cz
- removed conflicting file /etc/susehelp.d/pythonhtml.conf from
subpackage python-doc

Fri Aug 17 14:00:00 2001 schwabAATTsuse.de
- Compile python library with -fPIC to allow inclusion in shared
libraries.
- Fix configure check for rl_completion_matches.
- Replace use of config.guess by %ifarch.

Mon Aug 13 14:00:00 2001 roAATTsuse.de
- added regex module (needed for yodl)
- filelist probably needs re-check

Mon Jul 30 14:00:00 2001 rvasiceAATTsuse.cz
- fix /usr/local path

Fri Jul 27 14:00:00 2001 rvasiceAATTsuse.cz
- update to version 2.1.1

Tue May 8 14:00:00 2001 mfabianAATTsuse.de
- bzip2 sources

Fri Apr 13 14:00:00 2001 kukukAATTsuse.de
- fix build with new readline library

Wed Apr 11 14:00:00 2001 utuerkAATTsuse.de
- added pythonhtml.conf for susehelp

Fri Feb 23 13:00:00 2001 roAATTsuse.de
- changed neededforbuild to

Fri Feb 23 13:00:00 2001 roAATTsuse.de
- added readline/readline-devel to neededforbuild (split from bash)

Mon Jan 22 13:00:00 2001 kukukAATTsuse.de
- Use -fPIC

Tue Jan 16 13:00:00 2001 schwabAATTsuse.de
- Compile python library with -fpic so that it can be included in a
shared library (for mod_python).

Mon Jan 15 13:00:00 2001 mtAATTsuse.de
- added uc-kr codec, thanks to Hwang, SangJin

Sun Dec 31 13:00:00 2000 schwabAATTsuse.de
- Fix filelist for ia64.

Mon Dec 18 13:00:00 2000 mtAATTsuse.de
- added sub-package python-nothreads for mod_python apache-module
- added Obsoletes for old 8.3 packages names

Wed Dec 6 13:00:00 2000 mtAATTsuse.de
- cleaned up pythons tk dependencies

Thu Nov 30 13:00:00 2000 roAATTsuse.de
- fixed tix-link

Wed Nov 29 13:00:00 2000 roAATTsuse.de
- changed neededforbuild to

Mon Nov 27 13:00:00 2000 mtAATTsuse.de
- changed libnetpb to libnetpbm in neededforbuild
- changed file-list in python-devel

Thu Nov 23 13:00:00 2000 mtAATTsuse.de
- added openssl-devel to neededforbuild

Wed Nov 22 13:00:00 2000 mtAATTsuse.de
- removed site-packages from Setup.in patch
- python-64bit.patch should be used on all 64bit platforms

Sun Nov 19 13:00:00 2000 mtAATTsuse.de
- updated to BeOpen-Python-2.0

Fri Oct 27 14:00:00 2000 kukukAATTsuse.de
- Use long filenames
- Fix some paths
- Include

Thu Jul 6 14:00:00 2000 mtAATTsuse.de
- added anydbm (whichdb.py) patch from www.tummy.com

Sat May 27 14:00:00 2000 kukukAATTsuse.de
- Use libtk8.3.so and libtcl8.3.so

Thu May 4 14:00:00 2000 kukukAATTsuse.de
- Fix filelist for new doc dir

Tue Mar 14 13:00:00 2000 roAATTsuse.de
- fixed filelist for alpha

Wed Mar 1 13:00:00 2000 wernerAATTsuse.de
- Fix config.guess selection

Wed Feb 16 13:00:00 2000 uliAATTsuse.de
- passing MANDIR to \"make install libinstall\" (seems like it gets
lost somewhere)

Wed Feb 16 13:00:00 2000 roAATTsuse.de
- man to /usr/share using macro

Tue Feb 15 13:00:00 2000 mtAATTsuse.de
- stripped the python binary

Mon Oct 11 14:00:00 1999 maxAATTsuse.de
- ready for the new Tcl/Tk packages

Mon Sep 27 14:00:00 1999 bsAATTsuse.de
- fixed requirements for sub packages

Mon Sep 20 14:00:00 1999 roAATTsuse.de
- added python_image_lib as requires to pyth_tk and as provides to pyth_tkl

Mon Sep 13 14:00:00 1999 bsAATTsuse.de
- ran old prepare_spec on spec file to switch to new prepare_spec.

Mon Jun 7 14:00:00 1999 mtAATTsuse.de
- disabled pyth_dvi module in spec-file

Wed May 26 14:00:00 1999 roAATTsuse.de
- added libpng to neededforbuild

Wed May 26 14:00:00 1999 roAATTsuse.de
- added blt to neededforbuild

Tue May 25 14:00:00 1999 mtAATTsuse.de
- new version 1.5.2
- splited into sub-packages: pyth_doc, pyth_ps, pyth_pdf,
pyth_dvi, pyth_dmo, pyth_tk, pyth_tkl, pyth_cur, pythgdbm
to have better base-package compatibility to andrich.net.

Thu Mar 18 13:00:00 1999 roAATTsuse.de
- don\'t set POSIXLY_CORRECT for second patch

Tue Jan 19 13:00:00 1999 roAATTsuse.de
- added automake to neededforbuild
- alpha-fix: don\'t mix up dec-osf with linux-alpha

Wed Dec 2 13:00:00 1998 mtAATTsuse.de
- removed TkInter into a separate package - pyth_tk - to make it
possible to replace it with a PIL based TkInter (Python Imaging
Lib) and better package dependecies (not each app needs TkInter)
- removed Makefile.Linux - all build is done from spec file now
- more /usr/local path fixes

Fri Nov 6 13:00:00 1998 roAATTsuse.de
- added automake to neededforbuild
- configure with threads

Thu Nov 5 13:00:00 1998 roAATTsuse.de
- use db_185.h only for glibc-2.1

Wed Sep 23 14:00:00 1998 roAATTsuse.de
- two hacks to compile for glibc:
Modules/bsddbmodule.c include db_185.h for glibc
Modules/mpzmodule.c gmp-mparam.h dont exist for glibc / use define

Sun Aug 23 14:00:00 1998 keAATTsuse.de
- Compress PostScript docu.

Mon Aug 17 14:00:00 1998 mtAATTsuse.de
- linked readline- and curses-modules with ncurses

Fri Aug 7 14:00:00 1998 mtAATTsuse.de
- python modules - file permissions changed (-x)

Sat Jul 11 14:00:00 1998 bsAATTsuse.de
- fixed neededforbuild

Thu Jul 9 14:00:00 1998 mtAATTsuse.de
- new revision 1.5.1
- docu in a separate package (pyth_doc)
- Tkinter uses tk8.0/tcl8.0 now
- first attempt to make it \"alpha ready\" (spec- & dif-file)

Mon Mar 2 13:00:00 1998 roAATTsuse.de
- fixed dependency to /usr/local/bin/python

Mon Feb 9 13:00:00 1998 roAATTsuse.de
- added some in neededforbuild

Wed Feb 4 13:00:00 1998 mtAATTsuse.de
- new Version 1.5 with more features, html documentation and new modules

Mon Sep 15 14:00:00 1997 mtAATTsuse.de
- added support for readline and (shared) modules: tkinter, dbm, gdbm,
syslog, ncurses, ... - see /usr/lib/python1.4/config/Setup for details

Thu Jun 5 14:00:00 1997 mtAATTsuse.de
- new Version 1.4
- a symlink (python -> python1.4) will be used instead of a hardlink