python2/python.spec

1399 lines
48 KiB
RPMSpec
Raw Normal View History

%{!?__python_ver:%global __python_ver EMPTY}
#global __python_ver 26
%global unicode ucs4
%global _default_patch_fuzz 2
2008-07-17 14:23:34 +00:00
%if "%{__python_ver}" != "EMPTY"
%global main_python 0
%global python python%{__python_ver}
%global tkinter tkinter%{__python_ver}
%else
%global main_python 1
%global python python
%global tkinter tkinter
%endif
%global pybasever 2.6
%global tools_dir %{_libdir}/python%{pybasever}/Tools
%global demo_dir %{_libdir}/python%{pybasever}/Demo
%global doc_tools_dir %{_libdir}/python%{pybasever}/Doc/tools
2008-11-29 02:03:47 +00:00
Summary: An interpreted, interactive, object-oriented programming language
Name: %{python}
2009-10-27 07:57:25 +00:00
Version: 2.6.4
Release: 6%{?dist}
License: Python
auto-import changelog data from python-1.5.2-25.src.rpm Wed Aug 23 2000 Nalin Dahyabhai <nalin@redhat.com> - byte-compile modules with the correct directory paths Mon Jul 31 2000 Matt Wilson <msw@redhat.com> - fixed directory perms from 775 to 755 to make rpmlint shut up Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sun Jun 18 2000 Bill Nottingham <notting@redhat.com> - rebuild, fix dependencies Thu Jun 15 2000 Matt Wilson <msw@redhat.com> - rebuilt against new tcltk Sat Jun 03 2000 Jeff Johnson <jbj@redhat.com> - rebuild against tcltk 8.3.1. Fri Apr 28 2000 Matt Wilson <msw@redhat.com> - rebuild against gmp 3.0.1 Wed Apr 05 2000 Bill Nottingham <notting@redhat.com> - what he said Tue Mar 21 2000 Bernhard Rosenkraenzer <bero@redhat.com> - rebuild with readline 4.1 Sat Mar 18 2000 Jeff Johnson <jbj@redhat.com> - rebuild tkinter against tcl-8.2.3. Thu Mar 09 2000 Nalin Dahyabhai <nalin@redhat.com> - build _localemodule.so to fix bug #9385 (release 14) Tue Feb 01 2000 Cristian Gafton <gafton@redhat.com> - add patch tp fix problems talioking to wuftpd from hjl - rebuild to fix dependencies Mon Jan 31 2000 Nalin Dahyabhai <nalin@redhat.com> - add buildrequires lines (#8925) Mon Jan 17 2000 Nalin Dahyabhai <nalin@redhat.com> - put idle, modulator, and pynche only in python-tools Thu Dec 02 1999 Michael K. Johnson <johnsonm@redhat.com> - fixed whichdb patch to actually do something (#7458) Mon Nov 22 1999 Michael K. Johnson <johnsonm@redhat.com> - link nismodule against -lnss - whichdb patch by Guido (Python.org bug 97) Fri Sep 17 1999 Tim Powers <timp@redhat.com> - added modulator and pynche to the python-tools package - using a files list in the %files section for python-tools Fri Sep 17 1999 Michael K. Johnson <johnsonm@redhat.com> - added conflicts/requires between subpackages so that you cannot have an older tkinter installed with a new python. - added more tools Wed Sep 15 1999 Michael K. Johnson <johnsonm@redhat.com> - changed defattr so that executable scripts in docs stay executable Tue Aug 24 1999 Bill Nottingham <notting@redhat.com> - rebuild to fix broken tkinter. Mon Aug 09 1999 Matt Wilson <msw@redhat.com> - fixed bogus /usr/local/bin/python requirements Sat Jul 17 1999 Matt Wilson <msw@redhat.com> - added patch to import global symbols until we get libtool patched Sun Jul 11 1999 Matt Wilson <msw@redhat.com> - updated to 1.5.2 Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 10) Thu Mar 18 1999 Bill Nottingham <notting@redhat.com> - fix permissions in python-docs Thu Feb 11 1999 Michael Johnson <johnsonm@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@redhat.com> - add --with-threads at user request - clean up spec file Fri Jan 08 1999 Michael K. Johnson <johnsonm@redhat.com> - New libc changes ndbm.h to db1/ndbm.h and -ldb to -ldb1 Thu Sep 03 1998 Jeff Johnson <jbj@redhat.com> - recompile for RH 5.2. Wed May 06 1998 Cristian Gafton <gafton@redhat.com> - python-docs used to require /usr/bin/sed. Changed to /bin/sed instead Wed Apr 29 1998 Cristian Gafton <gafton@redhat.com> - fixed the spec file for version 1.5.1 - buildroot (!) Mon Apr 20 1998 Michael K. Johnson <johnsonm@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@redhat.com> - updated to python 1.5 - made /usr/lib/python1.5 file list automatically generated Tue Nov 04 1997 Michael K. Johnson <johnsonm@redhat.com> - Fixed dependencies for python and tkinter Mon Nov 03 1997 Michael K. Johnson <johnsonm@redhat.com> - pulled out tk-related stuff into tkinter package Fri Oct 10 1997 Erik Troan <ewt@redhat.com> - bunches of scripts used /usr/local/bin/python instead of /usr/bin/python Tue Sep 30 1997 Erik Troan <ewt@redhat.com> - updated for tcl/tk 8.0 Thu Jul 10 1997 Erik Troan <ewt@redhat.com> - built against glibc
2004-09-09 10:57:31 +00:00
Group: Development/Languages
Provides: python-abi = %{pybasever}
Provides: python(abi) = %{pybasever}
2004-12-03 14:56:19 +00:00
Source: http://www.python.org/ftp/python/%{version}/Python-%{version}.tar.bz2
2009-07-30 21:03:26 +00:00
Patch0: python-2.6.2-config.patch
Patch1: Python-2.2.1-pydocnogui.patch
2008-11-29 02:03:47 +00:00
#Patch2: python-2.3.4-pydocnodoc.patch
2007-05-31 20:09:48 +00:00
Patch4: python-2.5-cflags.patch
2008-11-29 02:03:47 +00:00
#Patch5: python-2.5.1-ctypes-exec-stack.patch
Patch6: python-2.5.1-plural-fix.patch
Patch7: python-2.5.1-sqlite-encoding.patch
2008-11-29 02:03:47 +00:00
#Patch8: python-2.5-xmlrpclib-marshal-objects.patch
#Patch9: python-2.5-tkinter.patch
2009-07-30 21:03:26 +00:00
Patch10: python-2.6.2-binutils-no-dep.patch
Patch11: python-2.5.1-codec-ascii-tolower.patch
2008-11-29 02:03:47 +00:00
#Patch12: python-2.5.1-pysqlite.patch
Patch13: python-2.5.1-socketmodule-constants.patch
2008-03-25 14:15:20 +00:00
Patch14: python-2.5.1-socketmodule-constants2.patch
2008-11-29 02:03:47 +00:00
#Patch15: python-2.5.1-listdir.patch
Patch16: python-2.6-rpath.patch
# Fix distutils to follow the Fedora/RHEL/CentOS policies of having .pyo files
Patch51: python-2.6-distutils_rpm.patch
# Automatically disable arena allocator when run under valgrind:
# From http://bugs.python.org/issue2422
# http://bugs.python.org/file9872/disable-pymalloc-on-valgrind-py26.patch
# with the "configure" part removed; appears to be identical to the version committed to 2.7
Patch52: disable-pymalloc-on-valgrind-py26.patch
# Patch generated by jwboyer@gmail.com to compile against db-4.8, using upstream
# http://www.jcea.es/programacion/pybsddb.htm
# See https://bugzilla.redhat.com/show_bug.cgi?id=544275
Patch53: python-2.6-update-bsddb3-4.8.patch
# ...and a further patch to setup.py so that it searches for 4.8:
Patch54: python-2.6.4-setup-db48.patch
# upstreamed
2008-11-29 02:03:47 +00:00
#Patch50: python-2.5-disable-egginfo.patch
# lib64 patches
Patch101: python-2.3.4-lib64-regex.patch
2008-11-29 02:03:47 +00:00
Patch102: python-2.6-lib64.patch
# SELinux patches
Patch110: python-2.6-ctypes-noexecmem.patch
# Patch the Makefile.pre.in so that the generated Makefile doesn't try to build
# a libpythonMAJOR.MINOR.a (bug 550692):
Patch111: python-2.6.4-no-static-lib.patch
# New API from 2.6
2008-11-29 02:03:47 +00:00
#Patch260: python-2.5.2-set_wakeup_fd4.patch
2008-11-29 02:03:47 +00:00
#Patch999: python-2.5.CVE-2007-4965-int-overflow.patch
#Patch998: python-2.5-CVE-2008-2316.patch
2007-08-14 14:38:32 +00:00
%if %{main_python}
Obsoletes: Distutils
Provides: Distutils
Obsoletes: python2
Provides: python2 = %{version}
Obsoletes: python-elementtree <= 1.2.6
Obsoletes: python-sqlite < 2.3.2
Provides: python-sqlite = 2.3.2
Obsoletes: python-ctypes < 1.0.1
Provides: python-ctypes = 1.0.1
Obsoletes: python-hashlib < 20081120
Provides: python-hashlib = 20081120
Obsoletes: python-uuid < 1.31
Provides: python-uuid = 1.31
%endif
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
2008-11-29 02:03:47 +00:00
BuildRequires: readline-devel, openssl-devel, gmp-devel
BuildRequires: ncurses-devel, gdbm-devel, zlib-devel, expat-devel
BuildRequires: libGL-devel tk tix gcc-c++ libX11-devel glibc-devel
BuildRequires: bzip2 tar /usr/bin/find pkgconfig tcl-devel tk-devel
BuildRequires: tix-devel bzip2-devel sqlite-devel
BuildRequires: autoconf
BuildRequires: db4-devel >= 4.8
BuildRequires: libffi-devel
BuildRequires: valgrind-devel
URL: http://www.python.org/
auto-import changelog data from python-1.5.2-25.src.rpm Wed Aug 23 2000 Nalin Dahyabhai <nalin@redhat.com> - byte-compile modules with the correct directory paths Mon Jul 31 2000 Matt Wilson <msw@redhat.com> - fixed directory perms from 775 to 755 to make rpmlint shut up Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sun Jun 18 2000 Bill Nottingham <notting@redhat.com> - rebuild, fix dependencies Thu Jun 15 2000 Matt Wilson <msw@redhat.com> - rebuilt against new tcltk Sat Jun 03 2000 Jeff Johnson <jbj@redhat.com> - rebuild against tcltk 8.3.1. Fri Apr 28 2000 Matt Wilson <msw@redhat.com> - rebuild against gmp 3.0.1 Wed Apr 05 2000 Bill Nottingham <notting@redhat.com> - what he said Tue Mar 21 2000 Bernhard Rosenkraenzer <bero@redhat.com> - rebuild with readline 4.1 Sat Mar 18 2000 Jeff Johnson <jbj@redhat.com> - rebuild tkinter against tcl-8.2.3. Thu Mar 09 2000 Nalin Dahyabhai <nalin@redhat.com> - build _localemodule.so to fix bug #9385 (release 14) Tue Feb 01 2000 Cristian Gafton <gafton@redhat.com> - add patch tp fix problems talioking to wuftpd from hjl - rebuild to fix dependencies Mon Jan 31 2000 Nalin Dahyabhai <nalin@redhat.com> - add buildrequires lines (#8925) Mon Jan 17 2000 Nalin Dahyabhai <nalin@redhat.com> - put idle, modulator, and pynche only in python-tools Thu Dec 02 1999 Michael K. Johnson <johnsonm@redhat.com> - fixed whichdb patch to actually do something (#7458) Mon Nov 22 1999 Michael K. Johnson <johnsonm@redhat.com> - link nismodule against -lnss - whichdb patch by Guido (Python.org bug 97) Fri Sep 17 1999 Tim Powers <timp@redhat.com> - added modulator and pynche to the python-tools package - using a files list in the %files section for python-tools Fri Sep 17 1999 Michael K. Johnson <johnsonm@redhat.com> - added conflicts/requires between subpackages so that you cannot have an older tkinter installed with a new python. - added more tools Wed Sep 15 1999 Michael K. Johnson <johnsonm@redhat.com> - changed defattr so that executable scripts in docs stay executable Tue Aug 24 1999 Bill Nottingham <notting@redhat.com> - rebuild to fix broken tkinter. Mon Aug 09 1999 Matt Wilson <msw@redhat.com> - fixed bogus /usr/local/bin/python requirements Sat Jul 17 1999 Matt Wilson <msw@redhat.com> - added patch to import global symbols until we get libtool patched Sun Jul 11 1999 Matt Wilson <msw@redhat.com> - updated to 1.5.2 Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 10) Thu Mar 18 1999 Bill Nottingham <notting@redhat.com> - fix permissions in python-docs Thu Feb 11 1999 Michael Johnson <johnsonm@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@redhat.com> - add --with-threads at user request - clean up spec file Fri Jan 08 1999 Michael K. Johnson <johnsonm@redhat.com> - New libc changes ndbm.h to db1/ndbm.h and -ldb to -ldb1 Thu Sep 03 1998 Jeff Johnson <jbj@redhat.com> - recompile for RH 5.2. Wed May 06 1998 Cristian Gafton <gafton@redhat.com> - python-docs used to require /usr/bin/sed. Changed to /bin/sed instead Wed Apr 29 1998 Cristian Gafton <gafton@redhat.com> - fixed the spec file for version 1.5.1 - buildroot (!) Mon Apr 20 1998 Michael K. Johnson <johnsonm@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@redhat.com> - updated to python 1.5 - made /usr/lib/python1.5 file list automatically generated Tue Nov 04 1997 Michael K. Johnson <johnsonm@redhat.com> - Fixed dependencies for python and tkinter Mon Nov 03 1997 Michael K. Johnson <johnsonm@redhat.com> - pulled out tk-related stuff into tkinter package Fri Oct 10 1997 Erik Troan <ewt@redhat.com> - bunches of scripts used /usr/local/bin/python instead of /usr/bin/python Tue Sep 30 1997 Erik Troan <ewt@redhat.com> - updated for tcl/tk 8.0 Thu Jul 10 1997 Erik Troan <ewt@redhat.com> - built against glibc
2004-09-09 10:57:31 +00:00
%description
Python is an interpreted, interactive, object-oriented programming
language often compared to Tcl, Perl, Scheme or Java. Python includes
modules, classes, exceptions, very high level dynamic data types and
dynamic typing. Python supports interfaces to many system calls and
libraries, as well as to various windowing systems (X11, Motif, Tk,
Mac and MFC).
Programmers can write new built-in modules for Python in C or C++.
Python can be used as an extension language for applications that need
a programmable interface. This package contains most of the standard
Python modules, as well as modules for interfacing to the Tix widget
set for Tk and RPM.
Note that documentation for Python is provided in the python-docs
package.
%package libs
Summary: The libraries for python runtime
Group: Applications/System
Requires: %{python} = %{version}-%{release}
# Needed for ctypes, to load libraries, worked around for Live CDs size
# Requires: binutils
%description libs
The python interpreter can be embedded into applications wanting to
use python as an embedded scripting language. The python-libs package
provides the libraries needed for this.
auto-import changelog data from python-1.5.2-25.src.rpm Wed Aug 23 2000 Nalin Dahyabhai <nalin@redhat.com> - byte-compile modules with the correct directory paths Mon Jul 31 2000 Matt Wilson <msw@redhat.com> - fixed directory perms from 775 to 755 to make rpmlint shut up Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sun Jun 18 2000 Bill Nottingham <notting@redhat.com> - rebuild, fix dependencies Thu Jun 15 2000 Matt Wilson <msw@redhat.com> - rebuilt against new tcltk Sat Jun 03 2000 Jeff Johnson <jbj@redhat.com> - rebuild against tcltk 8.3.1. Fri Apr 28 2000 Matt Wilson <msw@redhat.com> - rebuild against gmp 3.0.1 Wed Apr 05 2000 Bill Nottingham <notting@redhat.com> - what he said Tue Mar 21 2000 Bernhard Rosenkraenzer <bero@redhat.com> - rebuild with readline 4.1 Sat Mar 18 2000 Jeff Johnson <jbj@redhat.com> - rebuild tkinter against tcl-8.2.3. Thu Mar 09 2000 Nalin Dahyabhai <nalin@redhat.com> - build _localemodule.so to fix bug #9385 (release 14) Tue Feb 01 2000 Cristian Gafton <gafton@redhat.com> - add patch tp fix problems talioking to wuftpd from hjl - rebuild to fix dependencies Mon Jan 31 2000 Nalin Dahyabhai <nalin@redhat.com> - add buildrequires lines (#8925) Mon Jan 17 2000 Nalin Dahyabhai <nalin@redhat.com> - put idle, modulator, and pynche only in python-tools Thu Dec 02 1999 Michael K. Johnson <johnsonm@redhat.com> - fixed whichdb patch to actually do something (#7458) Mon Nov 22 1999 Michael K. Johnson <johnsonm@redhat.com> - link nismodule against -lnss - whichdb patch by Guido (Python.org bug 97) Fri Sep 17 1999 Tim Powers <timp@redhat.com> - added modulator and pynche to the python-tools package - using a files list in the %files section for python-tools Fri Sep 17 1999 Michael K. Johnson <johnsonm@redhat.com> - added conflicts/requires between subpackages so that you cannot have an older tkinter installed with a new python. - added more tools Wed Sep 15 1999 Michael K. Johnson <johnsonm@redhat.com> - changed defattr so that executable scripts in docs stay executable Tue Aug 24 1999 Bill Nottingham <notting@redhat.com> - rebuild to fix broken tkinter. Mon Aug 09 1999 Matt Wilson <msw@redhat.com> - fixed bogus /usr/local/bin/python requirements Sat Jul 17 1999 Matt Wilson <msw@redhat.com> - added patch to import global symbols until we get libtool patched Sun Jul 11 1999 Matt Wilson <msw@redhat.com> - updated to 1.5.2 Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 10) Thu Mar 18 1999 Bill Nottingham <notting@redhat.com> - fix permissions in python-docs Thu Feb 11 1999 Michael Johnson <johnsonm@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@redhat.com> - add --with-threads at user request - clean up spec file Fri Jan 08 1999 Michael K. Johnson <johnsonm@redhat.com> - New libc changes ndbm.h to db1/ndbm.h and -ldb to -ldb1 Thu Sep 03 1998 Jeff Johnson <jbj@redhat.com> - recompile for RH 5.2. Wed May 06 1998 Cristian Gafton <gafton@redhat.com> - python-docs used to require /usr/bin/sed. Changed to /bin/sed instead Wed Apr 29 1998 Cristian Gafton <gafton@redhat.com> - fixed the spec file for version 1.5.1 - buildroot (!) Mon Apr 20 1998 Michael K. Johnson <johnsonm@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@redhat.com> - updated to python 1.5 - made /usr/lib/python1.5 file list automatically generated Tue Nov 04 1997 Michael K. Johnson <johnsonm@redhat.com> - Fixed dependencies for python and tkinter Mon Nov 03 1997 Michael K. Johnson <johnsonm@redhat.com> - pulled out tk-related stuff into tkinter package Fri Oct 10 1997 Erik Troan <ewt@redhat.com> - bunches of scripts used /usr/local/bin/python instead of /usr/bin/python Tue Sep 30 1997 Erik Troan <ewt@redhat.com> - updated for tcl/tk 8.0 Thu Jul 10 1997 Erik Troan <ewt@redhat.com> - built against glibc
2004-09-09 10:57:31 +00:00
%package devel
Summary: The libraries and header files needed for Python development.
Group: Development/Libraries
Requires: %{python}%{?_isa} = %{version}-%{release}
# Needed here because of the migration of Makefile from -devel to the main
# package
Conflicts: %{python} < %{version}-%{release}
%if %{main_python}
Obsoletes: python2-devel
Provides: python2-devel = %{version}-%{release}
%endif
auto-import changelog data from python-1.5.2-25.src.rpm Wed Aug 23 2000 Nalin Dahyabhai <nalin@redhat.com> - byte-compile modules with the correct directory paths Mon Jul 31 2000 Matt Wilson <msw@redhat.com> - fixed directory perms from 775 to 755 to make rpmlint shut up Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sun Jun 18 2000 Bill Nottingham <notting@redhat.com> - rebuild, fix dependencies Thu Jun 15 2000 Matt Wilson <msw@redhat.com> - rebuilt against new tcltk Sat Jun 03 2000 Jeff Johnson <jbj@redhat.com> - rebuild against tcltk 8.3.1. Fri Apr 28 2000 Matt Wilson <msw@redhat.com> - rebuild against gmp 3.0.1 Wed Apr 05 2000 Bill Nottingham <notting@redhat.com> - what he said Tue Mar 21 2000 Bernhard Rosenkraenzer <bero@redhat.com> - rebuild with readline 4.1 Sat Mar 18 2000 Jeff Johnson <jbj@redhat.com> - rebuild tkinter against tcl-8.2.3. Thu Mar 09 2000 Nalin Dahyabhai <nalin@redhat.com> - build _localemodule.so to fix bug #9385 (release 14) Tue Feb 01 2000 Cristian Gafton <gafton@redhat.com> - add patch tp fix problems talioking to wuftpd from hjl - rebuild to fix dependencies Mon Jan 31 2000 Nalin Dahyabhai <nalin@redhat.com> - add buildrequires lines (#8925) Mon Jan 17 2000 Nalin Dahyabhai <nalin@redhat.com> - put idle, modulator, and pynche only in python-tools Thu Dec 02 1999 Michael K. Johnson <johnsonm@redhat.com> - fixed whichdb patch to actually do something (#7458) Mon Nov 22 1999 Michael K. Johnson <johnsonm@redhat.com> - link nismodule against -lnss - whichdb patch by Guido (Python.org bug 97) Fri Sep 17 1999 Tim Powers <timp@redhat.com> - added modulator and pynche to the python-tools package - using a files list in the %files section for python-tools Fri Sep 17 1999 Michael K. Johnson <johnsonm@redhat.com> - added conflicts/requires between subpackages so that you cannot have an older tkinter installed with a new python. - added more tools Wed Sep 15 1999 Michael K. Johnson <johnsonm@redhat.com> - changed defattr so that executable scripts in docs stay executable Tue Aug 24 1999 Bill Nottingham <notting@redhat.com> - rebuild to fix broken tkinter. Mon Aug 09 1999 Matt Wilson <msw@redhat.com> - fixed bogus /usr/local/bin/python requirements Sat Jul 17 1999 Matt Wilson <msw@redhat.com> - added patch to import global symbols until we get libtool patched Sun Jul 11 1999 Matt Wilson <msw@redhat.com> - updated to 1.5.2 Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 10) Thu Mar 18 1999 Bill Nottingham <notting@redhat.com> - fix permissions in python-docs Thu Feb 11 1999 Michael Johnson <johnsonm@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@redhat.com> - add --with-threads at user request - clean up spec file Fri Jan 08 1999 Michael K. Johnson <johnsonm@redhat.com> - New libc changes ndbm.h to db1/ndbm.h and -ldb to -ldb1 Thu Sep 03 1998 Jeff Johnson <jbj@redhat.com> - recompile for RH 5.2. Wed May 06 1998 Cristian Gafton <gafton@redhat.com> - python-docs used to require /usr/bin/sed. Changed to /bin/sed instead Wed Apr 29 1998 Cristian Gafton <gafton@redhat.com> - fixed the spec file for version 1.5.1 - buildroot (!) Mon Apr 20 1998 Michael K. Johnson <johnsonm@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@redhat.com> - updated to python 1.5 - made /usr/lib/python1.5 file list automatically generated Tue Nov 04 1997 Michael K. Johnson <johnsonm@redhat.com> - Fixed dependencies for python and tkinter Mon Nov 03 1997 Michael K. Johnson <johnsonm@redhat.com> - pulled out tk-related stuff into tkinter package Fri Oct 10 1997 Erik Troan <ewt@redhat.com> - bunches of scripts used /usr/local/bin/python instead of /usr/bin/python Tue Sep 30 1997 Erik Troan <ewt@redhat.com> - updated for tcl/tk 8.0 Thu Jul 10 1997 Erik Troan <ewt@redhat.com> - built against glibc
2004-09-09 10:57:31 +00:00
%description devel
The Python programming language's interpreter can be extended with
dynamically loaded extensions and can be embedded in other programs.
This package contains the header files and libraries needed to do
these types of tasks.
Install python-devel if you want to develop Python extensions. The
python package will also need to be installed. You'll probably also
want to install the python-docs package, which contains Python
documentation.
%package tools
Summary: A collection of development tools included with Python.
Group: Development/Tools
Requires: %{name} = %{version}-%{release}
Requires: %{tkinter} = %{version}-%{release}
%if %{main_python}
Obsoletes: python2-tools
Provides: python2-tools = %{version}
%endif
auto-import changelog data from python-1.5.2-25.src.rpm Wed Aug 23 2000 Nalin Dahyabhai <nalin@redhat.com> - byte-compile modules with the correct directory paths Mon Jul 31 2000 Matt Wilson <msw@redhat.com> - fixed directory perms from 775 to 755 to make rpmlint shut up Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sun Jun 18 2000 Bill Nottingham <notting@redhat.com> - rebuild, fix dependencies Thu Jun 15 2000 Matt Wilson <msw@redhat.com> - rebuilt against new tcltk Sat Jun 03 2000 Jeff Johnson <jbj@redhat.com> - rebuild against tcltk 8.3.1. Fri Apr 28 2000 Matt Wilson <msw@redhat.com> - rebuild against gmp 3.0.1 Wed Apr 05 2000 Bill Nottingham <notting@redhat.com> - what he said Tue Mar 21 2000 Bernhard Rosenkraenzer <bero@redhat.com> - rebuild with readline 4.1 Sat Mar 18 2000 Jeff Johnson <jbj@redhat.com> - rebuild tkinter against tcl-8.2.3. Thu Mar 09 2000 Nalin Dahyabhai <nalin@redhat.com> - build _localemodule.so to fix bug #9385 (release 14) Tue Feb 01 2000 Cristian Gafton <gafton@redhat.com> - add patch tp fix problems talioking to wuftpd from hjl - rebuild to fix dependencies Mon Jan 31 2000 Nalin Dahyabhai <nalin@redhat.com> - add buildrequires lines (#8925) Mon Jan 17 2000 Nalin Dahyabhai <nalin@redhat.com> - put idle, modulator, and pynche only in python-tools Thu Dec 02 1999 Michael K. Johnson <johnsonm@redhat.com> - fixed whichdb patch to actually do something (#7458) Mon Nov 22 1999 Michael K. Johnson <johnsonm@redhat.com> - link nismodule against -lnss - whichdb patch by Guido (Python.org bug 97) Fri Sep 17 1999 Tim Powers <timp@redhat.com> - added modulator and pynche to the python-tools package - using a files list in the %files section for python-tools Fri Sep 17 1999 Michael K. Johnson <johnsonm@redhat.com> - added conflicts/requires between subpackages so that you cannot have an older tkinter installed with a new python. - added more tools Wed Sep 15 1999 Michael K. Johnson <johnsonm@redhat.com> - changed defattr so that executable scripts in docs stay executable Tue Aug 24 1999 Bill Nottingham <notting@redhat.com> - rebuild to fix broken tkinter. Mon Aug 09 1999 Matt Wilson <msw@redhat.com> - fixed bogus /usr/local/bin/python requirements Sat Jul 17 1999 Matt Wilson <msw@redhat.com> - added patch to import global symbols until we get libtool patched Sun Jul 11 1999 Matt Wilson <msw@redhat.com> - updated to 1.5.2 Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 10) Thu Mar 18 1999 Bill Nottingham <notting@redhat.com> - fix permissions in python-docs Thu Feb 11 1999 Michael Johnson <johnsonm@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@redhat.com> - add --with-threads at user request - clean up spec file Fri Jan 08 1999 Michael K. Johnson <johnsonm@redhat.com> - New libc changes ndbm.h to db1/ndbm.h and -ldb to -ldb1 Thu Sep 03 1998 Jeff Johnson <jbj@redhat.com> - recompile for RH 5.2. Wed May 06 1998 Cristian Gafton <gafton@redhat.com> - python-docs used to require /usr/bin/sed. Changed to /bin/sed instead Wed Apr 29 1998 Cristian Gafton <gafton@redhat.com> - fixed the spec file for version 1.5.1 - buildroot (!) Mon Apr 20 1998 Michael K. Johnson <johnsonm@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@redhat.com> - updated to python 1.5 - made /usr/lib/python1.5 file list automatically generated Tue Nov 04 1997 Michael K. Johnson <johnsonm@redhat.com> - Fixed dependencies for python and tkinter Mon Nov 03 1997 Michael K. Johnson <johnsonm@redhat.com> - pulled out tk-related stuff into tkinter package Fri Oct 10 1997 Erik Troan <ewt@redhat.com> - bunches of scripts used /usr/local/bin/python instead of /usr/bin/python Tue Sep 30 1997 Erik Troan <ewt@redhat.com> - updated for tcl/tk 8.0 Thu Jul 10 1997 Erik Troan <ewt@redhat.com> - built against glibc
2004-09-09 10:57:31 +00:00
%description tools
This package includes several tools to help with the development of Python
programs, including IDLE (an IDE with editing and debugging facilities), a
color editor (pynche), and a python gettext program (pygettext.py).
auto-import changelog data from python-1.5.2-25.src.rpm Wed Aug 23 2000 Nalin Dahyabhai <nalin@redhat.com> - byte-compile modules with the correct directory paths Mon Jul 31 2000 Matt Wilson <msw@redhat.com> - fixed directory perms from 775 to 755 to make rpmlint shut up Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sun Jun 18 2000 Bill Nottingham <notting@redhat.com> - rebuild, fix dependencies Thu Jun 15 2000 Matt Wilson <msw@redhat.com> - rebuilt against new tcltk Sat Jun 03 2000 Jeff Johnson <jbj@redhat.com> - rebuild against tcltk 8.3.1. Fri Apr 28 2000 Matt Wilson <msw@redhat.com> - rebuild against gmp 3.0.1 Wed Apr 05 2000 Bill Nottingham <notting@redhat.com> - what he said Tue Mar 21 2000 Bernhard Rosenkraenzer <bero@redhat.com> - rebuild with readline 4.1 Sat Mar 18 2000 Jeff Johnson <jbj@redhat.com> - rebuild tkinter against tcl-8.2.3. Thu Mar 09 2000 Nalin Dahyabhai <nalin@redhat.com> - build _localemodule.so to fix bug #9385 (release 14) Tue Feb 01 2000 Cristian Gafton <gafton@redhat.com> - add patch tp fix problems talioking to wuftpd from hjl - rebuild to fix dependencies Mon Jan 31 2000 Nalin Dahyabhai <nalin@redhat.com> - add buildrequires lines (#8925) Mon Jan 17 2000 Nalin Dahyabhai <nalin@redhat.com> - put idle, modulator, and pynche only in python-tools Thu Dec 02 1999 Michael K. Johnson <johnsonm@redhat.com> - fixed whichdb patch to actually do something (#7458) Mon Nov 22 1999 Michael K. Johnson <johnsonm@redhat.com> - link nismodule against -lnss - whichdb patch by Guido (Python.org bug 97) Fri Sep 17 1999 Tim Powers <timp@redhat.com> - added modulator and pynche to the python-tools package - using a files list in the %files section for python-tools Fri Sep 17 1999 Michael K. Johnson <johnsonm@redhat.com> - added conflicts/requires between subpackages so that you cannot have an older tkinter installed with a new python. - added more tools Wed Sep 15 1999 Michael K. Johnson <johnsonm@redhat.com> - changed defattr so that executable scripts in docs stay executable Tue Aug 24 1999 Bill Nottingham <notting@redhat.com> - rebuild to fix broken tkinter. Mon Aug 09 1999 Matt Wilson <msw@redhat.com> - fixed bogus /usr/local/bin/python requirements Sat Jul 17 1999 Matt Wilson <msw@redhat.com> - added patch to import global symbols until we get libtool patched Sun Jul 11 1999 Matt Wilson <msw@redhat.com> - updated to 1.5.2 Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 10) Thu Mar 18 1999 Bill Nottingham <notting@redhat.com> - fix permissions in python-docs Thu Feb 11 1999 Michael Johnson <johnsonm@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@redhat.com> - add --with-threads at user request - clean up spec file Fri Jan 08 1999 Michael K. Johnson <johnsonm@redhat.com> - New libc changes ndbm.h to db1/ndbm.h and -ldb to -ldb1 Thu Sep 03 1998 Jeff Johnson <jbj@redhat.com> - recompile for RH 5.2. Wed May 06 1998 Cristian Gafton <gafton@redhat.com> - python-docs used to require /usr/bin/sed. Changed to /bin/sed instead Wed Apr 29 1998 Cristian Gafton <gafton@redhat.com> - fixed the spec file for version 1.5.1 - buildroot (!) Mon Apr 20 1998 Michael K. Johnson <johnsonm@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@redhat.com> - updated to python 1.5 - made /usr/lib/python1.5 file list automatically generated Tue Nov 04 1997 Michael K. Johnson <johnsonm@redhat.com> - Fixed dependencies for python and tkinter Mon Nov 03 1997 Michael K. Johnson <johnsonm@redhat.com> - pulled out tk-related stuff into tkinter package Fri Oct 10 1997 Erik Troan <ewt@redhat.com> - bunches of scripts used /usr/local/bin/python instead of /usr/bin/python Tue Sep 30 1997 Erik Troan <ewt@redhat.com> - updated for tcl/tk 8.0 Thu Jul 10 1997 Erik Troan <ewt@redhat.com> - built against glibc
2004-09-09 10:57:31 +00:00
%package -n %{tkinter}
auto-import changelog data from python-1.5.2-25.src.rpm Wed Aug 23 2000 Nalin Dahyabhai <nalin@redhat.com> - byte-compile modules with the correct directory paths Mon Jul 31 2000 Matt Wilson <msw@redhat.com> - fixed directory perms from 775 to 755 to make rpmlint shut up Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sun Jun 18 2000 Bill Nottingham <notting@redhat.com> - rebuild, fix dependencies Thu Jun 15 2000 Matt Wilson <msw@redhat.com> - rebuilt against new tcltk Sat Jun 03 2000 Jeff Johnson <jbj@redhat.com> - rebuild against tcltk 8.3.1. Fri Apr 28 2000 Matt Wilson <msw@redhat.com> - rebuild against gmp 3.0.1 Wed Apr 05 2000 Bill Nottingham <notting@redhat.com> - what he said Tue Mar 21 2000 Bernhard Rosenkraenzer <bero@redhat.com> - rebuild with readline 4.1 Sat Mar 18 2000 Jeff Johnson <jbj@redhat.com> - rebuild tkinter against tcl-8.2.3. Thu Mar 09 2000 Nalin Dahyabhai <nalin@redhat.com> - build _localemodule.so to fix bug #9385 (release 14) Tue Feb 01 2000 Cristian Gafton <gafton@redhat.com> - add patch tp fix problems talioking to wuftpd from hjl - rebuild to fix dependencies Mon Jan 31 2000 Nalin Dahyabhai <nalin@redhat.com> - add buildrequires lines (#8925) Mon Jan 17 2000 Nalin Dahyabhai <nalin@redhat.com> - put idle, modulator, and pynche only in python-tools Thu Dec 02 1999 Michael K. Johnson <johnsonm@redhat.com> - fixed whichdb patch to actually do something (#7458) Mon Nov 22 1999 Michael K. Johnson <johnsonm@redhat.com> - link nismodule against -lnss - whichdb patch by Guido (Python.org bug 97) Fri Sep 17 1999 Tim Powers <timp@redhat.com> - added modulator and pynche to the python-tools package - using a files list in the %files section for python-tools Fri Sep 17 1999 Michael K. Johnson <johnsonm@redhat.com> - added conflicts/requires between subpackages so that you cannot have an older tkinter installed with a new python. - added more tools Wed Sep 15 1999 Michael K. Johnson <johnsonm@redhat.com> - changed defattr so that executable scripts in docs stay executable Tue Aug 24 1999 Bill Nottingham <notting@redhat.com> - rebuild to fix broken tkinter. Mon Aug 09 1999 Matt Wilson <msw@redhat.com> - fixed bogus /usr/local/bin/python requirements Sat Jul 17 1999 Matt Wilson <msw@redhat.com> - added patch to import global symbols until we get libtool patched Sun Jul 11 1999 Matt Wilson <msw@redhat.com> - updated to 1.5.2 Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 10) Thu Mar 18 1999 Bill Nottingham <notting@redhat.com> - fix permissions in python-docs Thu Feb 11 1999 Michael Johnson <johnsonm@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@redhat.com> - add --with-threads at user request - clean up spec file Fri Jan 08 1999 Michael K. Johnson <johnsonm@redhat.com> - New libc changes ndbm.h to db1/ndbm.h and -ldb to -ldb1 Thu Sep 03 1998 Jeff Johnson <jbj@redhat.com> - recompile for RH 5.2. Wed May 06 1998 Cristian Gafton <gafton@redhat.com> - python-docs used to require /usr/bin/sed. Changed to /bin/sed instead Wed Apr 29 1998 Cristian Gafton <gafton@redhat.com> - fixed the spec file for version 1.5.1 - buildroot (!) Mon Apr 20 1998 Michael K. Johnson <johnsonm@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@redhat.com> - updated to python 1.5 - made /usr/lib/python1.5 file list automatically generated Tue Nov 04 1997 Michael K. Johnson <johnsonm@redhat.com> - Fixed dependencies for python and tkinter Mon Nov 03 1997 Michael K. Johnson <johnsonm@redhat.com> - pulled out tk-related stuff into tkinter package Fri Oct 10 1997 Erik Troan <ewt@redhat.com> - bunches of scripts used /usr/local/bin/python instead of /usr/bin/python Tue Sep 30 1997 Erik Troan <ewt@redhat.com> - updated for tcl/tk 8.0 Thu Jul 10 1997 Erik Troan <ewt@redhat.com> - built against glibc
2004-09-09 10:57:31 +00:00
Summary: A graphical user interface for the Python scripting language.
Group: Development/Languages
2008-11-29 02:03:47 +00:00
BuildRequires: tcl, tk
Requires: %{name} = %{version}-%{release}
%if %{main_python}
Obsoletes: tkinter2
Provides: tkinter2 = %{version}
%endif
auto-import changelog data from python-1.5.2-25.src.rpm Wed Aug 23 2000 Nalin Dahyabhai <nalin@redhat.com> - byte-compile modules with the correct directory paths Mon Jul 31 2000 Matt Wilson <msw@redhat.com> - fixed directory perms from 775 to 755 to make rpmlint shut up Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sun Jun 18 2000 Bill Nottingham <notting@redhat.com> - rebuild, fix dependencies Thu Jun 15 2000 Matt Wilson <msw@redhat.com> - rebuilt against new tcltk Sat Jun 03 2000 Jeff Johnson <jbj@redhat.com> - rebuild against tcltk 8.3.1. Fri Apr 28 2000 Matt Wilson <msw@redhat.com> - rebuild against gmp 3.0.1 Wed Apr 05 2000 Bill Nottingham <notting@redhat.com> - what he said Tue Mar 21 2000 Bernhard Rosenkraenzer <bero@redhat.com> - rebuild with readline 4.1 Sat Mar 18 2000 Jeff Johnson <jbj@redhat.com> - rebuild tkinter against tcl-8.2.3. Thu Mar 09 2000 Nalin Dahyabhai <nalin@redhat.com> - build _localemodule.so to fix bug #9385 (release 14) Tue Feb 01 2000 Cristian Gafton <gafton@redhat.com> - add patch tp fix problems talioking to wuftpd from hjl - rebuild to fix dependencies Mon Jan 31 2000 Nalin Dahyabhai <nalin@redhat.com> - add buildrequires lines (#8925) Mon Jan 17 2000 Nalin Dahyabhai <nalin@redhat.com> - put idle, modulator, and pynche only in python-tools Thu Dec 02 1999 Michael K. Johnson <johnsonm@redhat.com> - fixed whichdb patch to actually do something (#7458) Mon Nov 22 1999 Michael K. Johnson <johnsonm@redhat.com> - link nismodule against -lnss - whichdb patch by Guido (Python.org bug 97) Fri Sep 17 1999 Tim Powers <timp@redhat.com> - added modulator and pynche to the python-tools package - using a files list in the %files section for python-tools Fri Sep 17 1999 Michael K. Johnson <johnsonm@redhat.com> - added conflicts/requires between subpackages so that you cannot have an older tkinter installed with a new python. - added more tools Wed Sep 15 1999 Michael K. Johnson <johnsonm@redhat.com> - changed defattr so that executable scripts in docs stay executable Tue Aug 24 1999 Bill Nottingham <notting@redhat.com> - rebuild to fix broken tkinter. Mon Aug 09 1999 Matt Wilson <msw@redhat.com> - fixed bogus /usr/local/bin/python requirements Sat Jul 17 1999 Matt Wilson <msw@redhat.com> - added patch to import global symbols until we get libtool patched Sun Jul 11 1999 Matt Wilson <msw@redhat.com> - updated to 1.5.2 Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 10) Thu Mar 18 1999 Bill Nottingham <notting@redhat.com> - fix permissions in python-docs Thu Feb 11 1999 Michael Johnson <johnsonm@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@redhat.com> - add --with-threads at user request - clean up spec file Fri Jan 08 1999 Michael K. Johnson <johnsonm@redhat.com> - New libc changes ndbm.h to db1/ndbm.h and -ldb to -ldb1 Thu Sep 03 1998 Jeff Johnson <jbj@redhat.com> - recompile for RH 5.2. Wed May 06 1998 Cristian Gafton <gafton@redhat.com> - python-docs used to require /usr/bin/sed. Changed to /bin/sed instead Wed Apr 29 1998 Cristian Gafton <gafton@redhat.com> - fixed the spec file for version 1.5.1 - buildroot (!) Mon Apr 20 1998 Michael K. Johnson <johnsonm@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@redhat.com> - updated to python 1.5 - made /usr/lib/python1.5 file list automatically generated Tue Nov 04 1997 Michael K. Johnson <johnsonm@redhat.com> - Fixed dependencies for python and tkinter Mon Nov 03 1997 Michael K. Johnson <johnsonm@redhat.com> - pulled out tk-related stuff into tkinter package Fri Oct 10 1997 Erik Troan <ewt@redhat.com> - bunches of scripts used /usr/local/bin/python instead of /usr/bin/python Tue Sep 30 1997 Erik Troan <ewt@redhat.com> - updated for tcl/tk 8.0 Thu Jul 10 1997 Erik Troan <ewt@redhat.com> - built against glibc
2004-09-09 10:57:31 +00:00
%description -n %{tkinter}
auto-import changelog data from python-1.5.2-25.src.rpm Wed Aug 23 2000 Nalin Dahyabhai <nalin@redhat.com> - byte-compile modules with the correct directory paths Mon Jul 31 2000 Matt Wilson <msw@redhat.com> - fixed directory perms from 775 to 755 to make rpmlint shut up Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sun Jun 18 2000 Bill Nottingham <notting@redhat.com> - rebuild, fix dependencies Thu Jun 15 2000 Matt Wilson <msw@redhat.com> - rebuilt against new tcltk Sat Jun 03 2000 Jeff Johnson <jbj@redhat.com> - rebuild against tcltk 8.3.1. Fri Apr 28 2000 Matt Wilson <msw@redhat.com> - rebuild against gmp 3.0.1 Wed Apr 05 2000 Bill Nottingham <notting@redhat.com> - what he said Tue Mar 21 2000 Bernhard Rosenkraenzer <bero@redhat.com> - rebuild with readline 4.1 Sat Mar 18 2000 Jeff Johnson <jbj@redhat.com> - rebuild tkinter against tcl-8.2.3. Thu Mar 09 2000 Nalin Dahyabhai <nalin@redhat.com> - build _localemodule.so to fix bug #9385 (release 14) Tue Feb 01 2000 Cristian Gafton <gafton@redhat.com> - add patch tp fix problems talioking to wuftpd from hjl - rebuild to fix dependencies Mon Jan 31 2000 Nalin Dahyabhai <nalin@redhat.com> - add buildrequires lines (#8925) Mon Jan 17 2000 Nalin Dahyabhai <nalin@redhat.com> - put idle, modulator, and pynche only in python-tools Thu Dec 02 1999 Michael K. Johnson <johnsonm@redhat.com> - fixed whichdb patch to actually do something (#7458) Mon Nov 22 1999 Michael K. Johnson <johnsonm@redhat.com> - link nismodule against -lnss - whichdb patch by Guido (Python.org bug 97) Fri Sep 17 1999 Tim Powers <timp@redhat.com> - added modulator and pynche to the python-tools package - using a files list in the %files section for python-tools Fri Sep 17 1999 Michael K. Johnson <johnsonm@redhat.com> - added conflicts/requires between subpackages so that you cannot have an older tkinter installed with a new python. - added more tools Wed Sep 15 1999 Michael K. Johnson <johnsonm@redhat.com> - changed defattr so that executable scripts in docs stay executable Tue Aug 24 1999 Bill Nottingham <notting@redhat.com> - rebuild to fix broken tkinter. Mon Aug 09 1999 Matt Wilson <msw@redhat.com> - fixed bogus /usr/local/bin/python requirements Sat Jul 17 1999 Matt Wilson <msw@redhat.com> - added patch to import global symbols until we get libtool patched Sun Jul 11 1999 Matt Wilson <msw@redhat.com> - updated to 1.5.2 Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 10) Thu Mar 18 1999 Bill Nottingham <notting@redhat.com> - fix permissions in python-docs Thu Feb 11 1999 Michael Johnson <johnsonm@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@redhat.com> - add --with-threads at user request - clean up spec file Fri Jan 08 1999 Michael K. Johnson <johnsonm@redhat.com> - New libc changes ndbm.h to db1/ndbm.h and -ldb to -ldb1 Thu Sep 03 1998 Jeff Johnson <jbj@redhat.com> - recompile for RH 5.2. Wed May 06 1998 Cristian Gafton <gafton@redhat.com> - python-docs used to require /usr/bin/sed. Changed to /bin/sed instead Wed Apr 29 1998 Cristian Gafton <gafton@redhat.com> - fixed the spec file for version 1.5.1 - buildroot (!) Mon Apr 20 1998 Michael K. Johnson <johnsonm@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@redhat.com> - updated to python 1.5 - made /usr/lib/python1.5 file list automatically generated Tue Nov 04 1997 Michael K. Johnson <johnsonm@redhat.com> - Fixed dependencies for python and tkinter Mon Nov 03 1997 Michael K. Johnson <johnsonm@redhat.com> - pulled out tk-related stuff into tkinter package Fri Oct 10 1997 Erik Troan <ewt@redhat.com> - bunches of scripts used /usr/local/bin/python instead of /usr/bin/python Tue Sep 30 1997 Erik Troan <ewt@redhat.com> - updated for tcl/tk 8.0 Thu Jul 10 1997 Erik Troan <ewt@redhat.com> - built against glibc
2004-09-09 10:57:31 +00:00
The Tkinter (Tk interface) program is an graphical user interface for
the Python scripting language.
You should install the tkinter package if you'd like to use a graphical
user interface for Python programming.
%package test
Summary: The test modules from the main python package
Group: Development/Languages
Requires: %{name} = %{version}-%{release}
%description test
The test modules from the main python pacakge: %{name}
These have been removed to save space, as they are never or almost
never used in production.
You might want to install the python-test package if you're developing python
code that uses more than just unittest and/or test_support.py.
auto-import changelog data from python-1.5.2-25.src.rpm Wed Aug 23 2000 Nalin Dahyabhai <nalin@redhat.com> - byte-compile modules with the correct directory paths Mon Jul 31 2000 Matt Wilson <msw@redhat.com> - fixed directory perms from 775 to 755 to make rpmlint shut up Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sun Jun 18 2000 Bill Nottingham <notting@redhat.com> - rebuild, fix dependencies Thu Jun 15 2000 Matt Wilson <msw@redhat.com> - rebuilt against new tcltk Sat Jun 03 2000 Jeff Johnson <jbj@redhat.com> - rebuild against tcltk 8.3.1. Fri Apr 28 2000 Matt Wilson <msw@redhat.com> - rebuild against gmp 3.0.1 Wed Apr 05 2000 Bill Nottingham <notting@redhat.com> - what he said Tue Mar 21 2000 Bernhard Rosenkraenzer <bero@redhat.com> - rebuild with readline 4.1 Sat Mar 18 2000 Jeff Johnson <jbj@redhat.com> - rebuild tkinter against tcl-8.2.3. Thu Mar 09 2000 Nalin Dahyabhai <nalin@redhat.com> - build _localemodule.so to fix bug #9385 (release 14) Tue Feb 01 2000 Cristian Gafton <gafton@redhat.com> - add patch tp fix problems talioking to wuftpd from hjl - rebuild to fix dependencies Mon Jan 31 2000 Nalin Dahyabhai <nalin@redhat.com> - add buildrequires lines (#8925) Mon Jan 17 2000 Nalin Dahyabhai <nalin@redhat.com> - put idle, modulator, and pynche only in python-tools Thu Dec 02 1999 Michael K. Johnson <johnsonm@redhat.com> - fixed whichdb patch to actually do something (#7458) Mon Nov 22 1999 Michael K. Johnson <johnsonm@redhat.com> - link nismodule against -lnss - whichdb patch by Guido (Python.org bug 97) Fri Sep 17 1999 Tim Powers <timp@redhat.com> - added modulator and pynche to the python-tools package - using a files list in the %files section for python-tools Fri Sep 17 1999 Michael K. Johnson <johnsonm@redhat.com> - added conflicts/requires between subpackages so that you cannot have an older tkinter installed with a new python. - added more tools Wed Sep 15 1999 Michael K. Johnson <johnsonm@redhat.com> - changed defattr so that executable scripts in docs stay executable Tue Aug 24 1999 Bill Nottingham <notting@redhat.com> - rebuild to fix broken tkinter. Mon Aug 09 1999 Matt Wilson <msw@redhat.com> - fixed bogus /usr/local/bin/python requirements Sat Jul 17 1999 Matt Wilson <msw@redhat.com> - added patch to import global symbols until we get libtool patched Sun Jul 11 1999 Matt Wilson <msw@redhat.com> - updated to 1.5.2 Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 10) Thu Mar 18 1999 Bill Nottingham <notting@redhat.com> - fix permissions in python-docs Thu Feb 11 1999 Michael Johnson <johnsonm@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@redhat.com> - add --with-threads at user request - clean up spec file Fri Jan 08 1999 Michael K. Johnson <johnsonm@redhat.com> - New libc changes ndbm.h to db1/ndbm.h and -ldb to -ldb1 Thu Sep 03 1998 Jeff Johnson <jbj@redhat.com> - recompile for RH 5.2. Wed May 06 1998 Cristian Gafton <gafton@redhat.com> - python-docs used to require /usr/bin/sed. Changed to /bin/sed instead Wed Apr 29 1998 Cristian Gafton <gafton@redhat.com> - fixed the spec file for version 1.5.1 - buildroot (!) Mon Apr 20 1998 Michael K. Johnson <johnsonm@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@redhat.com> - updated to python 1.5 - made /usr/lib/python1.5 file list automatically generated Tue Nov 04 1997 Michael K. Johnson <johnsonm@redhat.com> - Fixed dependencies for python and tkinter Mon Nov 03 1997 Michael K. Johnson <johnsonm@redhat.com> - pulled out tk-related stuff into tkinter package Fri Oct 10 1997 Erik Troan <ewt@redhat.com> - bunches of scripts used /usr/local/bin/python instead of /usr/bin/python Tue Sep 30 1997 Erik Troan <ewt@redhat.com> - updated for tcl/tk 8.0 Thu Jul 10 1997 Erik Troan <ewt@redhat.com> - built against glibc
2004-09-09 10:57:31 +00:00
%prep
%setup -q -n Python-%{version}
auto-import changelog data from python-1.5.2-25.src.rpm Wed Aug 23 2000 Nalin Dahyabhai <nalin@redhat.com> - byte-compile modules with the correct directory paths Mon Jul 31 2000 Matt Wilson <msw@redhat.com> - fixed directory perms from 775 to 755 to make rpmlint shut up Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sun Jun 18 2000 Bill Nottingham <notting@redhat.com> - rebuild, fix dependencies Thu Jun 15 2000 Matt Wilson <msw@redhat.com> - rebuilt against new tcltk Sat Jun 03 2000 Jeff Johnson <jbj@redhat.com> - rebuild against tcltk 8.3.1. Fri Apr 28 2000 Matt Wilson <msw@redhat.com> - rebuild against gmp 3.0.1 Wed Apr 05 2000 Bill Nottingham <notting@redhat.com> - what he said Tue Mar 21 2000 Bernhard Rosenkraenzer <bero@redhat.com> - rebuild with readline 4.1 Sat Mar 18 2000 Jeff Johnson <jbj@redhat.com> - rebuild tkinter against tcl-8.2.3. Thu Mar 09 2000 Nalin Dahyabhai <nalin@redhat.com> - build _localemodule.so to fix bug #9385 (release 14) Tue Feb 01 2000 Cristian Gafton <gafton@redhat.com> - add patch tp fix problems talioking to wuftpd from hjl - rebuild to fix dependencies Mon Jan 31 2000 Nalin Dahyabhai <nalin@redhat.com> - add buildrequires lines (#8925) Mon Jan 17 2000 Nalin Dahyabhai <nalin@redhat.com> - put idle, modulator, and pynche only in python-tools Thu Dec 02 1999 Michael K. Johnson <johnsonm@redhat.com> - fixed whichdb patch to actually do something (#7458) Mon Nov 22 1999 Michael K. Johnson <johnsonm@redhat.com> - link nismodule against -lnss - whichdb patch by Guido (Python.org bug 97) Fri Sep 17 1999 Tim Powers <timp@redhat.com> - added modulator and pynche to the python-tools package - using a files list in the %files section for python-tools Fri Sep 17 1999 Michael K. Johnson <johnsonm@redhat.com> - added conflicts/requires between subpackages so that you cannot have an older tkinter installed with a new python. - added more tools Wed Sep 15 1999 Michael K. Johnson <johnsonm@redhat.com> - changed defattr so that executable scripts in docs stay executable Tue Aug 24 1999 Bill Nottingham <notting@redhat.com> - rebuild to fix broken tkinter. Mon Aug 09 1999 Matt Wilson <msw@redhat.com> - fixed bogus /usr/local/bin/python requirements Sat Jul 17 1999 Matt Wilson <msw@redhat.com> - added patch to import global symbols until we get libtool patched Sun Jul 11 1999 Matt Wilson <msw@redhat.com> - updated to 1.5.2 Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 10) Thu Mar 18 1999 Bill Nottingham <notting@redhat.com> - fix permissions in python-docs Thu Feb 11 1999 Michael Johnson <johnsonm@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@redhat.com> - add --with-threads at user request - clean up spec file Fri Jan 08 1999 Michael K. Johnson <johnsonm@redhat.com> - New libc changes ndbm.h to db1/ndbm.h and -ldb to -ldb1 Thu Sep 03 1998 Jeff Johnson <jbj@redhat.com> - recompile for RH 5.2. Wed May 06 1998 Cristian Gafton <gafton@redhat.com> - python-docs used to require /usr/bin/sed. Changed to /bin/sed instead Wed Apr 29 1998 Cristian Gafton <gafton@redhat.com> - fixed the spec file for version 1.5.1 - buildroot (!) Mon Apr 20 1998 Michael K. Johnson <johnsonm@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@redhat.com> - updated to python 1.5 - made /usr/lib/python1.5 file list automatically generated Tue Nov 04 1997 Michael K. Johnson <johnsonm@redhat.com> - Fixed dependencies for python and tkinter Mon Nov 03 1997 Michael K. Johnson <johnsonm@redhat.com> - pulled out tk-related stuff into tkinter package Fri Oct 10 1997 Erik Troan <ewt@redhat.com> - bunches of scripts used /usr/local/bin/python instead of /usr/bin/python Tue Sep 30 1997 Erik Troan <ewt@redhat.com> - updated for tcl/tk 8.0 Thu Jul 10 1997 Erik Troan <ewt@redhat.com> - built against glibc
2004-09-09 10:57:31 +00:00
# Ensure that we're using the system copy of libffi, rather than the copy
# shipped by upstream in the tarball:
for SUBDIR in darwin libffi libffi_arm_wince libffi_msvc libffi_osx ; do
rm -r Modules/_ctypes/$SUBDIR || exit 1 ;
done
%patch0 -p1 -b .rhconfig
%patch1 -p1 -b .no_gui
2008-11-29 02:03:47 +00:00
#%%patch2 -p1 -b .no-doc
2007-05-31 20:09:48 +00:00
%patch4 -p1 -b .cflags
2008-11-29 02:03:47 +00:00
#%%patch5 -p1 -b .ctypesexec
%patch6 -p1 -b .plural
%patch7 -p1
2008-11-29 02:03:47 +00:00
#%%patch8 -p1 -b .xmlrpc
# Try not disabling egg-infos, bz#414711
#patch50 -p1 -b .egginfo
2008-07-17 14:23:34 +00:00
%if "%{_lib}" == "lib64"
%patch101 -p1 -b .lib64-regex
%patch102 -p1 -b .lib64
%endif
%patch10 -p1 -b .binutils-no-dep
%patch11 -p1 -b .ascii-tolower
2008-11-29 02:03:47 +00:00
#%%patch12 -p1 -b .pysqlite-2.3.3-minimal
%patch13 -p1 -b .socketmodule
2008-11-29 02:03:47 +00:00
%patch14 -p1 -b .socketmodule2
#%%patch15 -p1 -b .listdir
%patch16 -p1 -b .rpath
%patch51 -p1 -b .brprpm
%patch52 -p0 -b .valgrind
%patch53 -p1 -b .db48
%patch54 -p1 -b .setup-db48
%ifarch alpha ia64
# 64bit, but not lib64 arches need this too...
%patch101 -p1 -b .lib64-regex
%endif
%patch110 -p1 -b .selinux
%patch111 -p1 -b .no-static-lib
2008-11-29 02:03:47 +00:00
#%%patch260 -p1 -b .set_wakeup_fd
2008-11-29 02:03:47 +00:00
#%%patch999 -p1 -b .cve2007-4965
#%%patch998 -p0 -b .cve2008-2316
# This shouldn't be necesarry, but is right now (2.2a3)
find -name "*~" |xargs rm -f
auto-import changelog data from python-1.5.2-25.src.rpm Wed Aug 23 2000 Nalin Dahyabhai <nalin@redhat.com> - byte-compile modules with the correct directory paths Mon Jul 31 2000 Matt Wilson <msw@redhat.com> - fixed directory perms from 775 to 755 to make rpmlint shut up Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sun Jun 18 2000 Bill Nottingham <notting@redhat.com> - rebuild, fix dependencies Thu Jun 15 2000 Matt Wilson <msw@redhat.com> - rebuilt against new tcltk Sat Jun 03 2000 Jeff Johnson <jbj@redhat.com> - rebuild against tcltk 8.3.1. Fri Apr 28 2000 Matt Wilson <msw@redhat.com> - rebuild against gmp 3.0.1 Wed Apr 05 2000 Bill Nottingham <notting@redhat.com> - what he said Tue Mar 21 2000 Bernhard Rosenkraenzer <bero@redhat.com> - rebuild with readline 4.1 Sat Mar 18 2000 Jeff Johnson <jbj@redhat.com> - rebuild tkinter against tcl-8.2.3. Thu Mar 09 2000 Nalin Dahyabhai <nalin@redhat.com> - build _localemodule.so to fix bug #9385 (release 14) Tue Feb 01 2000 Cristian Gafton <gafton@redhat.com> - add patch tp fix problems talioking to wuftpd from hjl - rebuild to fix dependencies Mon Jan 31 2000 Nalin Dahyabhai <nalin@redhat.com> - add buildrequires lines (#8925) Mon Jan 17 2000 Nalin Dahyabhai <nalin@redhat.com> - put idle, modulator, and pynche only in python-tools Thu Dec 02 1999 Michael K. Johnson <johnsonm@redhat.com> - fixed whichdb patch to actually do something (#7458) Mon Nov 22 1999 Michael K. Johnson <johnsonm@redhat.com> - link nismodule against -lnss - whichdb patch by Guido (Python.org bug 97) Fri Sep 17 1999 Tim Powers <timp@redhat.com> - added modulator and pynche to the python-tools package - using a files list in the %files section for python-tools Fri Sep 17 1999 Michael K. Johnson <johnsonm@redhat.com> - added conflicts/requires between subpackages so that you cannot have an older tkinter installed with a new python. - added more tools Wed Sep 15 1999 Michael K. Johnson <johnsonm@redhat.com> - changed defattr so that executable scripts in docs stay executable Tue Aug 24 1999 Bill Nottingham <notting@redhat.com> - rebuild to fix broken tkinter. Mon Aug 09 1999 Matt Wilson <msw@redhat.com> - fixed bogus /usr/local/bin/python requirements Sat Jul 17 1999 Matt Wilson <msw@redhat.com> - added patch to import global symbols until we get libtool patched Sun Jul 11 1999 Matt Wilson <msw@redhat.com> - updated to 1.5.2 Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 10) Thu Mar 18 1999 Bill Nottingham <notting@redhat.com> - fix permissions in python-docs Thu Feb 11 1999 Michael Johnson <johnsonm@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@redhat.com> - add --with-threads at user request - clean up spec file Fri Jan 08 1999 Michael K. Johnson <johnsonm@redhat.com> - New libc changes ndbm.h to db1/ndbm.h and -ldb to -ldb1 Thu Sep 03 1998 Jeff Johnson <jbj@redhat.com> - recompile for RH 5.2. Wed May 06 1998 Cristian Gafton <gafton@redhat.com> - python-docs used to require /usr/bin/sed. Changed to /bin/sed instead Wed Apr 29 1998 Cristian Gafton <gafton@redhat.com> - fixed the spec file for version 1.5.1 - buildroot (!) Mon Apr 20 1998 Michael K. Johnson <johnsonm@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@redhat.com> - updated to python 1.5 - made /usr/lib/python1.5 file list automatically generated Tue Nov 04 1997 Michael K. Johnson <johnsonm@redhat.com> - Fixed dependencies for python and tkinter Mon Nov 03 1997 Michael K. Johnson <johnsonm@redhat.com> - pulled out tk-related stuff into tkinter package Fri Oct 10 1997 Erik Troan <ewt@redhat.com> - bunches of scripts used /usr/local/bin/python instead of /usr/bin/python Tue Sep 30 1997 Erik Troan <ewt@redhat.com> - updated for tcl/tk 8.0 Thu Jul 10 1997 Erik Troan <ewt@redhat.com> - built against glibc
2004-09-09 10:57:31 +00:00
%build
topdir=`pwd`
export CFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE -fPIC"
export CXXFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE -fPIC"
export CPPFLAGS="`pkg-config --cflags-only-I libffi`"
export OPT="$RPM_OPT_FLAGS -D_GNU_SOURCE -fPIC"
export LINKCC="gcc"
if pkg-config openssl ; then
2008-11-29 02:03:47 +00:00
export CFLAGS="$CFLAGS `pkg-config --cflags openssl`"
export LDFLAGS="$LDFLAGS `pkg-config --libs-only-L openssl`"
fi
# Force CC
export CC=gcc
# For patches 4 and 52, need to get a newer configure generated out of configure.in
autoconf
%configure \
--enable-ipv6 \
--enable-unicode=%{unicode} \
--enable-shared \
--with-system-ffi \
--with-valgrind
make OPT="$CFLAGS" %{?_smp_mflags}
2004-11-04 22:42:22 +00:00
LD_LIBRARY_PATH=$topdir $topdir/python Tools/scripts/pathfix.py -i "%{_bindir}/env python%{pybasever}" .
# Rebuild with new python
# We need a link to a versioned python in the build directory
ln -s python python%{pybasever}
LD_LIBRARY_PATH=$topdir PATH=$PATH:$topdir make -s OPT="$CFLAGS" %{?_smp_mflags}
auto-import changelog data from python-1.5.2-25.src.rpm Wed Aug 23 2000 Nalin Dahyabhai <nalin@redhat.com> - byte-compile modules with the correct directory paths Mon Jul 31 2000 Matt Wilson <msw@redhat.com> - fixed directory perms from 775 to 755 to make rpmlint shut up Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sun Jun 18 2000 Bill Nottingham <notting@redhat.com> - rebuild, fix dependencies Thu Jun 15 2000 Matt Wilson <msw@redhat.com> - rebuilt against new tcltk Sat Jun 03 2000 Jeff Johnson <jbj@redhat.com> - rebuild against tcltk 8.3.1. Fri Apr 28 2000 Matt Wilson <msw@redhat.com> - rebuild against gmp 3.0.1 Wed Apr 05 2000 Bill Nottingham <notting@redhat.com> - what he said Tue Mar 21 2000 Bernhard Rosenkraenzer <bero@redhat.com> - rebuild with readline 4.1 Sat Mar 18 2000 Jeff Johnson <jbj@redhat.com> - rebuild tkinter against tcl-8.2.3. Thu Mar 09 2000 Nalin Dahyabhai <nalin@redhat.com> - build _localemodule.so to fix bug #9385 (release 14) Tue Feb 01 2000 Cristian Gafton <gafton@redhat.com> - add patch tp fix problems talioking to wuftpd from hjl - rebuild to fix dependencies Mon Jan 31 2000 Nalin Dahyabhai <nalin@redhat.com> - add buildrequires lines (#8925) Mon Jan 17 2000 Nalin Dahyabhai <nalin@redhat.com> - put idle, modulator, and pynche only in python-tools Thu Dec 02 1999 Michael K. Johnson <johnsonm@redhat.com> - fixed whichdb patch to actually do something (#7458) Mon Nov 22 1999 Michael K. Johnson <johnsonm@redhat.com> - link nismodule against -lnss - whichdb patch by Guido (Python.org bug 97) Fri Sep 17 1999 Tim Powers <timp@redhat.com> - added modulator and pynche to the python-tools package - using a files list in the %files section for python-tools Fri Sep 17 1999 Michael K. Johnson <johnsonm@redhat.com> - added conflicts/requires between subpackages so that you cannot have an older tkinter installed with a new python. - added more tools Wed Sep 15 1999 Michael K. Johnson <johnsonm@redhat.com> - changed defattr so that executable scripts in docs stay executable Tue Aug 24 1999 Bill Nottingham <notting@redhat.com> - rebuild to fix broken tkinter. Mon Aug 09 1999 Matt Wilson <msw@redhat.com> - fixed bogus /usr/local/bin/python requirements Sat Jul 17 1999 Matt Wilson <msw@redhat.com> - added patch to import global symbols until we get libtool patched Sun Jul 11 1999 Matt Wilson <msw@redhat.com> - updated to 1.5.2 Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 10) Thu Mar 18 1999 Bill Nottingham <notting@redhat.com> - fix permissions in python-docs Thu Feb 11 1999 Michael Johnson <johnsonm@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@redhat.com> - add --with-threads at user request - clean up spec file Fri Jan 08 1999 Michael K. Johnson <johnsonm@redhat.com> - New libc changes ndbm.h to db1/ndbm.h and -ldb to -ldb1 Thu Sep 03 1998 Jeff Johnson <jbj@redhat.com> - recompile for RH 5.2. Wed May 06 1998 Cristian Gafton <gafton@redhat.com> - python-docs used to require /usr/bin/sed. Changed to /bin/sed instead Wed Apr 29 1998 Cristian Gafton <gafton@redhat.com> - fixed the spec file for version 1.5.1 - buildroot (!) Mon Apr 20 1998 Michael K. Johnson <johnsonm@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@redhat.com> - updated to python 1.5 - made /usr/lib/python1.5 file list automatically generated Tue Nov 04 1997 Michael K. Johnson <johnsonm@redhat.com> - Fixed dependencies for python and tkinter Mon Nov 03 1997 Michael K. Johnson <johnsonm@redhat.com> - pulled out tk-related stuff into tkinter package Fri Oct 10 1997 Erik Troan <ewt@redhat.com> - bunches of scripts used /usr/local/bin/python instead of /usr/bin/python Tue Sep 30 1997 Erik Troan <ewt@redhat.com> - updated for tcl/tk 8.0 Thu Jul 10 1997 Erik Troan <ewt@redhat.com> - built against glibc
2004-09-09 10:57:31 +00:00
%install
[ -d $RPM_BUILD_ROOT ] && rm -fr $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/usr $RPM_BUILD_ROOT%{_mandir}
# Clean up patched .py files that are saved as .lib64
for f in distutils/command/install distutils/sysconfig; do
rm -f Lib/$f.py.lib64
done
2004-11-04 22:42:22 +00:00
make install DESTDIR=$RPM_BUILD_ROOT
# Fix the interpreter path in binaries installed by distutils
# (which changes them by itself)
# Make sure we preserve the file permissions
2004-11-04 22:42:22 +00:00
for fixed in $RPM_BUILD_ROOT%{_bindir}/pydoc; do
sed 's,#!.*/python$,#!%{_bindir}/env python%{pybasever},' $fixed > $fixed- \
&& cat $fixed- > $fixed && rm -f $fixed-
done
# Junk, no point in putting in -test sub-pkg
rm -f $RPM_BUILD_ROOT/%{_libdir}/python%{pybasever}/idlelib/testcode.py*
2007-05-31 20:09:48 +00:00
# don't include tests that are run at build time in the package
# This is documented, and used: rhbz#387401
if /bin/false; then
# Move this to -test subpackage.
mkdir save_bits_of_test
for i in test_support.py __init__.py; do
cp -a $RPM_BUILD_ROOT/%{_libdir}/python%{pybasever}/test/$i save_bits_of_test
done
2007-05-31 20:09:48 +00:00
rm -rf $RPM_BUILD_ROOT/%{_libdir}/python%{pybasever}/test
mkdir $RPM_BUILD_ROOT/%{_libdir}/python%{pybasever}/test
cp -a save_bits_of_test/* $RPM_BUILD_ROOT/%{_libdir}/python%{pybasever}/test
fi
2007-05-31 20:09:48 +00:00
%if %{main_python}
2004-11-04 22:42:22 +00:00
ln -s python $RPM_BUILD_ROOT%{_bindir}/python2
%else
2004-11-04 22:42:22 +00:00
mv $RPM_BUILD_ROOT%{_bindir}/python $RPM_BUILD_ROOT%{_bindir}/%{python}
mv $RPM_BUILD_ROOT/%{_mandir}/man1/python.1 $RPM_BUILD_ROOT/%{_mandir}/man1/python%{pybasever}.1
%endif
auto-import changelog data from python-1.5.2-25.src.rpm Wed Aug 23 2000 Nalin Dahyabhai <nalin@redhat.com> - byte-compile modules with the correct directory paths Mon Jul 31 2000 Matt Wilson <msw@redhat.com> - fixed directory perms from 775 to 755 to make rpmlint shut up Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sun Jun 18 2000 Bill Nottingham <notting@redhat.com> - rebuild, fix dependencies Thu Jun 15 2000 Matt Wilson <msw@redhat.com> - rebuilt against new tcltk Sat Jun 03 2000 Jeff Johnson <jbj@redhat.com> - rebuild against tcltk 8.3.1. Fri Apr 28 2000 Matt Wilson <msw@redhat.com> - rebuild against gmp 3.0.1 Wed Apr 05 2000 Bill Nottingham <notting@redhat.com> - what he said Tue Mar 21 2000 Bernhard Rosenkraenzer <bero@redhat.com> - rebuild with readline 4.1 Sat Mar 18 2000 Jeff Johnson <jbj@redhat.com> - rebuild tkinter against tcl-8.2.3. Thu Mar 09 2000 Nalin Dahyabhai <nalin@redhat.com> - build _localemodule.so to fix bug #9385 (release 14) Tue Feb 01 2000 Cristian Gafton <gafton@redhat.com> - add patch tp fix problems talioking to wuftpd from hjl - rebuild to fix dependencies Mon Jan 31 2000 Nalin Dahyabhai <nalin@redhat.com> - add buildrequires lines (#8925) Mon Jan 17 2000 Nalin Dahyabhai <nalin@redhat.com> - put idle, modulator, and pynche only in python-tools Thu Dec 02 1999 Michael K. Johnson <johnsonm@redhat.com> - fixed whichdb patch to actually do something (#7458) Mon Nov 22 1999 Michael K. Johnson <johnsonm@redhat.com> - link nismodule against -lnss - whichdb patch by Guido (Python.org bug 97) Fri Sep 17 1999 Tim Powers <timp@redhat.com> - added modulator and pynche to the python-tools package - using a files list in the %files section for python-tools Fri Sep 17 1999 Michael K. Johnson <johnsonm@redhat.com> - added conflicts/requires between subpackages so that you cannot have an older tkinter installed with a new python. - added more tools Wed Sep 15 1999 Michael K. Johnson <johnsonm@redhat.com> - changed defattr so that executable scripts in docs stay executable Tue Aug 24 1999 Bill Nottingham <notting@redhat.com> - rebuild to fix broken tkinter. Mon Aug 09 1999 Matt Wilson <msw@redhat.com> - fixed bogus /usr/local/bin/python requirements Sat Jul 17 1999 Matt Wilson <msw@redhat.com> - added patch to import global symbols until we get libtool patched Sun Jul 11 1999 Matt Wilson <msw@redhat.com> - updated to 1.5.2 Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 10) Thu Mar 18 1999 Bill Nottingham <notting@redhat.com> - fix permissions in python-docs Thu Feb 11 1999 Michael Johnson <johnsonm@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@redhat.com> - add --with-threads at user request - clean up spec file Fri Jan 08 1999 Michael K. Johnson <johnsonm@redhat.com> - New libc changes ndbm.h to db1/ndbm.h and -ldb to -ldb1 Thu Sep 03 1998 Jeff Johnson <jbj@redhat.com> - recompile for RH 5.2. Wed May 06 1998 Cristian Gafton <gafton@redhat.com> - python-docs used to require /usr/bin/sed. Changed to /bin/sed instead Wed Apr 29 1998 Cristian Gafton <gafton@redhat.com> - fixed the spec file for version 1.5.1 - buildroot (!) Mon Apr 20 1998 Michael K. Johnson <johnsonm@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@redhat.com> - updated to python 1.5 - made /usr/lib/python1.5 file list automatically generated Tue Nov 04 1997 Michael K. Johnson <johnsonm@redhat.com> - Fixed dependencies for python and tkinter Mon Nov 03 1997 Michael K. Johnson <johnsonm@redhat.com> - pulled out tk-related stuff into tkinter package Fri Oct 10 1997 Erik Troan <ewt@redhat.com> - bunches of scripts used /usr/local/bin/python instead of /usr/bin/python Tue Sep 30 1997 Erik Troan <ewt@redhat.com> - updated for tcl/tk 8.0 Thu Jul 10 1997 Erik Troan <ewt@redhat.com> - built against glibc
2004-09-09 10:57:31 +00:00
# tools
mkdir -p ${RPM_BUILD_ROOT}%{_libdir}/python%{pybasever}/site-packages
auto-import changelog data from python-1.5.2-25.src.rpm Wed Aug 23 2000 Nalin Dahyabhai <nalin@redhat.com> - byte-compile modules with the correct directory paths Mon Jul 31 2000 Matt Wilson <msw@redhat.com> - fixed directory perms from 775 to 755 to make rpmlint shut up Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sun Jun 18 2000 Bill Nottingham <notting@redhat.com> - rebuild, fix dependencies Thu Jun 15 2000 Matt Wilson <msw@redhat.com> - rebuilt against new tcltk Sat Jun 03 2000 Jeff Johnson <jbj@redhat.com> - rebuild against tcltk 8.3.1. Fri Apr 28 2000 Matt Wilson <msw@redhat.com> - rebuild against gmp 3.0.1 Wed Apr 05 2000 Bill Nottingham <notting@redhat.com> - what he said Tue Mar 21 2000 Bernhard Rosenkraenzer <bero@redhat.com> - rebuild with readline 4.1 Sat Mar 18 2000 Jeff Johnson <jbj@redhat.com> - rebuild tkinter against tcl-8.2.3. Thu Mar 09 2000 Nalin Dahyabhai <nalin@redhat.com> - build _localemodule.so to fix bug #9385 (release 14) Tue Feb 01 2000 Cristian Gafton <gafton@redhat.com> - add patch tp fix problems talioking to wuftpd from hjl - rebuild to fix dependencies Mon Jan 31 2000 Nalin Dahyabhai <nalin@redhat.com> - add buildrequires lines (#8925) Mon Jan 17 2000 Nalin Dahyabhai <nalin@redhat.com> - put idle, modulator, and pynche only in python-tools Thu Dec 02 1999 Michael K. Johnson <johnsonm@redhat.com> - fixed whichdb patch to actually do something (#7458) Mon Nov 22 1999 Michael K. Johnson <johnsonm@redhat.com> - link nismodule against -lnss - whichdb patch by Guido (Python.org bug 97) Fri Sep 17 1999 Tim Powers <timp@redhat.com> - added modulator and pynche to the python-tools package - using a files list in the %files section for python-tools Fri Sep 17 1999 Michael K. Johnson <johnsonm@redhat.com> - added conflicts/requires between subpackages so that you cannot have an older tkinter installed with a new python. - added more tools Wed Sep 15 1999 Michael K. Johnson <johnsonm@redhat.com> - changed defattr so that executable scripts in docs stay executable Tue Aug 24 1999 Bill Nottingham <notting@redhat.com> - rebuild to fix broken tkinter. Mon Aug 09 1999 Matt Wilson <msw@redhat.com> - fixed bogus /usr/local/bin/python requirements Sat Jul 17 1999 Matt Wilson <msw@redhat.com> - added patch to import global symbols until we get libtool patched Sun Jul 11 1999 Matt Wilson <msw@redhat.com> - updated to 1.5.2 Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 10) Thu Mar 18 1999 Bill Nottingham <notting@redhat.com> - fix permissions in python-docs Thu Feb 11 1999 Michael Johnson <johnsonm@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@redhat.com> - add --with-threads at user request - clean up spec file Fri Jan 08 1999 Michael K. Johnson <johnsonm@redhat.com> - New libc changes ndbm.h to db1/ndbm.h and -ldb to -ldb1 Thu Sep 03 1998 Jeff Johnson <jbj@redhat.com> - recompile for RH 5.2. Wed May 06 1998 Cristian Gafton <gafton@redhat.com> - python-docs used to require /usr/bin/sed. Changed to /bin/sed instead Wed Apr 29 1998 Cristian Gafton <gafton@redhat.com> - fixed the spec file for version 1.5.1 - buildroot (!) Mon Apr 20 1998 Michael K. Johnson <johnsonm@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@redhat.com> - updated to python 1.5 - made /usr/lib/python1.5 file list automatically generated Tue Nov 04 1997 Michael K. Johnson <johnsonm@redhat.com> - Fixed dependencies for python and tkinter Mon Nov 03 1997 Michael K. Johnson <johnsonm@redhat.com> - pulled out tk-related stuff into tkinter package Fri Oct 10 1997 Erik Troan <ewt@redhat.com> - bunches of scripts used /usr/local/bin/python instead of /usr/bin/python Tue Sep 30 1997 Erik Troan <ewt@redhat.com> - updated for tcl/tk 8.0 Thu Jul 10 1997 Erik Troan <ewt@redhat.com> - built against glibc
2004-09-09 10:57:31 +00:00
#modulator
2005-09-20 12:53:31 +00:00
cat > ${RPM_BUILD_ROOT}%{_bindir}/modulator << EOF
#!/bin/bash
exec %{_libdir}/python%{pybasever}/site-packages/modulator/modulator.py
EOF
chmod 755 ${RPM_BUILD_ROOT}%{_bindir}/modulator
auto-import changelog data from python-1.5.2-25.src.rpm Wed Aug 23 2000 Nalin Dahyabhai <nalin@redhat.com> - byte-compile modules with the correct directory paths Mon Jul 31 2000 Matt Wilson <msw@redhat.com> - fixed directory perms from 775 to 755 to make rpmlint shut up Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sun Jun 18 2000 Bill Nottingham <notting@redhat.com> - rebuild, fix dependencies Thu Jun 15 2000 Matt Wilson <msw@redhat.com> - rebuilt against new tcltk Sat Jun 03 2000 Jeff Johnson <jbj@redhat.com> - rebuild against tcltk 8.3.1. Fri Apr 28 2000 Matt Wilson <msw@redhat.com> - rebuild against gmp 3.0.1 Wed Apr 05 2000 Bill Nottingham <notting@redhat.com> - what he said Tue Mar 21 2000 Bernhard Rosenkraenzer <bero@redhat.com> - rebuild with readline 4.1 Sat Mar 18 2000 Jeff Johnson <jbj@redhat.com> - rebuild tkinter against tcl-8.2.3. Thu Mar 09 2000 Nalin Dahyabhai <nalin@redhat.com> - build _localemodule.so to fix bug #9385 (release 14) Tue Feb 01 2000 Cristian Gafton <gafton@redhat.com> - add patch tp fix problems talioking to wuftpd from hjl - rebuild to fix dependencies Mon Jan 31 2000 Nalin Dahyabhai <nalin@redhat.com> - add buildrequires lines (#8925) Mon Jan 17 2000 Nalin Dahyabhai <nalin@redhat.com> - put idle, modulator, and pynche only in python-tools Thu Dec 02 1999 Michael K. Johnson <johnsonm@redhat.com> - fixed whichdb patch to actually do something (#7458) Mon Nov 22 1999 Michael K. Johnson <johnsonm@redhat.com> - link nismodule against -lnss - whichdb patch by Guido (Python.org bug 97) Fri Sep 17 1999 Tim Powers <timp@redhat.com> - added modulator and pynche to the python-tools package - using a files list in the %files section for python-tools Fri Sep 17 1999 Michael K. Johnson <johnsonm@redhat.com> - added conflicts/requires between subpackages so that you cannot have an older tkinter installed with a new python. - added more tools Wed Sep 15 1999 Michael K. Johnson <johnsonm@redhat.com> - changed defattr so that executable scripts in docs stay executable Tue Aug 24 1999 Bill Nottingham <notting@redhat.com> - rebuild to fix broken tkinter. Mon Aug 09 1999 Matt Wilson <msw@redhat.com> - fixed bogus /usr/local/bin/python requirements Sat Jul 17 1999 Matt Wilson <msw@redhat.com> - added patch to import global symbols until we get libtool patched Sun Jul 11 1999 Matt Wilson <msw@redhat.com> - updated to 1.5.2 Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 10) Thu Mar 18 1999 Bill Nottingham <notting@redhat.com> - fix permissions in python-docs Thu Feb 11 1999 Michael Johnson <johnsonm@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@redhat.com> - add --with-threads at user request - clean up spec file Fri Jan 08 1999 Michael K. Johnson <johnsonm@redhat.com> - New libc changes ndbm.h to db1/ndbm.h and -ldb to -ldb1 Thu Sep 03 1998 Jeff Johnson <jbj@redhat.com> - recompile for RH 5.2. Wed May 06 1998 Cristian Gafton <gafton@redhat.com> - python-docs used to require /usr/bin/sed. Changed to /bin/sed instead Wed Apr 29 1998 Cristian Gafton <gafton@redhat.com> - fixed the spec file for version 1.5.1 - buildroot (!) Mon Apr 20 1998 Michael K. Johnson <johnsonm@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@redhat.com> - updated to python 1.5 - made /usr/lib/python1.5 file list automatically generated Tue Nov 04 1997 Michael K. Johnson <johnsonm@redhat.com> - Fixed dependencies for python and tkinter Mon Nov 03 1997 Michael K. Johnson <johnsonm@redhat.com> - pulled out tk-related stuff into tkinter package Fri Oct 10 1997 Erik Troan <ewt@redhat.com> - bunches of scripts used /usr/local/bin/python instead of /usr/bin/python Tue Sep 30 1997 Erik Troan <ewt@redhat.com> - updated for tcl/tk 8.0 Thu Jul 10 1997 Erik Troan <ewt@redhat.com> - built against glibc
2004-09-09 10:57:31 +00:00
cp -r Tools/modulator \
${RPM_BUILD_ROOT}%{_libdir}/python%{pybasever}/site-packages/
auto-import changelog data from python-1.5.2-25.src.rpm Wed Aug 23 2000 Nalin Dahyabhai <nalin@redhat.com> - byte-compile modules with the correct directory paths Mon Jul 31 2000 Matt Wilson <msw@redhat.com> - fixed directory perms from 775 to 755 to make rpmlint shut up Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sun Jun 18 2000 Bill Nottingham <notting@redhat.com> - rebuild, fix dependencies Thu Jun 15 2000 Matt Wilson <msw@redhat.com> - rebuilt against new tcltk Sat Jun 03 2000 Jeff Johnson <jbj@redhat.com> - rebuild against tcltk 8.3.1. Fri Apr 28 2000 Matt Wilson <msw@redhat.com> - rebuild against gmp 3.0.1 Wed Apr 05 2000 Bill Nottingham <notting@redhat.com> - what he said Tue Mar 21 2000 Bernhard Rosenkraenzer <bero@redhat.com> - rebuild with readline 4.1 Sat Mar 18 2000 Jeff Johnson <jbj@redhat.com> - rebuild tkinter against tcl-8.2.3. Thu Mar 09 2000 Nalin Dahyabhai <nalin@redhat.com> - build _localemodule.so to fix bug #9385 (release 14) Tue Feb 01 2000 Cristian Gafton <gafton@redhat.com> - add patch tp fix problems talioking to wuftpd from hjl - rebuild to fix dependencies Mon Jan 31 2000 Nalin Dahyabhai <nalin@redhat.com> - add buildrequires lines (#8925) Mon Jan 17 2000 Nalin Dahyabhai <nalin@redhat.com> - put idle, modulator, and pynche only in python-tools Thu Dec 02 1999 Michael K. Johnson <johnsonm@redhat.com> - fixed whichdb patch to actually do something (#7458) Mon Nov 22 1999 Michael K. Johnson <johnsonm@redhat.com> - link nismodule against -lnss - whichdb patch by Guido (Python.org bug 97) Fri Sep 17 1999 Tim Powers <timp@redhat.com> - added modulator and pynche to the python-tools package - using a files list in the %files section for python-tools Fri Sep 17 1999 Michael K. Johnson <johnsonm@redhat.com> - added conflicts/requires between subpackages so that you cannot have an older tkinter installed with a new python. - added more tools Wed Sep 15 1999 Michael K. Johnson <johnsonm@redhat.com> - changed defattr so that executable scripts in docs stay executable Tue Aug 24 1999 Bill Nottingham <notting@redhat.com> - rebuild to fix broken tkinter. Mon Aug 09 1999 Matt Wilson <msw@redhat.com> - fixed bogus /usr/local/bin/python requirements Sat Jul 17 1999 Matt Wilson <msw@redhat.com> - added patch to import global symbols until we get libtool patched Sun Jul 11 1999 Matt Wilson <msw@redhat.com> - updated to 1.5.2 Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 10) Thu Mar 18 1999 Bill Nottingham <notting@redhat.com> - fix permissions in python-docs Thu Feb 11 1999 Michael Johnson <johnsonm@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@redhat.com> - add --with-threads at user request - clean up spec file Fri Jan 08 1999 Michael K. Johnson <johnsonm@redhat.com> - New libc changes ndbm.h to db1/ndbm.h and -ldb to -ldb1 Thu Sep 03 1998 Jeff Johnson <jbj@redhat.com> - recompile for RH 5.2. Wed May 06 1998 Cristian Gafton <gafton@redhat.com> - python-docs used to require /usr/bin/sed. Changed to /bin/sed instead Wed Apr 29 1998 Cristian Gafton <gafton@redhat.com> - fixed the spec file for version 1.5.1 - buildroot (!) Mon Apr 20 1998 Michael K. Johnson <johnsonm@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@redhat.com> - updated to python 1.5 - made /usr/lib/python1.5 file list automatically generated Tue Nov 04 1997 Michael K. Johnson <johnsonm@redhat.com> - Fixed dependencies for python and tkinter Mon Nov 03 1997 Michael K. Johnson <johnsonm@redhat.com> - pulled out tk-related stuff into tkinter package Fri Oct 10 1997 Erik Troan <ewt@redhat.com> - bunches of scripts used /usr/local/bin/python instead of /usr/bin/python Tue Sep 30 1997 Erik Troan <ewt@redhat.com> - updated for tcl/tk 8.0 Thu Jul 10 1997 Erik Troan <ewt@redhat.com> - built against glibc
2004-09-09 10:57:31 +00:00
#pynche
2005-09-20 12:53:31 +00:00
cat > ${RPM_BUILD_ROOT}%{_bindir}/pynche << EOF
#!/bin/bash
exec %{_libdir}/python%{pybasever}/site-packages/pynche/pynche
EOF
chmod 755 ${RPM_BUILD_ROOT}%{_bindir}/pynche
rm -f Tools/pynche/*.pyw
auto-import changelog data from python-1.5.2-25.src.rpm Wed Aug 23 2000 Nalin Dahyabhai <nalin@redhat.com> - byte-compile modules with the correct directory paths Mon Jul 31 2000 Matt Wilson <msw@redhat.com> - fixed directory perms from 775 to 755 to make rpmlint shut up Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sun Jun 18 2000 Bill Nottingham <notting@redhat.com> - rebuild, fix dependencies Thu Jun 15 2000 Matt Wilson <msw@redhat.com> - rebuilt against new tcltk Sat Jun 03 2000 Jeff Johnson <jbj@redhat.com> - rebuild against tcltk 8.3.1. Fri Apr 28 2000 Matt Wilson <msw@redhat.com> - rebuild against gmp 3.0.1 Wed Apr 05 2000 Bill Nottingham <notting@redhat.com> - what he said Tue Mar 21 2000 Bernhard Rosenkraenzer <bero@redhat.com> - rebuild with readline 4.1 Sat Mar 18 2000 Jeff Johnson <jbj@redhat.com> - rebuild tkinter against tcl-8.2.3. Thu Mar 09 2000 Nalin Dahyabhai <nalin@redhat.com> - build _localemodule.so to fix bug #9385 (release 14) Tue Feb 01 2000 Cristian Gafton <gafton@redhat.com> - add patch tp fix problems talioking to wuftpd from hjl - rebuild to fix dependencies Mon Jan 31 2000 Nalin Dahyabhai <nalin@redhat.com> - add buildrequires lines (#8925) Mon Jan 17 2000 Nalin Dahyabhai <nalin@redhat.com> - put idle, modulator, and pynche only in python-tools Thu Dec 02 1999 Michael K. Johnson <johnsonm@redhat.com> - fixed whichdb patch to actually do something (#7458) Mon Nov 22 1999 Michael K. Johnson <johnsonm@redhat.com> - link nismodule against -lnss - whichdb patch by Guido (Python.org bug 97) Fri Sep 17 1999 Tim Powers <timp@redhat.com> - added modulator and pynche to the python-tools package - using a files list in the %files section for python-tools Fri Sep 17 1999 Michael K. Johnson <johnsonm@redhat.com> - added conflicts/requires between subpackages so that you cannot have an older tkinter installed with a new python. - added more tools Wed Sep 15 1999 Michael K. Johnson <johnsonm@redhat.com> - changed defattr so that executable scripts in docs stay executable Tue Aug 24 1999 Bill Nottingham <notting@redhat.com> - rebuild to fix broken tkinter. Mon Aug 09 1999 Matt Wilson <msw@redhat.com> - fixed bogus /usr/local/bin/python requirements Sat Jul 17 1999 Matt Wilson <msw@redhat.com> - added patch to import global symbols until we get libtool patched Sun Jul 11 1999 Matt Wilson <msw@redhat.com> - updated to 1.5.2 Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 10) Thu Mar 18 1999 Bill Nottingham <notting@redhat.com> - fix permissions in python-docs Thu Feb 11 1999 Michael Johnson <johnsonm@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@redhat.com> - add --with-threads at user request - clean up spec file Fri Jan 08 1999 Michael K. Johnson <johnsonm@redhat.com> - New libc changes ndbm.h to db1/ndbm.h and -ldb to -ldb1 Thu Sep 03 1998 Jeff Johnson <jbj@redhat.com> - recompile for RH 5.2. Wed May 06 1998 Cristian Gafton <gafton@redhat.com> - python-docs used to require /usr/bin/sed. Changed to /bin/sed instead Wed Apr 29 1998 Cristian Gafton <gafton@redhat.com> - fixed the spec file for version 1.5.1 - buildroot (!) Mon Apr 20 1998 Michael K. Johnson <johnsonm@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@redhat.com> - updated to python 1.5 - made /usr/lib/python1.5 file list automatically generated Tue Nov 04 1997 Michael K. Johnson <johnsonm@redhat.com> - Fixed dependencies for python and tkinter Mon Nov 03 1997 Michael K. Johnson <johnsonm@redhat.com> - pulled out tk-related stuff into tkinter package Fri Oct 10 1997 Erik Troan <ewt@redhat.com> - bunches of scripts used /usr/local/bin/python instead of /usr/bin/python Tue Sep 30 1997 Erik Troan <ewt@redhat.com> - updated for tcl/tk 8.0 Thu Jul 10 1997 Erik Troan <ewt@redhat.com> - built against glibc
2004-09-09 10:57:31 +00:00
cp -r Tools/pynche \
${RPM_BUILD_ROOT}%{_libdir}/python%{pybasever}/site-packages/
auto-import changelog data from python-1.5.2-25.src.rpm Wed Aug 23 2000 Nalin Dahyabhai <nalin@redhat.com> - byte-compile modules with the correct directory paths Mon Jul 31 2000 Matt Wilson <msw@redhat.com> - fixed directory perms from 775 to 755 to make rpmlint shut up Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sun Jun 18 2000 Bill Nottingham <notting@redhat.com> - rebuild, fix dependencies Thu Jun 15 2000 Matt Wilson <msw@redhat.com> - rebuilt against new tcltk Sat Jun 03 2000 Jeff Johnson <jbj@redhat.com> - rebuild against tcltk 8.3.1. Fri Apr 28 2000 Matt Wilson <msw@redhat.com> - rebuild against gmp 3.0.1 Wed Apr 05 2000 Bill Nottingham <notting@redhat.com> - what he said Tue Mar 21 2000 Bernhard Rosenkraenzer <bero@redhat.com> - rebuild with readline 4.1 Sat Mar 18 2000 Jeff Johnson <jbj@redhat.com> - rebuild tkinter against tcl-8.2.3. Thu Mar 09 2000 Nalin Dahyabhai <nalin@redhat.com> - build _localemodule.so to fix bug #9385 (release 14) Tue Feb 01 2000 Cristian Gafton <gafton@redhat.com> - add patch tp fix problems talioking to wuftpd from hjl - rebuild to fix dependencies Mon Jan 31 2000 Nalin Dahyabhai <nalin@redhat.com> - add buildrequires lines (#8925) Mon Jan 17 2000 Nalin Dahyabhai <nalin@redhat.com> - put idle, modulator, and pynche only in python-tools Thu Dec 02 1999 Michael K. Johnson <johnsonm@redhat.com> - fixed whichdb patch to actually do something (#7458) Mon Nov 22 1999 Michael K. Johnson <johnsonm@redhat.com> - link nismodule against -lnss - whichdb patch by Guido (Python.org bug 97) Fri Sep 17 1999 Tim Powers <timp@redhat.com> - added modulator and pynche to the python-tools package - using a files list in the %files section for python-tools Fri Sep 17 1999 Michael K. Johnson <johnsonm@redhat.com> - added conflicts/requires between subpackages so that you cannot have an older tkinter installed with a new python. - added more tools Wed Sep 15 1999 Michael K. Johnson <johnsonm@redhat.com> - changed defattr so that executable scripts in docs stay executable Tue Aug 24 1999 Bill Nottingham <notting@redhat.com> - rebuild to fix broken tkinter. Mon Aug 09 1999 Matt Wilson <msw@redhat.com> - fixed bogus /usr/local/bin/python requirements Sat Jul 17 1999 Matt Wilson <msw@redhat.com> - added patch to import global symbols until we get libtool patched Sun Jul 11 1999 Matt Wilson <msw@redhat.com> - updated to 1.5.2 Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 10) Thu Mar 18 1999 Bill Nottingham <notting@redhat.com> - fix permissions in python-docs Thu Feb 11 1999 Michael Johnson <johnsonm@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@redhat.com> - add --with-threads at user request - clean up spec file Fri Jan 08 1999 Michael K. Johnson <johnsonm@redhat.com> - New libc changes ndbm.h to db1/ndbm.h and -ldb to -ldb1 Thu Sep 03 1998 Jeff Johnson <jbj@redhat.com> - recompile for RH 5.2. Wed May 06 1998 Cristian Gafton <gafton@redhat.com> - python-docs used to require /usr/bin/sed. Changed to /bin/sed instead Wed Apr 29 1998 Cristian Gafton <gafton@redhat.com> - fixed the spec file for version 1.5.1 - buildroot (!) Mon Apr 20 1998 Michael K. Johnson <johnsonm@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@redhat.com> - updated to python 1.5 - made /usr/lib/python1.5 file list automatically generated Tue Nov 04 1997 Michael K. Johnson <johnsonm@redhat.com> - Fixed dependencies for python and tkinter Mon Nov 03 1997 Michael K. Johnson <johnsonm@redhat.com> - pulled out tk-related stuff into tkinter package Fri Oct 10 1997 Erik Troan <ewt@redhat.com> - bunches of scripts used /usr/local/bin/python instead of /usr/bin/python Tue Sep 30 1997 Erik Troan <ewt@redhat.com> - updated for tcl/tk 8.0 Thu Jul 10 1997 Erik Troan <ewt@redhat.com> - built against glibc
2004-09-09 10:57:31 +00:00
mv Tools/modulator/README Tools/modulator/README.modulator
mv Tools/pynche/README Tools/pynche/README.pynche
#gettext
2004-11-04 22:42:22 +00:00
install -m755 Tools/i18n/pygettext.py $RPM_BUILD_ROOT%{_bindir}/
install -m755 Tools/i18n/msgfmt.py $RPM_BUILD_ROOT%{_bindir}/
# Useful development tools
install -m755 -d $RPM_BUILD_ROOT%{tools_dir}/scripts
install Tools/README $RPM_BUILD_ROOT%{tools_dir}/
install Tools/scripts/*py $RPM_BUILD_ROOT%{tools_dir}/scripts/
2006-06-12 19:36:01 +00:00
# Documentation tools
install -m755 -d $RPM_BUILD_ROOT%{doc_tools_dir}
2008-11-29 02:03:47 +00:00
#install -m755 Doc/tools/mkhowto $RPM_BUILD_ROOT%{doc_tools_dir}
2006-06-12 19:36:01 +00:00
# Useful demo scripts
install -m755 -d $RPM_BUILD_ROOT%{demo_dir}
cp -ar Demo/* $RPM_BUILD_ROOT%{demo_dir}
# Get rid of crap
find $RPM_BUILD_ROOT/ -name "*~"|xargs rm -f
find $RPM_BUILD_ROOT/ -name ".cvsignore"|xargs rm -f
find . -name "*~"|xargs rm -f
find . -name ".cvsignore"|xargs rm -f
#zero length
rm -f $RPM_BUILD_ROOT%{_libdir}/python%{pybasever}/site-packages/modulator/Templates/copyright
rm -f $RPM_BUILD_ROOT%{_libdir}/python%{pybasever}/LICENSE.txt
#make the binaries install side by side with the main python
%if !%{main_python}
2004-11-04 22:42:22 +00:00
pushd $RPM_BUILD_ROOT%{_bindir}
mv idle idle%{__python_ver}
mv modulator modulator%{__python_ver}
mv pynche pynche%{__python_ver}
mv pygettext.py pygettext%{__python_ver}.py
mv msgfmt.py msgfmt%{__python_ver}.py
mv smtpd.py smtpd%{__python_ver}.py
mv pydoc pydoc%{__python_ver}
popd
%endif
auto-import changelog data from python-1.5.2-25.src.rpm Wed Aug 23 2000 Nalin Dahyabhai <nalin@redhat.com> - byte-compile modules with the correct directory paths Mon Jul 31 2000 Matt Wilson <msw@redhat.com> - fixed directory perms from 775 to 755 to make rpmlint shut up Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sun Jun 18 2000 Bill Nottingham <notting@redhat.com> - rebuild, fix dependencies Thu Jun 15 2000 Matt Wilson <msw@redhat.com> - rebuilt against new tcltk Sat Jun 03 2000 Jeff Johnson <jbj@redhat.com> - rebuild against tcltk 8.3.1. Fri Apr 28 2000 Matt Wilson <msw@redhat.com> - rebuild against gmp 3.0.1 Wed Apr 05 2000 Bill Nottingham <notting@redhat.com> - what he said Tue Mar 21 2000 Bernhard Rosenkraenzer <bero@redhat.com> - rebuild with readline 4.1 Sat Mar 18 2000 Jeff Johnson <jbj@redhat.com> - rebuild tkinter against tcl-8.2.3. Thu Mar 09 2000 Nalin Dahyabhai <nalin@redhat.com> - build _localemodule.so to fix bug #9385 (release 14) Tue Feb 01 2000 Cristian Gafton <gafton@redhat.com> - add patch tp fix problems talioking to wuftpd from hjl - rebuild to fix dependencies Mon Jan 31 2000 Nalin Dahyabhai <nalin@redhat.com> - add buildrequires lines (#8925) Mon Jan 17 2000 Nalin Dahyabhai <nalin@redhat.com> - put idle, modulator, and pynche only in python-tools Thu Dec 02 1999 Michael K. Johnson <johnsonm@redhat.com> - fixed whichdb patch to actually do something (#7458) Mon Nov 22 1999 Michael K. Johnson <johnsonm@redhat.com> - link nismodule against -lnss - whichdb patch by Guido (Python.org bug 97) Fri Sep 17 1999 Tim Powers <timp@redhat.com> - added modulator and pynche to the python-tools package - using a files list in the %files section for python-tools Fri Sep 17 1999 Michael K. Johnson <johnsonm@redhat.com> - added conflicts/requires between subpackages so that you cannot have an older tkinter installed with a new python. - added more tools Wed Sep 15 1999 Michael K. Johnson <johnsonm@redhat.com> - changed defattr so that executable scripts in docs stay executable Tue Aug 24 1999 Bill Nottingham <notting@redhat.com> - rebuild to fix broken tkinter. Mon Aug 09 1999 Matt Wilson <msw@redhat.com> - fixed bogus /usr/local/bin/python requirements Sat Jul 17 1999 Matt Wilson <msw@redhat.com> - added patch to import global symbols until we get libtool patched Sun Jul 11 1999 Matt Wilson <msw@redhat.com> - updated to 1.5.2 Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 10) Thu Mar 18 1999 Bill Nottingham <notting@redhat.com> - fix permissions in python-docs Thu Feb 11 1999 Michael Johnson <johnsonm@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@redhat.com> - add --with-threads at user request - clean up spec file Fri Jan 08 1999 Michael K. Johnson <johnsonm@redhat.com> - New libc changes ndbm.h to db1/ndbm.h and -ldb to -ldb1 Thu Sep 03 1998 Jeff Johnson <jbj@redhat.com> - recompile for RH 5.2. Wed May 06 1998 Cristian Gafton <gafton@redhat.com> - python-docs used to require /usr/bin/sed. Changed to /bin/sed instead Wed Apr 29 1998 Cristian Gafton <gafton@redhat.com> - fixed the spec file for version 1.5.1 - buildroot (!) Mon Apr 20 1998 Michael K. Johnson <johnsonm@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@redhat.com> - updated to python 1.5 - made /usr/lib/python1.5 file list automatically generated Tue Nov 04 1997 Michael K. Johnson <johnsonm@redhat.com> - Fixed dependencies for python and tkinter Mon Nov 03 1997 Michael K. Johnson <johnsonm@redhat.com> - pulled out tk-related stuff into tkinter package Fri Oct 10 1997 Erik Troan <ewt@redhat.com> - bunches of scripts used /usr/local/bin/python instead of /usr/bin/python Tue Sep 30 1997 Erik Troan <ewt@redhat.com> - updated for tcl/tk 8.0 Thu Jul 10 1997 Erik Troan <ewt@redhat.com> - built against glibc
2004-09-09 10:57:31 +00:00
2004-11-04 22:42:22 +00:00
find $RPM_BUILD_ROOT%{_libdir}/python%{pybasever}/lib-dynload -type d | sed "s|$RPM_BUILD_ROOT|%dir |" > dynfiles
find $RPM_BUILD_ROOT%{_libdir}/python%{pybasever}/lib-dynload -type f | \
grep -v "_tkinter.so$" | \
grep -v "_ctypes_test.so$" | \
grep -v "_testcapimodule.so$" | \
sed "s|$RPM_BUILD_ROOT||" >> dynfiles
2004-11-04 22:42:22 +00:00
# Fix for bug #136654
rm -f $RPM_BUILD_ROOT%{_libdir}/python%{pybasever}/email/test/data/audiotest.au $RPM_BUILD_ROOT%{_libdir}/python%{pybasever}/test/audiotest.au
2005-04-20 19:40:59 +00:00
# Fix bug #143667: python should own /usr/lib/python2.x on 64-bit machines
2008-07-17 14:23:34 +00:00
%if "%{_lib}" == "lib64"
2005-04-20 19:40:59 +00:00
install -d $RPM_BUILD_ROOT/usr/lib/python%{pybasever}/site-packages
%endif
# Make python-devel multilib-ready (bug #192747, #139911)
%global _pyconfig32_h pyconfig-32.h
%global _pyconfig64_h pyconfig-64.h
%ifarch ppc64 s390x x86_64 ia64 alpha sparc64
%global _pyconfig_h %{_pyconfig64_h}
%else
%global _pyconfig_h %{_pyconfig32_h}
%endif
mv $RPM_BUILD_ROOT%{_includedir}/python%{pybasever}/pyconfig.h \
$RPM_BUILD_ROOT%{_includedir}/python%{pybasever}/%{_pyconfig_h}
cat > $RPM_BUILD_ROOT%{_includedir}/python%{pybasever}/pyconfig.h << EOF
#include <bits/wordsize.h>
#if __WORDSIZE == 32
#include "%{_pyconfig32_h}"
#elif __WORDSIZE == 64
#include "%{_pyconfig64_h}"
#else
#error "Unknown word size"
#endif
EOF
ln -s ../../libpython%{pybasever}.so $RPM_BUILD_ROOT%{_libdir}/python%{pybasever}/config/libpython%{pybasever}.so
2006-08-17 21:43:38 +00:00
# Fix for bug 201434: make sure distutils looks at the right pyconfig.h file
sed -i -e "s/'pyconfig.h'/'%{_pyconfig_h}'/" $RPM_BUILD_ROOT%{_libdir}/python%{pybasever}/distutils/sysconfig.py
# Get rid of egg-info files (core python modules are installed through rpms)
rm $RPM_BUILD_ROOT%{_libdir}/python%{pybasever}/*.egg-info
# python's build is stupid and doesn't fail if extensions fail to build
# let's list a few that we care about...
for so in _bsddb.so _ctypes.so _cursesmodule.so _elementtree.so _sqlite3.so _ssl.so readline.so _hashlib.so zlibmodule.so bz2.so pyexpat.so; do
if [ ! -f $RPM_BUILD_ROOT/%{_libdir}/python%{pybasever}/lib-dynload/$so ]; then
echo "Missing $so!!!"
exit 1
fi
done
auto-import changelog data from python-1.5.2-25.src.rpm Wed Aug 23 2000 Nalin Dahyabhai <nalin@redhat.com> - byte-compile modules with the correct directory paths Mon Jul 31 2000 Matt Wilson <msw@redhat.com> - fixed directory perms from 775 to 755 to make rpmlint shut up Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sun Jun 18 2000 Bill Nottingham <notting@redhat.com> - rebuild, fix dependencies Thu Jun 15 2000 Matt Wilson <msw@redhat.com> - rebuilt against new tcltk Sat Jun 03 2000 Jeff Johnson <jbj@redhat.com> - rebuild against tcltk 8.3.1. Fri Apr 28 2000 Matt Wilson <msw@redhat.com> - rebuild against gmp 3.0.1 Wed Apr 05 2000 Bill Nottingham <notting@redhat.com> - what he said Tue Mar 21 2000 Bernhard Rosenkraenzer <bero@redhat.com> - rebuild with readline 4.1 Sat Mar 18 2000 Jeff Johnson <jbj@redhat.com> - rebuild tkinter against tcl-8.2.3. Thu Mar 09 2000 Nalin Dahyabhai <nalin@redhat.com> - build _localemodule.so to fix bug #9385 (release 14) Tue Feb 01 2000 Cristian Gafton <gafton@redhat.com> - add patch tp fix problems talioking to wuftpd from hjl - rebuild to fix dependencies Mon Jan 31 2000 Nalin Dahyabhai <nalin@redhat.com> - add buildrequires lines (#8925) Mon Jan 17 2000 Nalin Dahyabhai <nalin@redhat.com> - put idle, modulator, and pynche only in python-tools Thu Dec 02 1999 Michael K. Johnson <johnsonm@redhat.com> - fixed whichdb patch to actually do something (#7458) Mon Nov 22 1999 Michael K. Johnson <johnsonm@redhat.com> - link nismodule against -lnss - whichdb patch by Guido (Python.org bug 97) Fri Sep 17 1999 Tim Powers <timp@redhat.com> - added modulator and pynche to the python-tools package - using a files list in the %files section for python-tools Fri Sep 17 1999 Michael K. Johnson <johnsonm@redhat.com> - added conflicts/requires between subpackages so that you cannot have an older tkinter installed with a new python. - added more tools Wed Sep 15 1999 Michael K. Johnson <johnsonm@redhat.com> - changed defattr so that executable scripts in docs stay executable Tue Aug 24 1999 Bill Nottingham <notting@redhat.com> - rebuild to fix broken tkinter. Mon Aug 09 1999 Matt Wilson <msw@redhat.com> - fixed bogus /usr/local/bin/python requirements Sat Jul 17 1999 Matt Wilson <msw@redhat.com> - added patch to import global symbols until we get libtool patched Sun Jul 11 1999 Matt Wilson <msw@redhat.com> - updated to 1.5.2 Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 10) Thu Mar 18 1999 Bill Nottingham <notting@redhat.com> - fix permissions in python-docs Thu Feb 11 1999 Michael Johnson <johnsonm@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@redhat.com> - add --with-threads at user request - clean up spec file Fri Jan 08 1999 Michael K. Johnson <johnsonm@redhat.com> - New libc changes ndbm.h to db1/ndbm.h and -ldb to -ldb1 Thu Sep 03 1998 Jeff Johnson <jbj@redhat.com> - recompile for RH 5.2. Wed May 06 1998 Cristian Gafton <gafton@redhat.com> - python-docs used to require /usr/bin/sed. Changed to /bin/sed instead Wed Apr 29 1998 Cristian Gafton <gafton@redhat.com> - fixed the spec file for version 1.5.1 - buildroot (!) Mon Apr 20 1998 Michael K. Johnson <johnsonm@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@redhat.com> - updated to python 1.5 - made /usr/lib/python1.5 file list automatically generated Tue Nov 04 1997 Michael K. Johnson <johnsonm@redhat.com> - Fixed dependencies for python and tkinter Mon Nov 03 1997 Michael K. Johnson <johnsonm@redhat.com> - pulled out tk-related stuff into tkinter package Fri Oct 10 1997 Erik Troan <ewt@redhat.com> - bunches of scripts used /usr/local/bin/python instead of /usr/bin/python Tue Sep 30 1997 Erik Troan <ewt@redhat.com> - updated for tcl/tk 8.0 Thu Jul 10 1997 Erik Troan <ewt@redhat.com> - built against glibc
2004-09-09 10:57:31 +00:00
%clean
rm -fr $RPM_BUILD_ROOT
%post libs -p /sbin/ldconfig
%postun libs -p /sbin/ldconfig
%files -f dynfiles
%defattr(-, root, root)
%doc LICENSE README
%{_bindir}/pydoc*
%{_bindir}/%{python}
%if %{main_python}
%{_bindir}/python2
%endif
%{_bindir}/python%{pybasever}
%{_mandir}/*/*
%dir %{_libdir}/python%{pybasever}
%dir %{_libdir}/python%{pybasever}/site-packages
%{_libdir}/python%{pybasever}/site-packages/README
%{_libdir}/python%{pybasever}/*.py*
%{_libdir}/python%{pybasever}/*.doc
%dir %{_libdir}/python%{pybasever}/bsddb
%{_libdir}/python%{pybasever}/bsddb/*.py*
%{_libdir}/python%{pybasever}/compiler
%dir %{_libdir}/python%{pybasever}/ctypes
%{_libdir}/python%{pybasever}/ctypes/*.py*
%{_libdir}/python%{pybasever}/ctypes/macholib
%{_libdir}/python%{pybasever}/curses
%dir %{_libdir}/python%{pybasever}/distutils
%{_libdir}/python%{pybasever}/distutils/*.py*
%{_libdir}/python%{pybasever}/distutils/README
%{_libdir}/python%{pybasever}/distutils/command
%dir %{_libdir}/python%{pybasever}/email
%{_libdir}/python%{pybasever}/email/*.py*
%{_libdir}/python%{pybasever}/email/mime
%{_libdir}/python%{pybasever}/encodings
%{_libdir}/python%{pybasever}/hotshot
%{_libdir}/python%{pybasever}/idlelib
2008-11-29 02:03:47 +00:00
%dir %{_libdir}/python%{pybasever}/json
%{_libdir}/python%{pybasever}/json/*.py*
%{_libdir}/python%{pybasever}/logging
2008-11-29 02:03:47 +00:00
%{_libdir}/python%{pybasever}/multiprocessing
%{_libdir}/python%{pybasever}/plat-linux2
%dir %{_libdir}/python%{pybasever}/sqlite3
%{_libdir}/python%{pybasever}/sqlite3/*.py*
%dir %{_libdir}/python%{pybasever}/test
%{_libdir}/python%{pybasever}/test/test_support.py*
%{_libdir}/python%{pybasever}/test/__init__.py*
%{_libdir}/python%{pybasever}/wsgiref
%{_libdir}/python%{pybasever}/xml
2008-07-17 14:23:34 +00:00
%if "%{_lib}" == "lib64"
%attr(0755,root,root) %dir %{_prefix}/lib/python%{pybasever}
%attr(0755,root,root) %dir %{_prefix}/lib/python%{pybasever}/site-packages
2005-04-20 19:40:59 +00:00
%endif
auto-import changelog data from python-1.5.2-25.src.rpm Wed Aug 23 2000 Nalin Dahyabhai <nalin@redhat.com> - byte-compile modules with the correct directory paths Mon Jul 31 2000 Matt Wilson <msw@redhat.com> - fixed directory perms from 775 to 755 to make rpmlint shut up Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sun Jun 18 2000 Bill Nottingham <notting@redhat.com> - rebuild, fix dependencies Thu Jun 15 2000 Matt Wilson <msw@redhat.com> - rebuilt against new tcltk Sat Jun 03 2000 Jeff Johnson <jbj@redhat.com> - rebuild against tcltk 8.3.1. Fri Apr 28 2000 Matt Wilson <msw@redhat.com> - rebuild against gmp 3.0.1 Wed Apr 05 2000 Bill Nottingham <notting@redhat.com> - what he said Tue Mar 21 2000 Bernhard Rosenkraenzer <bero@redhat.com> - rebuild with readline 4.1 Sat Mar 18 2000 Jeff Johnson <jbj@redhat.com> - rebuild tkinter against tcl-8.2.3. Thu Mar 09 2000 Nalin Dahyabhai <nalin@redhat.com> - build _localemodule.so to fix bug #9385 (release 14) Tue Feb 01 2000 Cristian Gafton <gafton@redhat.com> - add patch tp fix problems talioking to wuftpd from hjl - rebuild to fix dependencies Mon Jan 31 2000 Nalin Dahyabhai <nalin@redhat.com> - add buildrequires lines (#8925) Mon Jan 17 2000 Nalin Dahyabhai <nalin@redhat.com> - put idle, modulator, and pynche only in python-tools Thu Dec 02 1999 Michael K. Johnson <johnsonm@redhat.com> - fixed whichdb patch to actually do something (#7458) Mon Nov 22 1999 Michael K. Johnson <johnsonm@redhat.com> - link nismodule against -lnss - whichdb patch by Guido (Python.org bug 97) Fri Sep 17 1999 Tim Powers <timp@redhat.com> - added modulator and pynche to the python-tools package - using a files list in the %files section for python-tools Fri Sep 17 1999 Michael K. Johnson <johnsonm@redhat.com> - added conflicts/requires between subpackages so that you cannot have an older tkinter installed with a new python. - added more tools Wed Sep 15 1999 Michael K. Johnson <johnsonm@redhat.com> - changed defattr so that executable scripts in docs stay executable Tue Aug 24 1999 Bill Nottingham <notting@redhat.com> - rebuild to fix broken tkinter. Mon Aug 09 1999 Matt Wilson <msw@redhat.com> - fixed bogus /usr/local/bin/python requirements Sat Jul 17 1999 Matt Wilson <msw@redhat.com> - added patch to import global symbols until we get libtool patched Sun Jul 11 1999 Matt Wilson <msw@redhat.com> - updated to 1.5.2 Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 10) Thu Mar 18 1999 Bill Nottingham <notting@redhat.com> - fix permissions in python-docs Thu Feb 11 1999 Michael Johnson <johnsonm@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@redhat.com> - add --with-threads at user request - clean up spec file Fri Jan 08 1999 Michael K. Johnson <johnsonm@redhat.com> - New libc changes ndbm.h to db1/ndbm.h and -ldb to -ldb1 Thu Sep 03 1998 Jeff Johnson <jbj@redhat.com> - recompile for RH 5.2. Wed May 06 1998 Cristian Gafton <gafton@redhat.com> - python-docs used to require /usr/bin/sed. Changed to /bin/sed instead Wed Apr 29 1998 Cristian Gafton <gafton@redhat.com> - fixed the spec file for version 1.5.1 - buildroot (!) Mon Apr 20 1998 Michael K. Johnson <johnsonm@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@redhat.com> - updated to python 1.5 - made /usr/lib/python1.5 file list automatically generated Tue Nov 04 1997 Michael K. Johnson <johnsonm@redhat.com> - Fixed dependencies for python and tkinter Mon Nov 03 1997 Michael K. Johnson <johnsonm@redhat.com> - pulled out tk-related stuff into tkinter package Fri Oct 10 1997 Erik Troan <ewt@redhat.com> - bunches of scripts used /usr/local/bin/python instead of /usr/bin/python Tue Sep 30 1997 Erik Troan <ewt@redhat.com> - updated for tcl/tk 8.0 Thu Jul 10 1997 Erik Troan <ewt@redhat.com> - built against glibc
2004-09-09 10:57:31 +00:00
# "Makefile" and the config-32/64.h file are needed by
# distutils/sysconfig.py:_init_posix(), so we include them in the core
# package, along with their parent directories (bug 531901):
%dir %{_libdir}/python%{pybasever}/config
%{_libdir}/python%{pybasever}/config/Makefile
%dir %{_includedir}/python%{pybasever}
%{_includedir}/python%{pybasever}/%{_pyconfig_h}
%files libs
%defattr(-,root,root)
%doc LICENSE README
%{_libdir}/libpython%{pybasever}.so.*
auto-import changelog data from python-1.5.2-25.src.rpm Wed Aug 23 2000 Nalin Dahyabhai <nalin@redhat.com> - byte-compile modules with the correct directory paths Mon Jul 31 2000 Matt Wilson <msw@redhat.com> - fixed directory perms from 775 to 755 to make rpmlint shut up Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sun Jun 18 2000 Bill Nottingham <notting@redhat.com> - rebuild, fix dependencies Thu Jun 15 2000 Matt Wilson <msw@redhat.com> - rebuilt against new tcltk Sat Jun 03 2000 Jeff Johnson <jbj@redhat.com> - rebuild against tcltk 8.3.1. Fri Apr 28 2000 Matt Wilson <msw@redhat.com> - rebuild against gmp 3.0.1 Wed Apr 05 2000 Bill Nottingham <notting@redhat.com> - what he said Tue Mar 21 2000 Bernhard Rosenkraenzer <bero@redhat.com> - rebuild with readline 4.1 Sat Mar 18 2000 Jeff Johnson <jbj@redhat.com> - rebuild tkinter against tcl-8.2.3. Thu Mar 09 2000 Nalin Dahyabhai <nalin@redhat.com> - build _localemodule.so to fix bug #9385 (release 14) Tue Feb 01 2000 Cristian Gafton <gafton@redhat.com> - add patch tp fix problems talioking to wuftpd from hjl - rebuild to fix dependencies Mon Jan 31 2000 Nalin Dahyabhai <nalin@redhat.com> - add buildrequires lines (#8925) Mon Jan 17 2000 Nalin Dahyabhai <nalin@redhat.com> - put idle, modulator, and pynche only in python-tools Thu Dec 02 1999 Michael K. Johnson <johnsonm@redhat.com> - fixed whichdb patch to actually do something (#7458) Mon Nov 22 1999 Michael K. Johnson <johnsonm@redhat.com> - link nismodule against -lnss - whichdb patch by Guido (Python.org bug 97) Fri Sep 17 1999 Tim Powers <timp@redhat.com> - added modulator and pynche to the python-tools package - using a files list in the %files section for python-tools Fri Sep 17 1999 Michael K. Johnson <johnsonm@redhat.com> - added conflicts/requires between subpackages so that you cannot have an older tkinter installed with a new python. - added more tools Wed Sep 15 1999 Michael K. Johnson <johnsonm@redhat.com> - changed defattr so that executable scripts in docs stay executable Tue Aug 24 1999 Bill Nottingham <notting@redhat.com> - rebuild to fix broken tkinter. Mon Aug 09 1999 Matt Wilson <msw@redhat.com> - fixed bogus /usr/local/bin/python requirements Sat Jul 17 1999 Matt Wilson <msw@redhat.com> - added patch to import global symbols until we get libtool patched Sun Jul 11 1999 Matt Wilson <msw@redhat.com> - updated to 1.5.2 Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 10) Thu Mar 18 1999 Bill Nottingham <notting@redhat.com> - fix permissions in python-docs Thu Feb 11 1999 Michael Johnson <johnsonm@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@redhat.com> - add --with-threads at user request - clean up spec file Fri Jan 08 1999 Michael K. Johnson <johnsonm@redhat.com> - New libc changes ndbm.h to db1/ndbm.h and -ldb to -ldb1 Thu Sep 03 1998 Jeff Johnson <jbj@redhat.com> - recompile for RH 5.2. Wed May 06 1998 Cristian Gafton <gafton@redhat.com> - python-docs used to require /usr/bin/sed. Changed to /bin/sed instead Wed Apr 29 1998 Cristian Gafton <gafton@redhat.com> - fixed the spec file for version 1.5.1 - buildroot (!) Mon Apr 20 1998 Michael K. Johnson <johnsonm@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@redhat.com> - updated to python 1.5 - made /usr/lib/python1.5 file list automatically generated Tue Nov 04 1997 Michael K. Johnson <johnsonm@redhat.com> - Fixed dependencies for python and tkinter Mon Nov 03 1997 Michael K. Johnson <johnsonm@redhat.com> - pulled out tk-related stuff into tkinter package Fri Oct 10 1997 Erik Troan <ewt@redhat.com> - bunches of scripts used /usr/local/bin/python instead of /usr/bin/python Tue Sep 30 1997 Erik Troan <ewt@redhat.com> - updated for tcl/tk 8.0 Thu Jul 10 1997 Erik Troan <ewt@redhat.com> - built against glibc
2004-09-09 10:57:31 +00:00
%files devel
%defattr(-,root,root)
%{_libdir}/python%{pybasever}/config/*
%exclude %{_libdir}/python%{pybasever}/config/Makefile
%{_includedir}/python%{pybasever}/*.h
%exclude %{_includedir}/python%{pybasever}/%{_pyconfig_h}
%doc Misc/README.valgrind Misc/valgrind-python.supp Misc/gdbinit
%{_bindir}/python-config
%{_bindir}/python%{pybasever}-config
%{_libdir}/python%{pybasever}/config/*
%{_libdir}/libpython%{pybasever}.so
auto-import changelog data from python-1.5.2-25.src.rpm Wed Aug 23 2000 Nalin Dahyabhai <nalin@redhat.com> - byte-compile modules with the correct directory paths Mon Jul 31 2000 Matt Wilson <msw@redhat.com> - fixed directory perms from 775 to 755 to make rpmlint shut up Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sun Jun 18 2000 Bill Nottingham <notting@redhat.com> - rebuild, fix dependencies Thu Jun 15 2000 Matt Wilson <msw@redhat.com> - rebuilt against new tcltk Sat Jun 03 2000 Jeff Johnson <jbj@redhat.com> - rebuild against tcltk 8.3.1. Fri Apr 28 2000 Matt Wilson <msw@redhat.com> - rebuild against gmp 3.0.1 Wed Apr 05 2000 Bill Nottingham <notting@redhat.com> - what he said Tue Mar 21 2000 Bernhard Rosenkraenzer <bero@redhat.com> - rebuild with readline 4.1 Sat Mar 18 2000 Jeff Johnson <jbj@redhat.com> - rebuild tkinter against tcl-8.2.3. Thu Mar 09 2000 Nalin Dahyabhai <nalin@redhat.com> - build _localemodule.so to fix bug #9385 (release 14) Tue Feb 01 2000 Cristian Gafton <gafton@redhat.com> - add patch tp fix problems talioking to wuftpd from hjl - rebuild to fix dependencies Mon Jan 31 2000 Nalin Dahyabhai <nalin@redhat.com> - add buildrequires lines (#8925) Mon Jan 17 2000 Nalin Dahyabhai <nalin@redhat.com> - put idle, modulator, and pynche only in python-tools Thu Dec 02 1999 Michael K. Johnson <johnsonm@redhat.com> - fixed whichdb patch to actually do something (#7458) Mon Nov 22 1999 Michael K. Johnson <johnsonm@redhat.com> - link nismodule against -lnss - whichdb patch by Guido (Python.org bug 97) Fri Sep 17 1999 Tim Powers <timp@redhat.com> - added modulator and pynche to the python-tools package - using a files list in the %files section for python-tools Fri Sep 17 1999 Michael K. Johnson <johnsonm@redhat.com> - added conflicts/requires between subpackages so that you cannot have an older tkinter installed with a new python. - added more tools Wed Sep 15 1999 Michael K. Johnson <johnsonm@redhat.com> - changed defattr so that executable scripts in docs stay executable Tue Aug 24 1999 Bill Nottingham <notting@redhat.com> - rebuild to fix broken tkinter. Mon Aug 09 1999 Matt Wilson <msw@redhat.com> - fixed bogus /usr/local/bin/python requirements Sat Jul 17 1999 Matt Wilson <msw@redhat.com> - added patch to import global symbols until we get libtool patched Sun Jul 11 1999 Matt Wilson <msw@redhat.com> - updated to 1.5.2 Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 10) Thu Mar 18 1999 Bill Nottingham <notting@redhat.com> - fix permissions in python-docs Thu Feb 11 1999 Michael Johnson <johnsonm@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@redhat.com> - add --with-threads at user request - clean up spec file Fri Jan 08 1999 Michael K. Johnson <johnsonm@redhat.com> - New libc changes ndbm.h to db1/ndbm.h and -ldb to -ldb1 Thu Sep 03 1998 Jeff Johnson <jbj@redhat.com> - recompile for RH 5.2. Wed May 06 1998 Cristian Gafton <gafton@redhat.com> - python-docs used to require /usr/bin/sed. Changed to /bin/sed instead Wed Apr 29 1998 Cristian Gafton <gafton@redhat.com> - fixed the spec file for version 1.5.1 - buildroot (!) Mon Apr 20 1998 Michael K. Johnson <johnsonm@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@redhat.com> - updated to python 1.5 - made /usr/lib/python1.5 file list automatically generated Tue Nov 04 1997 Michael K. Johnson <johnsonm@redhat.com> - Fixed dependencies for python and tkinter Mon Nov 03 1997 Michael K. Johnson <johnsonm@redhat.com> - pulled out tk-related stuff into tkinter package Fri Oct 10 1997 Erik Troan <ewt@redhat.com> - bunches of scripts used /usr/local/bin/python instead of /usr/bin/python Tue Sep 30 1997 Erik Troan <ewt@redhat.com> - updated for tcl/tk 8.0 Thu Jul 10 1997 Erik Troan <ewt@redhat.com> - built against glibc
2004-09-09 10:57:31 +00:00
%files tools
auto-import changelog data from python-1.5.2-25.src.rpm Wed Aug 23 2000 Nalin Dahyabhai <nalin@redhat.com> - byte-compile modules with the correct directory paths Mon Jul 31 2000 Matt Wilson <msw@redhat.com> - fixed directory perms from 775 to 755 to make rpmlint shut up Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sun Jun 18 2000 Bill Nottingham <notting@redhat.com> - rebuild, fix dependencies Thu Jun 15 2000 Matt Wilson <msw@redhat.com> - rebuilt against new tcltk Sat Jun 03 2000 Jeff Johnson <jbj@redhat.com> - rebuild against tcltk 8.3.1. Fri Apr 28 2000 Matt Wilson <msw@redhat.com> - rebuild against gmp 3.0.1 Wed Apr 05 2000 Bill Nottingham <notting@redhat.com> - what he said Tue Mar 21 2000 Bernhard Rosenkraenzer <bero@redhat.com> - rebuild with readline 4.1 Sat Mar 18 2000 Jeff Johnson <jbj@redhat.com> - rebuild tkinter against tcl-8.2.3. Thu Mar 09 2000 Nalin Dahyabhai <nalin@redhat.com> - build _localemodule.so to fix bug #9385 (release 14) Tue Feb 01 2000 Cristian Gafton <gafton@redhat.com> - add patch tp fix problems talioking to wuftpd from hjl - rebuild to fix dependencies Mon Jan 31 2000 Nalin Dahyabhai <nalin@redhat.com> - add buildrequires lines (#8925) Mon Jan 17 2000 Nalin Dahyabhai <nalin@redhat.com> - put idle, modulator, and pynche only in python-tools Thu Dec 02 1999 Michael K. Johnson <johnsonm@redhat.com> - fixed whichdb patch to actually do something (#7458) Mon Nov 22 1999 Michael K. Johnson <johnsonm@redhat.com> - link nismodule against -lnss - whichdb patch by Guido (Python.org bug 97) Fri Sep 17 1999 Tim Powers <timp@redhat.com> - added modulator and pynche to the python-tools package - using a files list in the %files section for python-tools Fri Sep 17 1999 Michael K. Johnson <johnsonm@redhat.com> - added conflicts/requires between subpackages so that you cannot have an older tkinter installed with a new python. - added more tools Wed Sep 15 1999 Michael K. Johnson <johnsonm@redhat.com> - changed defattr so that executable scripts in docs stay executable Tue Aug 24 1999 Bill Nottingham <notting@redhat.com> - rebuild to fix broken tkinter. Mon Aug 09 1999 Matt Wilson <msw@redhat.com> - fixed bogus /usr/local/bin/python requirements Sat Jul 17 1999 Matt Wilson <msw@redhat.com> - added patch to import global symbols until we get libtool patched Sun Jul 11 1999 Matt Wilson <msw@redhat.com> - updated to 1.5.2 Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 10) Thu Mar 18 1999 Bill Nottingham <notting@redhat.com> - fix permissions in python-docs Thu Feb 11 1999 Michael Johnson <johnsonm@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@redhat.com> - add --with-threads at user request - clean up spec file Fri Jan 08 1999 Michael K. Johnson <johnsonm@redhat.com> - New libc changes ndbm.h to db1/ndbm.h and -ldb to -ldb1 Thu Sep 03 1998 Jeff Johnson <jbj@redhat.com> - recompile for RH 5.2. Wed May 06 1998 Cristian Gafton <gafton@redhat.com> - python-docs used to require /usr/bin/sed. Changed to /bin/sed instead Wed Apr 29 1998 Cristian Gafton <gafton@redhat.com> - fixed the spec file for version 1.5.1 - buildroot (!) Mon Apr 20 1998 Michael K. Johnson <johnsonm@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@redhat.com> - updated to python 1.5 - made /usr/lib/python1.5 file list automatically generated Tue Nov 04 1997 Michael K. Johnson <johnsonm@redhat.com> - Fixed dependencies for python and tkinter Mon Nov 03 1997 Michael K. Johnson <johnsonm@redhat.com> - pulled out tk-related stuff into tkinter package Fri Oct 10 1997 Erik Troan <ewt@redhat.com> - bunches of scripts used /usr/local/bin/python instead of /usr/bin/python Tue Sep 30 1997 Erik Troan <ewt@redhat.com> - updated for tcl/tk 8.0 Thu Jul 10 1997 Erik Troan <ewt@redhat.com> - built against glibc
2004-09-09 10:57:31 +00:00
%defattr(-,root,root,755)
%doc Tools/modulator/README.modulator
%doc Tools/pynche/README.pynche
2008-11-29 02:03:47 +00:00
%{_libdir}/python%{pybasever}/lib2to3
%{_libdir}/python%{pybasever}/site-packages/modulator
%{_libdir}/python%{pybasever}/site-packages/pynche
%{_bindir}/smtpd*.py*
2008-11-29 02:03:47 +00:00
%{_bindir}/2to3*
2004-11-04 22:42:22 +00:00
%{_bindir}/idle*
%{_bindir}/modulator*
%{_bindir}/pynche*
%{_bindir}/pygettext*.py*
%{_bindir}/msgfmt*.py*
%{tools_dir}
%{demo_dir}
2006-06-12 19:36:01 +00:00
%{_libdir}/python%{pybasever}/Doc
auto-import changelog data from python-1.5.2-25.src.rpm Wed Aug 23 2000 Nalin Dahyabhai <nalin@redhat.com> - byte-compile modules with the correct directory paths Mon Jul 31 2000 Matt Wilson <msw@redhat.com> - fixed directory perms from 775 to 755 to make rpmlint shut up Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sun Jun 18 2000 Bill Nottingham <notting@redhat.com> - rebuild, fix dependencies Thu Jun 15 2000 Matt Wilson <msw@redhat.com> - rebuilt against new tcltk Sat Jun 03 2000 Jeff Johnson <jbj@redhat.com> - rebuild against tcltk 8.3.1. Fri Apr 28 2000 Matt Wilson <msw@redhat.com> - rebuild against gmp 3.0.1 Wed Apr 05 2000 Bill Nottingham <notting@redhat.com> - what he said Tue Mar 21 2000 Bernhard Rosenkraenzer <bero@redhat.com> - rebuild with readline 4.1 Sat Mar 18 2000 Jeff Johnson <jbj@redhat.com> - rebuild tkinter against tcl-8.2.3. Thu Mar 09 2000 Nalin Dahyabhai <nalin@redhat.com> - build _localemodule.so to fix bug #9385 (release 14) Tue Feb 01 2000 Cristian Gafton <gafton@redhat.com> - add patch tp fix problems talioking to wuftpd from hjl - rebuild to fix dependencies Mon Jan 31 2000 Nalin Dahyabhai <nalin@redhat.com> - add buildrequires lines (#8925) Mon Jan 17 2000 Nalin Dahyabhai <nalin@redhat.com> - put idle, modulator, and pynche only in python-tools Thu Dec 02 1999 Michael K. Johnson <johnsonm@redhat.com> - fixed whichdb patch to actually do something (#7458) Mon Nov 22 1999 Michael K. Johnson <johnsonm@redhat.com> - link nismodule against -lnss - whichdb patch by Guido (Python.org bug 97) Fri Sep 17 1999 Tim Powers <timp@redhat.com> - added modulator and pynche to the python-tools package - using a files list in the %files section for python-tools Fri Sep 17 1999 Michael K. Johnson <johnsonm@redhat.com> - added conflicts/requires between subpackages so that you cannot have an older tkinter installed with a new python. - added more tools Wed Sep 15 1999 Michael K. Johnson <johnsonm@redhat.com> - changed defattr so that executable scripts in docs stay executable Tue Aug 24 1999 Bill Nottingham <notting@redhat.com> - rebuild to fix broken tkinter. Mon Aug 09 1999 Matt Wilson <msw@redhat.com> - fixed bogus /usr/local/bin/python requirements Sat Jul 17 1999 Matt Wilson <msw@redhat.com> - added patch to import global symbols until we get libtool patched Sun Jul 11 1999 Matt Wilson <msw@redhat.com> - updated to 1.5.2 Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 10) Thu Mar 18 1999 Bill Nottingham <notting@redhat.com> - fix permissions in python-docs Thu Feb 11 1999 Michael Johnson <johnsonm@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@redhat.com> - add --with-threads at user request - clean up spec file Fri Jan 08 1999 Michael K. Johnson <johnsonm@redhat.com> - New libc changes ndbm.h to db1/ndbm.h and -ldb to -ldb1 Thu Sep 03 1998 Jeff Johnson <jbj@redhat.com> - recompile for RH 5.2. Wed May 06 1998 Cristian Gafton <gafton@redhat.com> - python-docs used to require /usr/bin/sed. Changed to /bin/sed instead Wed Apr 29 1998 Cristian Gafton <gafton@redhat.com> - fixed the spec file for version 1.5.1 - buildroot (!) Mon Apr 20 1998 Michael K. Johnson <johnsonm@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@redhat.com> - updated to python 1.5 - made /usr/lib/python1.5 file list automatically generated Tue Nov 04 1997 Michael K. Johnson <johnsonm@redhat.com> - Fixed dependencies for python and tkinter Mon Nov 03 1997 Michael K. Johnson <johnsonm@redhat.com> - pulled out tk-related stuff into tkinter package Fri Oct 10 1997 Erik Troan <ewt@redhat.com> - bunches of scripts used /usr/local/bin/python instead of /usr/bin/python Tue Sep 30 1997 Erik Troan <ewt@redhat.com> - updated for tcl/tk 8.0 Thu Jul 10 1997 Erik Troan <ewt@redhat.com> - built against glibc
2004-09-09 10:57:31 +00:00
%files -n %{tkinter}
%defattr(-,root,root,755)
%{_libdir}/python%{pybasever}/lib-tk
%{_libdir}/python%{pybasever}/lib-dynload/_tkinter.so
auto-import changelog data from python-1.5.2-25.src.rpm Wed Aug 23 2000 Nalin Dahyabhai <nalin@redhat.com> - byte-compile modules with the correct directory paths Mon Jul 31 2000 Matt Wilson <msw@redhat.com> - fixed directory perms from 775 to 755 to make rpmlint shut up Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sun Jun 18 2000 Bill Nottingham <notting@redhat.com> - rebuild, fix dependencies Thu Jun 15 2000 Matt Wilson <msw@redhat.com> - rebuilt against new tcltk Sat Jun 03 2000 Jeff Johnson <jbj@redhat.com> - rebuild against tcltk 8.3.1. Fri Apr 28 2000 Matt Wilson <msw@redhat.com> - rebuild against gmp 3.0.1 Wed Apr 05 2000 Bill Nottingham <notting@redhat.com> - what he said Tue Mar 21 2000 Bernhard Rosenkraenzer <bero@redhat.com> - rebuild with readline 4.1 Sat Mar 18 2000 Jeff Johnson <jbj@redhat.com> - rebuild tkinter against tcl-8.2.3. Thu Mar 09 2000 Nalin Dahyabhai <nalin@redhat.com> - build _localemodule.so to fix bug #9385 (release 14) Tue Feb 01 2000 Cristian Gafton <gafton@redhat.com> - add patch tp fix problems talioking to wuftpd from hjl - rebuild to fix dependencies Mon Jan 31 2000 Nalin Dahyabhai <nalin@redhat.com> - add buildrequires lines (#8925) Mon Jan 17 2000 Nalin Dahyabhai <nalin@redhat.com> - put idle, modulator, and pynche only in python-tools Thu Dec 02 1999 Michael K. Johnson <johnsonm@redhat.com> - fixed whichdb patch to actually do something (#7458) Mon Nov 22 1999 Michael K. Johnson <johnsonm@redhat.com> - link nismodule against -lnss - whichdb patch by Guido (Python.org bug 97) Fri Sep 17 1999 Tim Powers <timp@redhat.com> - added modulator and pynche to the python-tools package - using a files list in the %files section for python-tools Fri Sep 17 1999 Michael K. Johnson <johnsonm@redhat.com> - added conflicts/requires between subpackages so that you cannot have an older tkinter installed with a new python. - added more tools Wed Sep 15 1999 Michael K. Johnson <johnsonm@redhat.com> - changed defattr so that executable scripts in docs stay executable Tue Aug 24 1999 Bill Nottingham <notting@redhat.com> - rebuild to fix broken tkinter. Mon Aug 09 1999 Matt Wilson <msw@redhat.com> - fixed bogus /usr/local/bin/python requirements Sat Jul 17 1999 Matt Wilson <msw@redhat.com> - added patch to import global symbols until we get libtool patched Sun Jul 11 1999 Matt Wilson <msw@redhat.com> - updated to 1.5.2 Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 10) Thu Mar 18 1999 Bill Nottingham <notting@redhat.com> - fix permissions in python-docs Thu Feb 11 1999 Michael Johnson <johnsonm@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@redhat.com> - add --with-threads at user request - clean up spec file Fri Jan 08 1999 Michael K. Johnson <johnsonm@redhat.com> - New libc changes ndbm.h to db1/ndbm.h and -ldb to -ldb1 Thu Sep 03 1998 Jeff Johnson <jbj@redhat.com> - recompile for RH 5.2. Wed May 06 1998 Cristian Gafton <gafton@redhat.com> - python-docs used to require /usr/bin/sed. Changed to /bin/sed instead Wed Apr 29 1998 Cristian Gafton <gafton@redhat.com> - fixed the spec file for version 1.5.1 - buildroot (!) Mon Apr 20 1998 Michael K. Johnson <johnsonm@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@redhat.com> - updated to python 1.5 - made /usr/lib/python1.5 file list automatically generated Tue Nov 04 1997 Michael K. Johnson <johnsonm@redhat.com> - Fixed dependencies for python and tkinter Mon Nov 03 1997 Michael K. Johnson <johnsonm@redhat.com> - pulled out tk-related stuff into tkinter package Fri Oct 10 1997 Erik Troan <ewt@redhat.com> - bunches of scripts used /usr/local/bin/python instead of /usr/bin/python Tue Sep 30 1997 Erik Troan <ewt@redhat.com> - updated for tcl/tk 8.0 Thu Jul 10 1997 Erik Troan <ewt@redhat.com> - built against glibc
2004-09-09 10:57:31 +00:00
%files test
%defattr(-, root, root)
%{_libdir}/python%{pybasever}/bsddb/test
%{_libdir}/python%{pybasever}/ctypes/test
%{_libdir}/python%{pybasever}/distutils/tests
%{_libdir}/python%{pybasever}/email/test
2008-11-29 02:03:47 +00:00
%{_libdir}/python%{pybasever}/json/tests
%{_libdir}/python%{pybasever}/sqlite3/test
%{_libdir}/python%{pybasever}/test
%{_libdir}/python%{pybasever}/lib-dynload/_ctypes_test.so
%{_libdir}/python%{pybasever}/lib-dynload/_testcapimodule.so
auto-import changelog data from python-1.5.2-25.src.rpm Wed Aug 23 2000 Nalin Dahyabhai <nalin@redhat.com> - byte-compile modules with the correct directory paths Mon Jul 31 2000 Matt Wilson <msw@redhat.com> - fixed directory perms from 775 to 755 to make rpmlint shut up Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sun Jun 18 2000 Bill Nottingham <notting@redhat.com> - rebuild, fix dependencies Thu Jun 15 2000 Matt Wilson <msw@redhat.com> - rebuilt against new tcltk Sat Jun 03 2000 Jeff Johnson <jbj@redhat.com> - rebuild against tcltk 8.3.1. Fri Apr 28 2000 Matt Wilson <msw@redhat.com> - rebuild against gmp 3.0.1 Wed Apr 05 2000 Bill Nottingham <notting@redhat.com> - what he said Tue Mar 21 2000 Bernhard Rosenkraenzer <bero@redhat.com> - rebuild with readline 4.1 Sat Mar 18 2000 Jeff Johnson <jbj@redhat.com> - rebuild tkinter against tcl-8.2.3. Thu Mar 09 2000 Nalin Dahyabhai <nalin@redhat.com> - build _localemodule.so to fix bug #9385 (release 14) Tue Feb 01 2000 Cristian Gafton <gafton@redhat.com> - add patch tp fix problems talioking to wuftpd from hjl - rebuild to fix dependencies Mon Jan 31 2000 Nalin Dahyabhai <nalin@redhat.com> - add buildrequires lines (#8925) Mon Jan 17 2000 Nalin Dahyabhai <nalin@redhat.com> - put idle, modulator, and pynche only in python-tools Thu Dec 02 1999 Michael K. Johnson <johnsonm@redhat.com> - fixed whichdb patch to actually do something (#7458) Mon Nov 22 1999 Michael K. Johnson <johnsonm@redhat.com> - link nismodule against -lnss - whichdb patch by Guido (Python.org bug 97) Fri Sep 17 1999 Tim Powers <timp@redhat.com> - added modulator and pynche to the python-tools package - using a files list in the %files section for python-tools Fri Sep 17 1999 Michael K. Johnson <johnsonm@redhat.com> - added conflicts/requires between subpackages so that you cannot have an older tkinter installed with a new python. - added more tools Wed Sep 15 1999 Michael K. Johnson <johnsonm@redhat.com> - changed defattr so that executable scripts in docs stay executable Tue Aug 24 1999 Bill Nottingham <notting@redhat.com> - rebuild to fix broken tkinter. Mon Aug 09 1999 Matt Wilson <msw@redhat.com> - fixed bogus /usr/local/bin/python requirements Sat Jul 17 1999 Matt Wilson <msw@redhat.com> - added patch to import global symbols until we get libtool patched Sun Jul 11 1999 Matt Wilson <msw@redhat.com> - updated to 1.5.2 Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 10) Thu Mar 18 1999 Bill Nottingham <notting@redhat.com> - fix permissions in python-docs Thu Feb 11 1999 Michael Johnson <johnsonm@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@redhat.com> - add --with-threads at user request - clean up spec file Fri Jan 08 1999 Michael K. Johnson <johnsonm@redhat.com> - New libc changes ndbm.h to db1/ndbm.h and -ldb to -ldb1 Thu Sep 03 1998 Jeff Johnson <jbj@redhat.com> - recompile for RH 5.2. Wed May 06 1998 Cristian Gafton <gafton@redhat.com> - python-docs used to require /usr/bin/sed. Changed to /bin/sed instead Wed Apr 29 1998 Cristian Gafton <gafton@redhat.com> - fixed the spec file for version 1.5.1 - buildroot (!) Mon Apr 20 1998 Michael K. Johnson <johnsonm@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@redhat.com> - updated to python 1.5 - made /usr/lib/python1.5 file list automatically generated Tue Nov 04 1997 Michael K. Johnson <johnsonm@redhat.com> - Fixed dependencies for python and tkinter Mon Nov 03 1997 Michael K. Johnson <johnsonm@redhat.com> - pulled out tk-related stuff into tkinter package Fri Oct 10 1997 Erik Troan <ewt@redhat.com> - bunches of scripts used /usr/local/bin/python instead of /usr/bin/python Tue Sep 30 1997 Erik Troan <ewt@redhat.com> - updated for tcl/tk 8.0 Thu Jul 10 1997 Erik Troan <ewt@redhat.com> - built against glibc
2004-09-09 10:57:31 +00:00
%changelog
* Mon Jan 18 2010 David Malcolm <dmalcolm@redhat.com> - 2.6.4-6
- patch Makefile.pre.in to avoid building static library (patch111, bug 556092)
- split up the "configure" invocation flags onto individual lines
* Fri Jan 15 2010 David Malcolm <dmalcolm@redhat.com> - 2.6.4-5
- replace usage of %%define with %%global
- use the %%{_isa} macro to ensure that the python-devel dependency on python
is for the correct multilib arch (#555943)
- delete bundled copy of libffi to make sure we use the system one
- replace references to /usr with %%{_prefix}; replace references to
/usr/include with %%{_includedir}
* Wed Dec 16 2009 David Malcolm <dmalcolm@redhat.com> - 2.6.4-4
- automatically disable arena allocator when run under valgrind (upstream
issue 2422; patch 52)
- add patch from Josh Boyer containing diff against upstream PyBSDDB to make
the bsddb module compile against db-4.8 (patch 53, #544275); bump the necessary
version of db4-devel to 4.8
- patch setup.py so that it searches for db-4.8, and enable debug output for
said search; make Setup.dist use db-4.8 (patch 54)
* Thu Nov 12 2009 David Malcolm <dmalcolm@redhat.com> - 2.6.4-3
- fixup the build when __python_ver is set (Zach Sadecki; bug 533989); use
pybasever in the files section
* Thu Oct 29 2009 David Malcolm <dmalcolm@redhat.com> - 2.6.4-2
- "Makefile" and the config-32/64.h file are needed by distutils/sysconfig.py
_init_posix(), so we include them in the core package, along with their parent
directories (bug 531901)
2009-10-27 07:57:25 +00:00
* Mon Oct 26 2009 David Malcolm <dmalcolm@redhat.com> - 2.6.4-1
- Update to 2.6.4
2009-08-21 15:34:49 +00:00
* Fri Aug 21 2009 Tomas Mraz <tmraz@redhat.com> - 2.6.2-2
- rebuilt with new openssl
2009-07-30 21:03:26 +00:00
* Mon Jul 27 2009 James Antill <james.antill@redhat.com> - 2.6.2-1
- Update to 2.6.2
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.6-11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
* Sat Jul 4 2009 Jonathan Steffan <jsteffan@fedoraproject.org> - 2.6-10
- Move python-config to devel subpackage (#506153)
- Update BuildRoot for new standard
* Sun Jun 28 2009 Jonathan Steffan <jsteffan@fedoraproject.org> - 2.6-9
- Update python-tools description (#448940)
* Wed Apr 15 2009 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> 2.6-8
- Replace python-hashlib and python-uuid (#484715)
* Tue Mar 17 2009 James Antill <james@fedoraproject.org> - 2.6-7
- Use system libffi
- Resolves: bug#490573
- Fix SELinux execmem problems
- Resolves: bug#488396
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.6-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
2009-01-16 15:33:31 +00:00
* Fri Jan 16 2009 Tomas Mraz <tmraz@redhat.com> - 2.6-4
- rebuild with new openssl
* Tue Jan 6 2009 James Antill <james.antill@redhat.com> - 2.6-3
- Fix distutils generated rpms.
- Resolves: bug#236535
2008-12-10 20:16:00 +00:00
* Wed Dec 10 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 2.6-2
- Enable -lcrypt for cryptmodule
2008-11-29 02:03:47 +00:00
* Fri Nov 28 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 2.6-1
- Update to 2.6
* Tue Sep 30 2008 James Antill <james.antill@redhat.com> - 2.5.2-1
- Move to 2.5.2
- Fix CVE-2008-2316 hashlib overflow.
* Thu Jul 17 2008 Jeremy Katz <katzj@redhat.com> - 2.5.1-30
2008-07-17 14:23:34 +00:00
- Fix up the build for new rpm
- And actually build against db4-4.7 (#455170)
* Thu Jul 10 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.5.1-27
- fix license tag
- enable support for db4-4.7
* Sun Jun 15 2008 James Antill <jantill@redhat.com> - 2.5.1-26
- Fix sporadic listdir problem
- Resolves: bug#451494
* Mon Apr 7 2008 James Antill <jantill@redhat.com> - 2.5.1-25
- Rebuild to re-gen autoconf file due to glibc change.
- Resolves: bug#441003
2008-03-25 14:15:20 +00:00
* Tue Mar 25 2008 James Antill <jantill@redhat.com> - 2.5.1-24
- Add more constants to socketmodule
* Sat Mar 8 2008 James Antill <jantill@redhat.com> - 2.5.1-22
- Add constants to socketmodule
- Resolves: bug#436560
2008-02-19 05:51:37 +00:00
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 2.5.1-22
- Autorebuild for GCC 4.3
2008-01-13 17:06:17 +00:00
* Sun Jan 13 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.5.1-21
- rebuild for new tk in rawhide
* Mon Jan 7 2008 James Antill <jantill@redhat.com> - 2.5.1-20
- Add valgrind support files, as doc, to python-devel
- Relates: rhbz#418621
- Add new API from 2.6, set_wakeup_fd ... use at own risk, presumably won't
- change but I have no control to guarantee that.
- Resolves: rhbz#427794
- Add gdbinit support file, as doc, to python-devel
* Fri Jan 4 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.5.1-19
2008-01-04 15:28:07 +00:00
- rebuild for new tcl/tk in rawhide
* Fri Dec 7 2007 James Antill <jantill@redhat.com> - 2.5.1-18
- Create a python-test sub-module, over 3MB of stuff noone wants.
- Don't remove egginfo files, try this see what happens ... may revert.
- Resolves: rhbz#414711
2007-12-03 18:36:45 +00:00
* Mon Dec 3 2007 Jeremy Katz <katzj@redhat.com> - 2.5.1-17
- rebuild for new libssl
* Fri Nov 30 2007 James Antill <jantill@redhat.com> - 2.5.1-16
- Fix pyconfig.h comment typo.
- Add back test_support.py and the __init__.py file.
- Resolves: rhbz#387401
* Tue Oct 30 2007 James Antill <jantill@redhat.com> - 2.5.1-15
- Do codec lowercase in C Locale.
- Resolves: 207134 191096
- Fix stupid namespacing in pysqlite, minimal upgrade to 2.3.3 pysqlite
- Resolves: 263221
* Wed Oct 24 2007 James Antill <jantill@redhat.com> - 2.5.1-14
- Remove bintuils dep. for live CD ... add work around for ctypes
* Mon Oct 22 2007 James Antill <jantill@redhat.com> - 2.5.1-13
- Add tix buildprereq
- Add tkinter patch
- Resolves: #281751
- Fix ctypes loading of libraries, add requires on binutils
- Resolves: #307221
- Possible fix for CVE-2007-4965 possible exploitable integer overflow
- Resolves: #295971
* Tue Oct 16 2007 Mike Bonnet <mikeb@redhat.com> - 2.5.1-12
- fix marshalling of objects in xmlrpclib (python bug #1739842)
* Fri Sep 14 2007 Jeremy Katz <katzj@redhat.com> - 2.5.1-11
- fix encoding of sqlite .py files to work around weird encoding problem
in Turkish (#283331)
* Mon Sep 10 2007 Jeremy Katz <katzj@redhat.com> - 2.5.1-10
- work around problems with multi-line plural specification (#252136)
2007-08-28 13:50:29 +00:00
* Tue Aug 28 2007 Jeremy Katz <katzj@redhat.com> - 2.5.1-9
- rebuild against new expat
2007-08-14 14:38:32 +00:00
* Tue Aug 14 2007 Jeremy Katz <katzj@redhat.com> - 2.5.1-8
- build against db4.6
* Tue Aug 14 2007 Dennis Gilmore <dennis@ausil.us> - 2.5.1-7
- add sparc64 to the list of archs for _pyconfig64_h
* Fri Aug 10 2007 Jeremy Katz <katzj@redhat.com> - 2.5.1-6
- fix ctypes again on some arches (Hans de Goede, #251637)
* Fri Jul 6 2007 Jeremy Katz <katzj@redhat.com> - 2.5.1-5
- link curses modules with ncursesw (#246385)
* Wed Jun 27 2007 Jeremy Katz <katzj@redhat.com> - 2.5.1-4
- fix _elementtree.so build (#245703)
- ensure that extension modules we expect are actually built rather than
having them silently fall out of the package
2007-06-26 23:22:09 +00:00
* Tue Jun 26 2007 Jeremy Katz <katzj@redhat.com> - 2.5.1-3
- link with system expat (#245703)
* Thu Jun 21 2007 Jeremy Katz <katzj@redhat.com> - 2.5.1-2
- rebuild to take advantage of hardlinking between identical pyc/pyo files
2007-05-31 20:09:48 +00:00
* Thu May 31 2007 Jeremy Katz <katzj@redhat.com> - 2.5.1-1
- update to python 2.5.1
2007-04-10 14:23:41 +00:00
* Mon Mar 19 2007 Jeremy Katz <katzj@redhat.com> - 2.5.3-12
- fix alpha build (#231961)
2007-02-13 14:09:26 +00:00
* Tue Feb 13 2007 Jeremy Katz <katzj@redhat.com> - 2.5.3-11
- tcl/tk was reverted; rebuild again
2007-02-01 14:14:11 +00:00
* Thu Feb 1 2007 Jeremy Katz <katzj@redhat.com> - 2.5.3-10
- rebuild for new tcl/tk
2007-01-16 17:27:02 +00:00
* Tue Jan 16 2007 Miroslav Lichvar <mlichvar@redhat.com> - 2.5.3-9
- link with ncurses
* Sat Jan 6 2007 Jeremy Katz <katzj@redhat.com> - 2.5.3-8
- fix extensions to use shared libpython (#219564)
- all 64bit platforms need the regex fix (#122304)
* Wed Jan 3 2007 Jeremy Katz <katzj@redhat.com> - 2.5.3-7
- fix ctypes to not require execstack (#220669)
* Fri Dec 15 2006 Jeremy Katz <katzj@redhat.com> - 2.5.3-6
- don't link against compat-db (Robert Scheck)
* Wed Dec 13 2006 Jarod Wilson <jwilson@redhat.com> - 2.5.3-5
- fix invalid assert in debug mode (upstream changeset 52622)
* Tue Dec 12 2006 Jeremy Katz <katzj@redhat.com> - 2.5.3-4
- obsolete/provide python-ctypes (#219256)
* Mon Dec 11 2006 Jeremy Katz <katzj@redhat.com> - 2.5.3-3
- fix atexit traceback with failed syslog logger (#218214)
- split libpython into python-libs subpackage for multilib apps
embedding python interpreters
* Wed Dec 6 2006 Jeremy Katz <katzj@redhat.com> - 2.5.3-2
- disable installation of .egg-info files for now
* Tue Dec 5 2006 Jeremy Katz <katzj@redhat.com>
- support db 4.5
- obsolete python-elementtree; since it requires some code tweaks, don't
provide it
- obsolete old python-sqlite; provide the version that's actually included
2006-10-01 21:18:20 +00:00
* Mon Oct 30 2006 Jeremy Katz <katzj@redhat.com>
- fix _md5 and _sha modules (Robert Sheck)
- no longer provide optik compat; it's been a couple of years now
- no longer provide the old shm module; if this is still needed, let's
build it separately
- no longer provide japanese codecs; should be a separate package
* Mon Oct 23 2006 Jeremy Katz <katzj@redhat.com> - 2.5-0
- update to 2.5.0 final
2006-08-17 21:43:38 +00:00
* Fri Aug 18 2006 Mihai Ibanescu <misa@redhat.com> - 2.4.99.c1
- Updated to 2.5c1. Merged fixes from FC6 too:
- Fixed bug #199373 (on some platforms CFLAGS is needed when linking)
- Fixed bug #198971 (case conversion not locale safe in logging library)
- Verified bug #201434 (distutils.sysconfig is confused by the change to make
python-devel multilib friendly) is fixed upstream
* Sun Jul 16 2006 Mihai Ibanescu <misa@redhat.com> - 2.4.99.b2
- Updated to 2.5b2 (which for comparison reasons is re-labeled 2.4.99.b2)
2006-07-17 13:14:06 +00:00
* Fri Jun 23 2006 Mihai Ibanescu <misa@redhat.com> - 2.4.99.b1
- Updated to 2.5b1 (which for comparison reasons is re-labeled 2.4.99.b1)
2006-07-12 07:56:21 +00:00
2006-06-13 18:18:32 +00:00
* Tue Jun 13 2006 Jeremy Katz <katzj@redhat.com> - 2.4.3-11.FC6
- and fix it for real
2006-06-13 17:11:28 +00:00
* Tue Jun 13 2006 Jeremy Katz <katzj@redhat.com> - 2.4.3-10.FC6
- fix python-devel on ia64
2006-06-13 14:18:36 +00:00
* Tue Jun 13 2006 Mihai Ibanescu <misa@redhat.com> - 2.4.3-9
- Fixed python-devel to be multilib friendly (bug #192747, #139911)
* Tue Jun 13 2006 Mihai Ibanescu <misa@redhat.com> - 2.4.3-8
- Only copying mkhowto from the Docs - we don't need perl dependencies from
python-tools.
2006-06-12 22:21:15 +00:00
* Mon Jun 12 2006 Mihai Ibanescu <misa@redhat.com> - 2.4.3-7
- Fixed bug #121198 (webbrowser.py should use the user's preferences first)
2006-06-12 19:36:01 +00:00
* Mon Jun 12 2006 Mihai Ibanescu <misa@redhat.com> - 2.4.3-6
- Fixed bug #192592 (too aggressive assertion fails) - SF#1257960
- Fixed bug #167468 (Doc/tools not included) - added in the python-tools package
2006-06-08 13:58:50 +00:00
* Thu Jun 8 2006 Mihai Ibanescu <misa@redhat.com> - 2.4.3-5
- Fixed bug #193484 (added pydoc in the main package)
2006-06-08 13:58:50 +00:00
2006-06-05 14:40:00 +00:00
* Mon Jun 5 2006 Mihai Ibanescu <misa@redhat.com> - 2.4.3-4
- Added dist in the release
* Mon May 15 2006 Mihai Ibanescu <misa@redhat.com> - 2.4.3-3
- rebuilt to fix broken libX11 dependency
2006-04-12 16:47:40 +00:00
* Wed Apr 12 2006 Jeremy Katz <katzj@redhat.com> - 2.4.3-2
- rebuild with new gcc to fix #188649
2006-04-08 03:25:35 +00:00
* Thu Apr 6 2006 Mihai Ibanescu <misa@redhat.com> - 2.4.3-1
- Updated to 2.4.3
2006-02-11 05:23:02 +00:00
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.4.2-3.2.1
- bump again for double-long bug on ppc(64)
2006-02-10 15:28:32 +00:00
* Fri Feb 10 2006 Mihai Ibanescu <misa@redhat.com> - 2.4.3-3.2
- rebuilt for newer tix
2006-02-07 13:39:46 +00:00
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2.4.2-3.1
- rebuilt for new gcc4.1 snapshot and glibc changes
* Fri Jan 20 2006 Mihai Ibanescu <misa@redhat.com> 2.4.2-3
- fixed #136654 for another instance of audiotest.au
2005-12-09 22:42:52 +00:00
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
- rebuilt
* Sat Nov 19 2005 Bill Nottingham <notting@redhat.com> 2.4.2-2
- fix build for modular X, remove X11R6 path references
2005-11-15 22:23:43 +00:00
* Tue Nov 15 2005 Mihai Ibanescu <misa@redhat.com> 2.4.2-1
- Upgraded to 2.4.2
- BuildRequires autoconf
2005-11-09 16:15:39 +00:00
* Wed Nov 9 2005 Mihai Ibanescu <misa@redhat.com> 2.4.1-16
2005-11-09 16:06:39 +00:00
- Rebuilding against newer openssl.
2005-11-09 16:15:39 +00:00
- XFree86-devel no longer exists
2005-11-09 16:06:39 +00:00
2005-10-06 18:59:54 +00:00
* Mon Sep 26 2005 Peter Jones <pjones@redhat.com> 2.4.1-14
- Once more -- this time, to fix -EPERM when you run it in a directory
you can't read from.
2005-09-26 22:20:29 +00:00
* Mon Sep 26 2005 Peter Jones <pjones@redhat.com> 2.4.1-13
- So, 5 or 6 people have said it works for them with this patch...
* Sun Sep 25 2005 Peter Jones <pjones@redhat.com> 2.4.1-12
- Fixed bug #169159 (check for argc>0 and argv[0] == NULL, not just
argv[0][0]='\0')
Reworked the patch from -8 a bit more.
2005-09-23 21:21:07 +00:00
* Fri Sep 23 2005 Mihai Ibanescu <misa@redhat.com> 2.4.1-10
- Fixed bug #169159 (don't let python core dump if no arguments are passed in)
Reworked the patch from -8 a bit more.
2005-09-22 22:37:00 +00:00
* Thu Sep 22 2005 Peter Jones <pjones@redhat.com> 2.4.1-8
- Fix bug #169046 more correctly.
* Thu Sep 22 2005 Mihai Ibanescu <misa@redhat.com> 2.4.1-7
- Fixed bug #169046 (realpath is unsafe); thanks to
Peter Jones <pjones@redhat.com> and Arjan van de Ven <arjanv@redhat.com> for
diagnosing and the patch.
* Tue Sep 20 2005 Mihai Ibanescu <misa@redhat.com> 2.4.1-4
- Fixed bug #168655 (fixes for building as python24)
2005-09-20 12:53:31 +00:00
* Tue Jul 26 2005 Mihai Ibanescu <misa@redhat.com> 2.4.1-3
- Fixed bug #163435 (pynche doesn't start))
2005-04-20 19:40:59 +00:00
* Wed Apr 20 2005 Mihai Ibanescu <misa@redhat.com> 2.4.1-2
- Fixed bug #143667 (python should own /usr/lib/python* on 64-bit systems, for
noarch packages)
- Fixed bug #143419 (BuildRequires db4 is not versioned)
2005-04-06 17:57:56 +00:00
* Wed Apr 6 2005 Mihai Ibanescu <misa@redhat.com> 2.4.1-1
- updated to 2.4.1
* Mon Mar 14 2005 Mihai Ibanescu <misa@redhat.com> 2.4-6
- building the docs from a different source rpm, to decouple bootstrapping
python from having tetex installed
2005-03-11 14:56:43 +00:00
* Fri Mar 11 2005 Dan Williams <dcbw@redhat.com> 2.4-5
- Rebuild to pick up new libssl.so.5
2005-02-04 15:30:56 +00:00
* Wed Feb 2 2005 Mihai Ibanescu <misa@redhat.com> 2.4-4
- Fixed security issue in SimpleXMLRPCServer.py (#146647)
2005-01-12 16:11:56 +00:00
* Wed Jan 12 2005 Tim Waugh <twaugh@redhat.com> 2.4-3
- Rebuilt for new readline.
* Mon Dec 6 2004 Jeff Johnson <jbj@jbj.org> 2.4-2
- db-4.3.21 returns DB_BUFFER_SMALL rather than ENOMEM (#141994).
- add Provide: python(abi) = 2.4
- include msgfmt/pygettext *.pyc and *.pyo from brp-python-bytecompile.
2004-12-03 14:56:19 +00:00
* Fri Dec 3 2004 Mihai Ibanescu <misa@redhat.com> 2.4-1
- Python-2.4.tar.bz2 (final)
2004-11-19 19:57:34 +00:00
* Fri Nov 19 2004 Mihai Ibanescu <misa@redhat.com> 2.4-0.c1.1
- Python-2.4c1.tar.bz2 (release candidate 1)
2004-11-12 23:50:00 +00:00
* Thu Nov 11 2004 Jeff Johnson <jbj@jbj.org> 2.4-0.b2.4
- rebuild against db-4.3.21.
* Mon Nov 8 2004 Jeremy Katz <katzj@redhat.com> - 2.4-0.b2.3
- fix the lib64 patch so that 64bit arches still look in /usr/lib/python...
* Mon Nov 8 2004 Jeremy Katz <katzj@redhat.com> - 2.4-0.b2.2
- cryptmodule still needs -lcrypt (again)
2004-11-04 22:42:22 +00:00
* Thu Nov 4 2004 Mihai Ibanescu <misa@redhat.com> 2.4-0.b2.1
- Updated to python 2.4b2 (and labeled it 2.4-0.b2.1 to avoid breaking rpm's
version comparison)
* Thu Nov 4 2004 Mihai Ibanescu <misa@redhat.com> 2.3.4-13
- Fixed bug #138112 (python overflows stack buffer) - SF bug 105470
* Tue Nov 2 2004 Mihai Ibanescu <misa@redhat.com> 2.3.4-12
- Fixed bugs #131439 #136023 #137863 (.pyc/.pyo files had the buildroot added)
* Tue Oct 26 2004 Mihai Ibanescu <misa@redhat.com> 2.3.4-11
- Fixed bug #136654 (python has sketchy audio clip)
* Tue Aug 31 2004 Mihai Ibanescu <misa@redhat.com> 2.3.4-10
- Fixed bug #77418 (Demo dir not packaged)
- More tweaking on #19347 (Moved Tools/ under /usr/lib/python2.3/Tools)
* Fri Aug 13 2004 Mihai Ibanescu <misa@redhat.com> 2.3.4-8
- Fixed bug #129769: Makefile in new python conflicts with older version found
in old python-devel
- Reorganized the spec file to get rid of the aspython2 define; __python_ver
is more powerful.
* Tue Aug 3 2004 Mihai Ibanescu <misa@redhat.com> 2.3.4-7
- Including html documentation for non-i386 arches
- Fixed #125362 (python-doc html files have japanese character encoding)
- Fixed #128923 (missing dependency between python and python-devel)
* Fri Jul 30 2004 Mihai Ibanescu <misa@redhat.com> 2.3.4-6
- Fixed #128030 (help() not printing anything)
- Fixed #125472 (distutils.sysconfig.get_python_lib() not returning the right
path on 64-bit systems)
- Fixed #127357 (building python as a shared library)
- Fixed #19347 (including the contents of Tools/scripts/ in python-tools)
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt
* Tue Jun 8 2004 Mihai Ibanescu <misa@redhat.com> 2.3.4-3
- Added an optik.py that provides the same interface from optparse for
backward compatibility; obsoleting python-optik
* Mon Jun 7 2004 Mihai Ibanescu <misa@redhat.com> 2.3.4-2
- Patched bdist_rpm to allow for builds of multiple binary rpms (bug #123598)
* Fri Jun 4 2004 Mihai Ibanescu <misa@redhat.com> 2.3.4-1
- Updated to 2.3.4-1 with Robert Scheck's help (bug #124764)
- Added BuildRequires: tix-devel (bug #124918)
* Fri May 7 2004 Mihai Ibanescu <misa@redhat.com> 2.3.3-6
- Correct fix for #122304 from upstream:
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=931848&group_id=5470
* Thu May 6 2004 Mihai Ibanescu <misa@redhat.com> 2.3.3-4
- Fix for bug #122304 : splitting the domain name fails on 64-bit arches
- Fix for bug #120879 : including Makefile into the main package
- Requires XFree86-devel instead of -libs (see bug #118442)
* Tue Mar 16 2004 Mihai Ibanescu <misa@redhat.com> 2.3.3-3
- Requires XFree86-devel instead of -libs (see bug #118442)
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt
* Fri Dec 19 2003 Jeff Johnson <jbj@jbj.org> 2.3.3-1
- upgrade to 2.3.3.
* Sat Dec 13 2003 Jeff Johnson <jbj@jbj.org> 2.3.2-9
- rebuild against db-4.2.52.
* Fri Dec 12 2003 Jeremy Katz <katzj@redhat.com> 2.3.2-8
- more rebuilding for new tcl/tk
* Wed Dec 3 2003 Jeff Johnson <jbj@jbj.org> 2.3.2-7.1
- rebuild against db-4.2.42.
* Fri Nov 28 2003 Mihai Ibanescu <misa@redhat.com> 2.3.2-7
- rebuilt against newer tcl/tk
* Mon Nov 24 2003 Mihai Ibanescu <misa@redhat.com> 2.3.2-6
- added a Provides: python-abi
* Wed Nov 12 2003 Mihai Ibanescu <misa@redhat.com> 2.3.2-5
- force CC (#109268)
* Sun Nov 9 2003 Jeremy Katz <katzj@redhat.com> 2.3.2-4
- cryptmodule still needs -lcrypt
* Wed Nov 5 2003 Mihai Ibanescu <misa@redhat.com> 2.3.2-2
- Added patch for missing mkhowto
* Thu Oct 16 2003 Mihai Ibanescu <misa@redhat.com> 2.3.2-1
- Updated to 2.3.2
* Thu Sep 25 2003 Mihai Ibanescu <misa@redhat.com> 2.3.1-1
- 2.3.1 final
* Tue Sep 23 2003 Mihai Ibanescu <misa@redhat.com> 2.3.1-0.8.RC1
- Building the python 2.3.1 release candidate
- Updated the lib64 patch
* Wed Jul 30 2003 Mihai Ibanescu <misa@redhat.com> 2.3-0.2
- Building python 2.3
- Added more BuildRequires
- Updated the startup files for modulator and pynche; idle installs its own
now.
* Thu Jul 3 2003 Mihai Ibanescu <misa@redhat.com> 2.2.3-4
- Rebuilt against newer db4 packages (bug #98539)
* Mon Jun 9 2003 Elliot Lee <sopwith@redhat.com> 2.2.3-3
- rebuilt
* Wed Jun 7 2003 Mihai Ibanescu <misa@redhat.com> 2.2.3-2
- Rebuilt
* Tue Jun 6 2003 Mihai Ibanescu <misa@redhat.com> 2.2.3-1
- Upgraded to 2.2.3
* Wed Apr 2 2003 Mihai Ibanescu <misa@redhat.com> 2.2.2-28
- Rebuilt
* Wed Apr 2 2003 Mihai Ibanescu <misa@redhat.com> 2.2.2-27
- Modified the ftpuri patch conforming to http://ietf.org/rfc/rfc1738.txt
* Mon Feb 24 2003 Elliot Lee <sopwith@redhat.com>
- rebuilt
* Mon Feb 24 2003 Mihai Ibanescu <misa@redhat.com> 2.2.2-25
- Fixed bug #84886: pydoc dies when run w/o arguments
- Fixed bug #84205: add python shm module back (used to be shipped with 1.5.2)
- Fixed bug #84966: path in byte-compiled code still wrong
* Thu Feb 20 2003 Jeremy Katz <katzj@redhat.com> 2.2.2-23
- ftp uri's should be able to specify being rooted at the root instead of
where you login via ftp (#84692)
* Mon Feb 10 2003 Mihai Ibanescu <misa@redhat.com> 2.2.2-22
- Using newer Japanese codecs (1.4.9). Thanks to
Peter Bowen <pzb@datastacks.com> for pointing this out.
* Thu Feb 6 2003 Mihai Ibanescu <misa@redhat.com> 2.2.2-21
- Rebuild
* Wed Feb 5 2003 Mihai Ibanescu <misa@redhat.com> 2.2.2-20
- Release number bumped really high: turning on UCS4 (ABI compatibility
breakage)
* Fri Jan 31 2003 Mihai Ibanescu <misa@redhat.com> 2.2.2-13
- Attempt to look both in /usr/lib64 and /usr/lib/python2.2/site-packages/:
some work on python-2.2.2-lib64.patch
* Thu Jan 30 2003 Mihai Ibanescu <misa@redhat.com> 2.2.2-12
- Rebuild to incorporate the removal of .lib64 and - files.
* Thu Jan 30 2003 Mihai Ibanescu <misa@redhat.com> 2.2.2-11.7.3
- Fixed bug #82544: Errata removes most tools
- Fixed bug #82435: Python 2.2.2 errata breaks redhat-config-users
- Removed .lib64 and - files that get installed after we fix the multilib
.py files.
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
- rebuilt
* Wed Jan 15 2003 Jens Petersen <petersen@redhat.com> 2.2.2-10
- rebuild to update tkinter's tcltk deps
- convert changelog to utf-8
* Tue Jan 7 2003 Nalin Dahyabhai <nalin@redhat.com> 2.2.2-9
- rebuild
* Fri Jan 3 2003 Nalin Dahyabhai <nalin@redhat.com>
- pick up OpenSSL cflags and ldflags from pkgconfig if available
* Thu Jan 2 2003 Jeremy Katz <katzj@redhat.com> 2.2.2-8
- urllib2 didn't support non-anonymous ftp. add support based on how
urllib did it (#80676, #78168)
* Mon Dec 16 2002 Mihai Ibanescu <misa@redhat.com> 2.2.2-7
- Fix bug #79647 (Rebuild of SRPM fails if python isn't installed)
- Added a bunch of missing BuildRequires found while fixing the
above-mentioned bug
* Tue Dec 10 2002 Tim Powers <timp@redhat.com> 2.2.2-6
- rebuild to fix broken tcltk deps for tkinter
* Fri Nov 22 2002 Mihai Ibanescu <misa@redhat.com>
2.2.2-3.7.3
- Recompiled for 7.3 (to fix the -lcrypt bug)
- Fix for the spurious error message at the end of the build (build-requires
gets confused by executable files starting with """"): make the tests
non-executable.
* Wed Nov 20 2002 Mihai Ibanescu <misa@redhat.com>
2.2.2-5
- Fixed configuration patch to add -lcrypt when compiling cryptmodule.c
2.2.2-4
- Spec file change from Matt Wilson <msw@redhat.com> to disable linking
with the C++ compiler.
* Mon Nov 11 2002 Mihai Ibanescu <misa@redhat.com>
2.2.2-3.*
- Merged patch from Karsten Hopp <karsten@redhat.de> from 2.2.1-17hammer to
use %%{_libdir}
- Added XFree86-libs as BuildRequires (because of tkinter)
- Fixed duplicate listing of plat-linux2
- Fixed exclusion of lib-dynload/japanese
- Added lib64 patch for the japanese codecs
- Use setup magic instead of using tar directly on JapaneseCodecs
* Tue Nov 5 2002 Mihai Ibanescu <misa@redhat.com>
2.2.2-2
- Fix #76912 (python-tools contains idle, which uses tkinter, but there is no
requirement of tkinter from python-tools).
- Fix #74013 (rpm is missing the /usr/lib/python2.2/test directory)
* Mon Nov 4 2002 Mihai Ibanescu <misa@redhat.com>
- builds as python2 require a different libdb
- changed the buildroot name of python to match python2 builds
* Fri Nov 1 2002 Mihai Ibanescu <misa@redhat.com>
- updated python to 2.2.2 and adjusted the patches accordingly
* Mon Oct 21 2002 Mihai Ibanescu <misa@redhat.com>
- Fix #53930 (Python-2.2.1-buildroot-bytecode.patch)
- Added BuildPrereq dependency on gcc-c++
* Fri Aug 30 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2.1-17
- security fix for _execvpe
* Tue Aug 13 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2.1-16
- Fix #71011,#71134, #58157
* Wed Aug 7 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2.1-15
- Resurrect tkinter
- Fix for distutils (#67671)
- Fix #69962
* Thu Jul 25 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2.1-14
- Obsolete tkinter/tkinter2 (#69838)
* Tue Jul 23 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2.1-13
- Doc fixes (#53951) - not on alpha at the momemt
* Mon Jul 8 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2.1-12
- fix pydoc (#68082)
* Mon Jul 8 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2.1-11
- Add db4-devel as a BuildPrereq
* Fri Jun 21 2002 Tim Powers <timp@redhat.com> 2.2.1-10
- automated rebuild
* Mon Jun 17 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2.1-9
- Add Japanese codecs (#66352)
* Tue Jun 11 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2.1-8
- No more tkinter...
* Wed May 29 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2.1-7
- Rebuild
* Tue May 21 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2.1-6
- Add the email subcomponent (#65301)
* Fri May 10 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2.1-5
- Rebuild
* Thu May 02 2002 Than Ngo <than@redhat.com> 2.2.1-4
- rebuild i new enviroment
* Tue Apr 23 2002 Trond Eivind Glomsrød <teg@redhat.com>
- Use ucs2, not ucs4, to avoid breaking tkinter (#63965)
* Mon Apr 22 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2.1-2
- Make it use db4
* Fri Apr 12 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2.1-1
- 2.2.1 - a bugfix-only release
auto-import changelog data from python-1.5.2-25.src.rpm Wed Aug 23 2000 Nalin Dahyabhai <nalin@redhat.com> - byte-compile modules with the correct directory paths Mon Jul 31 2000 Matt Wilson <msw@redhat.com> - fixed directory perms from 775 to 755 to make rpmlint shut up Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sun Jun 18 2000 Bill Nottingham <notting@redhat.com> - rebuild, fix dependencies Thu Jun 15 2000 Matt Wilson <msw@redhat.com> - rebuilt against new tcltk Sat Jun 03 2000 Jeff Johnson <jbj@redhat.com> - rebuild against tcltk 8.3.1. Fri Apr 28 2000 Matt Wilson <msw@redhat.com> - rebuild against gmp 3.0.1 Wed Apr 05 2000 Bill Nottingham <notting@redhat.com> - what he said Tue Mar 21 2000 Bernhard Rosenkraenzer <bero@redhat.com> - rebuild with readline 4.1 Sat Mar 18 2000 Jeff Johnson <jbj@redhat.com> - rebuild tkinter against tcl-8.2.3. Thu Mar 09 2000 Nalin Dahyabhai <nalin@redhat.com> - build _localemodule.so to fix bug #9385 (release 14) Tue Feb 01 2000 Cristian Gafton <gafton@redhat.com> - add patch tp fix problems talioking to wuftpd from hjl - rebuild to fix dependencies Mon Jan 31 2000 Nalin Dahyabhai <nalin@redhat.com> - add buildrequires lines (#8925) Mon Jan 17 2000 Nalin Dahyabhai <nalin@redhat.com> - put idle, modulator, and pynche only in python-tools Thu Dec 02 1999 Michael K. Johnson <johnsonm@redhat.com> - fixed whichdb patch to actually do something (#7458) Mon Nov 22 1999 Michael K. Johnson <johnsonm@redhat.com> - link nismodule against -lnss - whichdb patch by Guido (Python.org bug 97) Fri Sep 17 1999 Tim Powers <timp@redhat.com> - added modulator and pynche to the python-tools package - using a files list in the %files section for python-tools Fri Sep 17 1999 Michael K. Johnson <johnsonm@redhat.com> - added conflicts/requires between subpackages so that you cannot have an older tkinter installed with a new python. - added more tools Wed Sep 15 1999 Michael K. Johnson <johnsonm@redhat.com> - changed defattr so that executable scripts in docs stay executable Tue Aug 24 1999 Bill Nottingham <notting@redhat.com> - rebuild to fix broken tkinter. Mon Aug 09 1999 Matt Wilson <msw@redhat.com> - fixed bogus /usr/local/bin/python requirements Sat Jul 17 1999 Matt Wilson <msw@redhat.com> - added patch to import global symbols until we get libtool patched Sun Jul 11 1999 Matt Wilson <msw@redhat.com> - updated to 1.5.2 Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 10) Thu Mar 18 1999 Bill Nottingham <notting@redhat.com> - fix permissions in python-docs Thu Feb 11 1999 Michael Johnson <johnsonm@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@redhat.com> - add --with-threads at user request - clean up spec file Fri Jan 08 1999 Michael K. Johnson <johnsonm@redhat.com> - New libc changes ndbm.h to db1/ndbm.h and -ldb to -ldb1 Thu Sep 03 1998 Jeff Johnson <jbj@redhat.com> - recompile for RH 5.2. Wed May 06 1998 Cristian Gafton <gafton@redhat.com> - python-docs used to require /usr/bin/sed. Changed to /bin/sed instead Wed Apr 29 1998 Cristian Gafton <gafton@redhat.com> - fixed the spec file for version 1.5.1 - buildroot (!) Mon Apr 20 1998 Michael K. Johnson <johnsonm@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@redhat.com> - updated to python 1.5 - made /usr/lib/python1.5 file list automatically generated Tue Nov 04 1997 Michael K. Johnson <johnsonm@redhat.com> - Fixed dependencies for python and tkinter Mon Nov 03 1997 Michael K. Johnson <johnsonm@redhat.com> - pulled out tk-related stuff into tkinter package Fri Oct 10 1997 Erik Troan <ewt@redhat.com> - bunches of scripts used /usr/local/bin/python instead of /usr/bin/python Tue Sep 30 1997 Erik Troan <ewt@redhat.com> - updated for tcl/tk 8.0 Thu Jul 10 1997 Erik Troan <ewt@redhat.com> - built against glibc
2004-09-09 10:57:31 +00:00
* Fri Apr 12 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2-16
- the same, but in builddirs - this will remove them from the
docs package, which doesn't look in the buildroot for files.
* Fri Apr 12 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2-15
- Get rid of temporary files and .cvsignores included
in the tarball and make install
auto-import changelog data from python-1.5.2-25.src.rpm Wed Aug 23 2000 Nalin Dahyabhai <nalin@redhat.com> - byte-compile modules with the correct directory paths Mon Jul 31 2000 Matt Wilson <msw@redhat.com> - fixed directory perms from 775 to 755 to make rpmlint shut up Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sun Jun 18 2000 Bill Nottingham <notting@redhat.com> - rebuild, fix dependencies Thu Jun 15 2000 Matt Wilson <msw@redhat.com> - rebuilt against new tcltk Sat Jun 03 2000 Jeff Johnson <jbj@redhat.com> - rebuild against tcltk 8.3.1. Fri Apr 28 2000 Matt Wilson <msw@redhat.com> - rebuild against gmp 3.0.1 Wed Apr 05 2000 Bill Nottingham <notting@redhat.com> - what he said Tue Mar 21 2000 Bernhard Rosenkraenzer <bero@redhat.com> - rebuild with readline 4.1 Sat Mar 18 2000 Jeff Johnson <jbj@redhat.com> - rebuild tkinter against tcl-8.2.3. Thu Mar 09 2000 Nalin Dahyabhai <nalin@redhat.com> - build _localemodule.so to fix bug #9385 (release 14) Tue Feb 01 2000 Cristian Gafton <gafton@redhat.com> - add patch tp fix problems talioking to wuftpd from hjl - rebuild to fix dependencies Mon Jan 31 2000 Nalin Dahyabhai <nalin@redhat.com> - add buildrequires lines (#8925) Mon Jan 17 2000 Nalin Dahyabhai <nalin@redhat.com> - put idle, modulator, and pynche only in python-tools Thu Dec 02 1999 Michael K. Johnson <johnsonm@redhat.com> - fixed whichdb patch to actually do something (#7458) Mon Nov 22 1999 Michael K. Johnson <johnsonm@redhat.com> - link nismodule against -lnss - whichdb patch by Guido (Python.org bug 97) Fri Sep 17 1999 Tim Powers <timp@redhat.com> - added modulator and pynche to the python-tools package - using a files list in the %files section for python-tools Fri Sep 17 1999 Michael K. Johnson <johnsonm@redhat.com> - added conflicts/requires between subpackages so that you cannot have an older tkinter installed with a new python. - added more tools Wed Sep 15 1999 Michael K. Johnson <johnsonm@redhat.com> - changed defattr so that executable scripts in docs stay executable Tue Aug 24 1999 Bill Nottingham <notting@redhat.com> - rebuild to fix broken tkinter. Mon Aug 09 1999 Matt Wilson <msw@redhat.com> - fixed bogus /usr/local/bin/python requirements Sat Jul 17 1999 Matt Wilson <msw@redhat.com> - added patch to import global symbols until we get libtool patched Sun Jul 11 1999 Matt Wilson <msw@redhat.com> - updated to 1.5.2 Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 10) Thu Mar 18 1999 Bill Nottingham <notting@redhat.com> - fix permissions in python-docs Thu Feb 11 1999 Michael Johnson <johnsonm@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@redhat.com> - add --with-threads at user request - clean up spec file Fri Jan 08 1999 Michael K. Johnson <johnsonm@redhat.com> - New libc changes ndbm.h to db1/ndbm.h and -ldb to -ldb1 Thu Sep 03 1998 Jeff Johnson <jbj@redhat.com> - recompile for RH 5.2. Wed May 06 1998 Cristian Gafton <gafton@redhat.com> - python-docs used to require /usr/bin/sed. Changed to /bin/sed instead Wed Apr 29 1998 Cristian Gafton <gafton@redhat.com> - fixed the spec file for version 1.5.1 - buildroot (!) Mon Apr 20 1998 Michael K. Johnson <johnsonm@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@redhat.com> - updated to python 1.5 - made /usr/lib/python1.5 file list automatically generated Tue Nov 04 1997 Michael K. Johnson <johnsonm@redhat.com> - Fixed dependencies for python and tkinter Mon Nov 03 1997 Michael K. Johnson <johnsonm@redhat.com> - pulled out tk-related stuff into tkinter package Fri Oct 10 1997 Erik Troan <ewt@redhat.com> - bunches of scripts used /usr/local/bin/python instead of /usr/bin/python Tue Sep 30 1997 Erik Troan <ewt@redhat.com> - updated for tcl/tk 8.0 Thu Jul 10 1997 Erik Troan <ewt@redhat.com> - built against glibc
2004-09-09 10:57:31 +00:00
* Fri Apr 5 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2-14
- Don't own lib-tk in main package, only in tkinter (#62753)
auto-import changelog data from python-1.5.2-25.src.rpm Wed Aug 23 2000 Nalin Dahyabhai <nalin@redhat.com> - byte-compile modules with the correct directory paths Mon Jul 31 2000 Matt Wilson <msw@redhat.com> - fixed directory perms from 775 to 755 to make rpmlint shut up Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sun Jun 18 2000 Bill Nottingham <notting@redhat.com> - rebuild, fix dependencies Thu Jun 15 2000 Matt Wilson <msw@redhat.com> - rebuilt against new tcltk Sat Jun 03 2000 Jeff Johnson <jbj@redhat.com> - rebuild against tcltk 8.3.1. Fri Apr 28 2000 Matt Wilson <msw@redhat.com> - rebuild against gmp 3.0.1 Wed Apr 05 2000 Bill Nottingham <notting@redhat.com> - what he said Tue Mar 21 2000 Bernhard Rosenkraenzer <bero@redhat.com> - rebuild with readline 4.1 Sat Mar 18 2000 Jeff Johnson <jbj@redhat.com> - rebuild tkinter against tcl-8.2.3. Thu Mar 09 2000 Nalin Dahyabhai <nalin@redhat.com> - build _localemodule.so to fix bug #9385 (release 14) Tue Feb 01 2000 Cristian Gafton <gafton@redhat.com> - add patch tp fix problems talioking to wuftpd from hjl - rebuild to fix dependencies Mon Jan 31 2000 Nalin Dahyabhai <nalin@redhat.com> - add buildrequires lines (#8925) Mon Jan 17 2000 Nalin Dahyabhai <nalin@redhat.com> - put idle, modulator, and pynche only in python-tools Thu Dec 02 1999 Michael K. Johnson <johnsonm@redhat.com> - fixed whichdb patch to actually do something (#7458) Mon Nov 22 1999 Michael K. Johnson <johnsonm@redhat.com> - link nismodule against -lnss - whichdb patch by Guido (Python.org bug 97) Fri Sep 17 1999 Tim Powers <timp@redhat.com> - added modulator and pynche to the python-tools package - using a files list in the %files section for python-tools Fri Sep 17 1999 Michael K. Johnson <johnsonm@redhat.com> - added conflicts/requires between subpackages so that you cannot have an older tkinter installed with a new python. - added more tools Wed Sep 15 1999 Michael K. Johnson <johnsonm@redhat.com> - changed defattr so that executable scripts in docs stay executable Tue Aug 24 1999 Bill Nottingham <notting@redhat.com> - rebuild to fix broken tkinter. Mon Aug 09 1999 Matt Wilson <msw@redhat.com> - fixed bogus /usr/local/bin/python requirements Sat Jul 17 1999 Matt Wilson <msw@redhat.com> - added patch to import global symbols until we get libtool patched Sun Jul 11 1999 Matt Wilson <msw@redhat.com> - updated to 1.5.2 Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 10) Thu Mar 18 1999 Bill Nottingham <notting@redhat.com> - fix permissions in python-docs Thu Feb 11 1999 Michael Johnson <johnsonm@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@redhat.com> - add --with-threads at user request - clean up spec file Fri Jan 08 1999 Michael K. Johnson <johnsonm@redhat.com> - New libc changes ndbm.h to db1/ndbm.h and -ldb to -ldb1 Thu Sep 03 1998 Jeff Johnson <jbj@redhat.com> - recompile for RH 5.2. Wed May 06 1998 Cristian Gafton <gafton@redhat.com> - python-docs used to require /usr/bin/sed. Changed to /bin/sed instead Wed Apr 29 1998 Cristian Gafton <gafton@redhat.com> - fixed the spec file for version 1.5.1 - buildroot (!) Mon Apr 20 1998 Michael K. Johnson <johnsonm@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@redhat.com> - updated to python 1.5 - made /usr/lib/python1.5 file list automatically generated Tue Nov 04 1997 Michael K. Johnson <johnsonm@redhat.com> - Fixed dependencies for python and tkinter Mon Nov 03 1997 Michael K. Johnson <johnsonm@redhat.com> - pulled out tk-related stuff into tkinter package Fri Oct 10 1997 Erik Troan <ewt@redhat.com> - bunches of scripts used /usr/local/bin/python instead of /usr/bin/python Tue Sep 30 1997 Erik Troan <ewt@redhat.com> - updated for tcl/tk 8.0 Thu Jul 10 1997 Erik Troan <ewt@redhat.com> - built against glibc
2004-09-09 10:57:31 +00:00
* Mon Mar 25 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2-13
- rebuild
auto-import changelog data from python-1.5.2-25.src.rpm Wed Aug 23 2000 Nalin Dahyabhai <nalin@redhat.com> - byte-compile modules with the correct directory paths Mon Jul 31 2000 Matt Wilson <msw@redhat.com> - fixed directory perms from 775 to 755 to make rpmlint shut up Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sun Jun 18 2000 Bill Nottingham <notting@redhat.com> - rebuild, fix dependencies Thu Jun 15 2000 Matt Wilson <msw@redhat.com> - rebuilt against new tcltk Sat Jun 03 2000 Jeff Johnson <jbj@redhat.com> - rebuild against tcltk 8.3.1. Fri Apr 28 2000 Matt Wilson <msw@redhat.com> - rebuild against gmp 3.0.1 Wed Apr 05 2000 Bill Nottingham <notting@redhat.com> - what he said Tue Mar 21 2000 Bernhard Rosenkraenzer <bero@redhat.com> - rebuild with readline 4.1 Sat Mar 18 2000 Jeff Johnson <jbj@redhat.com> - rebuild tkinter against tcl-8.2.3. Thu Mar 09 2000 Nalin Dahyabhai <nalin@redhat.com> - build _localemodule.so to fix bug #9385 (release 14) Tue Feb 01 2000 Cristian Gafton <gafton@redhat.com> - add patch tp fix problems talioking to wuftpd from hjl - rebuild to fix dependencies Mon Jan 31 2000 Nalin Dahyabhai <nalin@redhat.com> - add buildrequires lines (#8925) Mon Jan 17 2000 Nalin Dahyabhai <nalin@redhat.com> - put idle, modulator, and pynche only in python-tools Thu Dec 02 1999 Michael K. Johnson <johnsonm@redhat.com> - fixed whichdb patch to actually do something (#7458) Mon Nov 22 1999 Michael K. Johnson <johnsonm@redhat.com> - link nismodule against -lnss - whichdb patch by Guido (Python.org bug 97) Fri Sep 17 1999 Tim Powers <timp@redhat.com> - added modulator and pynche to the python-tools package - using a files list in the %files section for python-tools Fri Sep 17 1999 Michael K. Johnson <johnsonm@redhat.com> - added conflicts/requires between subpackages so that you cannot have an older tkinter installed with a new python. - added more tools Wed Sep 15 1999 Michael K. Johnson <johnsonm@redhat.com> - changed defattr so that executable scripts in docs stay executable Tue Aug 24 1999 Bill Nottingham <notting@redhat.com> - rebuild to fix broken tkinter. Mon Aug 09 1999 Matt Wilson <msw@redhat.com> - fixed bogus /usr/local/bin/python requirements Sat Jul 17 1999 Matt Wilson <msw@redhat.com> - added patch to import global symbols until we get libtool patched Sun Jul 11 1999 Matt Wilson <msw@redhat.com> - updated to 1.5.2 Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 10) Thu Mar 18 1999 Bill Nottingham <notting@redhat.com> - fix permissions in python-docs Thu Feb 11 1999 Michael Johnson <johnsonm@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@redhat.com> - add --with-threads at user request - clean up spec file Fri Jan 08 1999 Michael K. Johnson <johnsonm@redhat.com> - New libc changes ndbm.h to db1/ndbm.h and -ldb to -ldb1 Thu Sep 03 1998 Jeff Johnson <jbj@redhat.com> - recompile for RH 5.2. Wed May 06 1998 Cristian Gafton <gafton@redhat.com> - python-docs used to require /usr/bin/sed. Changed to /bin/sed instead Wed Apr 29 1998 Cristian Gafton <gafton@redhat.com> - fixed the spec file for version 1.5.1 - buildroot (!) Mon Apr 20 1998 Michael K. Johnson <johnsonm@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@redhat.com> - updated to python 1.5 - made /usr/lib/python1.5 file list automatically generated Tue Nov 04 1997 Michael K. Johnson <johnsonm@redhat.com> - Fixed dependencies for python and tkinter Mon Nov 03 1997 Michael K. Johnson <johnsonm@redhat.com> - pulled out tk-related stuff into tkinter package Fri Oct 10 1997 Erik Troan <ewt@redhat.com> - bunches of scripts used /usr/local/bin/python instead of /usr/bin/python Tue Sep 30 1997 Erik Troan <ewt@redhat.com> - updated for tcl/tk 8.0 Thu Jul 10 1997 Erik Troan <ewt@redhat.com> - built against glibc
2004-09-09 10:57:31 +00:00
* Mon Mar 25 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2-12
- rebuild
auto-import changelog data from python-1.5.2-25.src.rpm Wed Aug 23 2000 Nalin Dahyabhai <nalin@redhat.com> - byte-compile modules with the correct directory paths Mon Jul 31 2000 Matt Wilson <msw@redhat.com> - fixed directory perms from 775 to 755 to make rpmlint shut up Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sun Jun 18 2000 Bill Nottingham <notting@redhat.com> - rebuild, fix dependencies Thu Jun 15 2000 Matt Wilson <msw@redhat.com> - rebuilt against new tcltk Sat Jun 03 2000 Jeff Johnson <jbj@redhat.com> - rebuild against tcltk 8.3.1. Fri Apr 28 2000 Matt Wilson <msw@redhat.com> - rebuild against gmp 3.0.1 Wed Apr 05 2000 Bill Nottingham <notting@redhat.com> - what he said Tue Mar 21 2000 Bernhard Rosenkraenzer <bero@redhat.com> - rebuild with readline 4.1 Sat Mar 18 2000 Jeff Johnson <jbj@redhat.com> - rebuild tkinter against tcl-8.2.3. Thu Mar 09 2000 Nalin Dahyabhai <nalin@redhat.com> - build _localemodule.so to fix bug #9385 (release 14) Tue Feb 01 2000 Cristian Gafton <gafton@redhat.com> - add patch tp fix problems talioking to wuftpd from hjl - rebuild to fix dependencies Mon Jan 31 2000 Nalin Dahyabhai <nalin@redhat.com> - add buildrequires lines (#8925) Mon Jan 17 2000 Nalin Dahyabhai <nalin@redhat.com> - put idle, modulator, and pynche only in python-tools Thu Dec 02 1999 Michael K. Johnson <johnsonm@redhat.com> - fixed whichdb patch to actually do something (#7458) Mon Nov 22 1999 Michael K. Johnson <johnsonm@redhat.com> - link nismodule against -lnss - whichdb patch by Guido (Python.org bug 97) Fri Sep 17 1999 Tim Powers <timp@redhat.com> - added modulator and pynche to the python-tools package - using a files list in the %files section for python-tools Fri Sep 17 1999 Michael K. Johnson <johnsonm@redhat.com> - added conflicts/requires between subpackages so that you cannot have an older tkinter installed with a new python. - added more tools Wed Sep 15 1999 Michael K. Johnson <johnsonm@redhat.com> - changed defattr so that executable scripts in docs stay executable Tue Aug 24 1999 Bill Nottingham <notting@redhat.com> - rebuild to fix broken tkinter. Mon Aug 09 1999 Matt Wilson <msw@redhat.com> - fixed bogus /usr/local/bin/python requirements Sat Jul 17 1999 Matt Wilson <msw@redhat.com> - added patch to import global symbols until we get libtool patched Sun Jul 11 1999 Matt Wilson <msw@redhat.com> - updated to 1.5.2 Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 10) Thu Mar 18 1999 Bill Nottingham <notting@redhat.com> - fix permissions in python-docs Thu Feb 11 1999 Michael Johnson <johnsonm@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@redhat.com> - add --with-threads at user request - clean up spec file Fri Jan 08 1999 Michael K. Johnson <johnsonm@redhat.com> - New libc changes ndbm.h to db1/ndbm.h and -ldb to -ldb1 Thu Sep 03 1998 Jeff Johnson <jbj@redhat.com> - recompile for RH 5.2. Wed May 06 1998 Cristian Gafton <gafton@redhat.com> - python-docs used to require /usr/bin/sed. Changed to /bin/sed instead Wed Apr 29 1998 Cristian Gafton <gafton@redhat.com> - fixed the spec file for version 1.5.1 - buildroot (!) Mon Apr 20 1998 Michael K. Johnson <johnsonm@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@redhat.com> - updated to python 1.5 - made /usr/lib/python1.5 file list automatically generated Tue Nov 04 1997 Michael K. Johnson <johnsonm@redhat.com> - Fixed dependencies for python and tkinter Mon Nov 03 1997 Michael K. Johnson <johnsonm@redhat.com> - pulled out tk-related stuff into tkinter package Fri Oct 10 1997 Erik Troan <ewt@redhat.com> - bunches of scripts used /usr/local/bin/python instead of /usr/bin/python Tue Sep 30 1997 Erik Troan <ewt@redhat.com> - updated for tcl/tk 8.0 Thu Jul 10 1997 Erik Troan <ewt@redhat.com> - built against glibc
2004-09-09 10:57:31 +00:00
* Fri Mar 1 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2-11
- Add a not to the Distutils obsoletes test (doh!)
auto-import changelog data from python-1.5.2-25.src.rpm Wed Aug 23 2000 Nalin Dahyabhai <nalin@redhat.com> - byte-compile modules with the correct directory paths Mon Jul 31 2000 Matt Wilson <msw@redhat.com> - fixed directory perms from 775 to 755 to make rpmlint shut up Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sun Jun 18 2000 Bill Nottingham <notting@redhat.com> - rebuild, fix dependencies Thu Jun 15 2000 Matt Wilson <msw@redhat.com> - rebuilt against new tcltk Sat Jun 03 2000 Jeff Johnson <jbj@redhat.com> - rebuild against tcltk 8.3.1. Fri Apr 28 2000 Matt Wilson <msw@redhat.com> - rebuild against gmp 3.0.1 Wed Apr 05 2000 Bill Nottingham <notting@redhat.com> - what he said Tue Mar 21 2000 Bernhard Rosenkraenzer <bero@redhat.com> - rebuild with readline 4.1 Sat Mar 18 2000 Jeff Johnson <jbj@redhat.com> - rebuild tkinter against tcl-8.2.3. Thu Mar 09 2000 Nalin Dahyabhai <nalin@redhat.com> - build _localemodule.so to fix bug #9385 (release 14) Tue Feb 01 2000 Cristian Gafton <gafton@redhat.com> - add patch tp fix problems talioking to wuftpd from hjl - rebuild to fix dependencies Mon Jan 31 2000 Nalin Dahyabhai <nalin@redhat.com> - add buildrequires lines (#8925) Mon Jan 17 2000 Nalin Dahyabhai <nalin@redhat.com> - put idle, modulator, and pynche only in python-tools Thu Dec 02 1999 Michael K. Johnson <johnsonm@redhat.com> - fixed whichdb patch to actually do something (#7458) Mon Nov 22 1999 Michael K. Johnson <johnsonm@redhat.com> - link nismodule against -lnss - whichdb patch by Guido (Python.org bug 97) Fri Sep 17 1999 Tim Powers <timp@redhat.com> - added modulator and pynche to the python-tools package - using a files list in the %files section for python-tools Fri Sep 17 1999 Michael K. Johnson <johnsonm@redhat.com> - added conflicts/requires between subpackages so that you cannot have an older tkinter installed with a new python. - added more tools Wed Sep 15 1999 Michael K. Johnson <johnsonm@redhat.com> - changed defattr so that executable scripts in docs stay executable Tue Aug 24 1999 Bill Nottingham <notting@redhat.com> - rebuild to fix broken tkinter. Mon Aug 09 1999 Matt Wilson <msw@redhat.com> - fixed bogus /usr/local/bin/python requirements Sat Jul 17 1999 Matt Wilson <msw@redhat.com> - added patch to import global symbols until we get libtool patched Sun Jul 11 1999 Matt Wilson <msw@redhat.com> - updated to 1.5.2 Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 10) Thu Mar 18 1999 Bill Nottingham <notting@redhat.com> - fix permissions in python-docs Thu Feb 11 1999 Michael Johnson <johnsonm@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@redhat.com> - add --with-threads at user request - clean up spec file Fri Jan 08 1999 Michael K. Johnson <johnsonm@redhat.com> - New libc changes ndbm.h to db1/ndbm.h and -ldb to -ldb1 Thu Sep 03 1998 Jeff Johnson <jbj@redhat.com> - recompile for RH 5.2. Wed May 06 1998 Cristian Gafton <gafton@redhat.com> - python-docs used to require /usr/bin/sed. Changed to /bin/sed instead Wed Apr 29 1998 Cristian Gafton <gafton@redhat.com> - fixed the spec file for version 1.5.1 - buildroot (!) Mon Apr 20 1998 Michael K. Johnson <johnsonm@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@redhat.com> - updated to python 1.5 - made /usr/lib/python1.5 file list automatically generated Tue Nov 04 1997 Michael K. Johnson <johnsonm@redhat.com> - Fixed dependencies for python and tkinter Mon Nov 03 1997 Michael K. Johnson <johnsonm@redhat.com> - pulled out tk-related stuff into tkinter package Fri Oct 10 1997 Erik Troan <ewt@redhat.com> - bunches of scripts used /usr/local/bin/python instead of /usr/bin/python Tue Sep 30 1997 Erik Troan <ewt@redhat.com> - updated for tcl/tk 8.0 Thu Jul 10 1997 Erik Troan <ewt@redhat.com> - built against glibc
2004-09-09 10:57:31 +00:00
* Fri Mar 1 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2-10
- Rebuild
auto-import changelog data from python-1.5.2-25.src.rpm Wed Aug 23 2000 Nalin Dahyabhai <nalin@redhat.com> - byte-compile modules with the correct directory paths Mon Jul 31 2000 Matt Wilson <msw@redhat.com> - fixed directory perms from 775 to 755 to make rpmlint shut up Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sun Jun 18 2000 Bill Nottingham <notting@redhat.com> - rebuild, fix dependencies Thu Jun 15 2000 Matt Wilson <msw@redhat.com> - rebuilt against new tcltk Sat Jun 03 2000 Jeff Johnson <jbj@redhat.com> - rebuild against tcltk 8.3.1. Fri Apr 28 2000 Matt Wilson <msw@redhat.com> - rebuild against gmp 3.0.1 Wed Apr 05 2000 Bill Nottingham <notting@redhat.com> - what he said Tue Mar 21 2000 Bernhard Rosenkraenzer <bero@redhat.com> - rebuild with readline 4.1 Sat Mar 18 2000 Jeff Johnson <jbj@redhat.com> - rebuild tkinter against tcl-8.2.3. Thu Mar 09 2000 Nalin Dahyabhai <nalin@redhat.com> - build _localemodule.so to fix bug #9385 (release 14) Tue Feb 01 2000 Cristian Gafton <gafton@redhat.com> - add patch tp fix problems talioking to wuftpd from hjl - rebuild to fix dependencies Mon Jan 31 2000 Nalin Dahyabhai <nalin@redhat.com> - add buildrequires lines (#8925) Mon Jan 17 2000 Nalin Dahyabhai <nalin@redhat.com> - put idle, modulator, and pynche only in python-tools Thu Dec 02 1999 Michael K. Johnson <johnsonm@redhat.com> - fixed whichdb patch to actually do something (#7458) Mon Nov 22 1999 Michael K. Johnson <johnsonm@redhat.com> - link nismodule against -lnss - whichdb patch by Guido (Python.org bug 97) Fri Sep 17 1999 Tim Powers <timp@redhat.com> - added modulator and pynche to the python-tools package - using a files list in the %files section for python-tools Fri Sep 17 1999 Michael K. Johnson <johnsonm@redhat.com> - added conflicts/requires between subpackages so that you cannot have an older tkinter installed with a new python. - added more tools Wed Sep 15 1999 Michael K. Johnson <johnsonm@redhat.com> - changed defattr so that executable scripts in docs stay executable Tue Aug 24 1999 Bill Nottingham <notting@redhat.com> - rebuild to fix broken tkinter. Mon Aug 09 1999 Matt Wilson <msw@redhat.com> - fixed bogus /usr/local/bin/python requirements Sat Jul 17 1999 Matt Wilson <msw@redhat.com> - added patch to import global symbols until we get libtool patched Sun Jul 11 1999 Matt Wilson <msw@redhat.com> - updated to 1.5.2 Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 10) Thu Mar 18 1999 Bill Nottingham <notting@redhat.com> - fix permissions in python-docs Thu Feb 11 1999 Michael Johnson <johnsonm@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@redhat.com> - add --with-threads at user request - clean up spec file Fri Jan 08 1999 Michael K. Johnson <johnsonm@redhat.com> - New libc changes ndbm.h to db1/ndbm.h and -ldb to -ldb1 Thu Sep 03 1998 Jeff Johnson <jbj@redhat.com> - recompile for RH 5.2. Wed May 06 1998 Cristian Gafton <gafton@redhat.com> - python-docs used to require /usr/bin/sed. Changed to /bin/sed instead Wed Apr 29 1998 Cristian Gafton <gafton@redhat.com> - fixed the spec file for version 1.5.1 - buildroot (!) Mon Apr 20 1998 Michael K. Johnson <johnsonm@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@redhat.com> - updated to python 1.5 - made /usr/lib/python1.5 file list automatically generated Tue Nov 04 1997 Michael K. Johnson <johnsonm@redhat.com> - Fixed dependencies for python and tkinter Mon Nov 03 1997 Michael K. Johnson <johnsonm@redhat.com> - pulled out tk-related stuff into tkinter package Fri Oct 10 1997 Erik Troan <ewt@redhat.com> - bunches of scripts used /usr/local/bin/python instead of /usr/bin/python Tue Sep 30 1997 Erik Troan <ewt@redhat.com> - updated for tcl/tk 8.0 Thu Jul 10 1997 Erik Troan <ewt@redhat.com> - built against glibc
2004-09-09 10:57:31 +00:00
* Mon Feb 25 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2-9
- Only obsolete Distutils when built as python
auto-import changelog data from python-1.5.2-25.src.rpm Wed Aug 23 2000 Nalin Dahyabhai <nalin@redhat.com> - byte-compile modules with the correct directory paths Mon Jul 31 2000 Matt Wilson <msw@redhat.com> - fixed directory perms from 775 to 755 to make rpmlint shut up Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sun Jun 18 2000 Bill Nottingham <notting@redhat.com> - rebuild, fix dependencies Thu Jun 15 2000 Matt Wilson <msw@redhat.com> - rebuilt against new tcltk Sat Jun 03 2000 Jeff Johnson <jbj@redhat.com> - rebuild against tcltk 8.3.1. Fri Apr 28 2000 Matt Wilson <msw@redhat.com> - rebuild against gmp 3.0.1 Wed Apr 05 2000 Bill Nottingham <notting@redhat.com> - what he said Tue Mar 21 2000 Bernhard Rosenkraenzer <bero@redhat.com> - rebuild with readline 4.1 Sat Mar 18 2000 Jeff Johnson <jbj@redhat.com> - rebuild tkinter against tcl-8.2.3. Thu Mar 09 2000 Nalin Dahyabhai <nalin@redhat.com> - build _localemodule.so to fix bug #9385 (release 14) Tue Feb 01 2000 Cristian Gafton <gafton@redhat.com> - add patch tp fix problems talioking to wuftpd from hjl - rebuild to fix dependencies Mon Jan 31 2000 Nalin Dahyabhai <nalin@redhat.com> - add buildrequires lines (#8925) Mon Jan 17 2000 Nalin Dahyabhai <nalin@redhat.com> - put idle, modulator, and pynche only in python-tools Thu Dec 02 1999 Michael K. Johnson <johnsonm@redhat.com> - fixed whichdb patch to actually do something (#7458) Mon Nov 22 1999 Michael K. Johnson <johnsonm@redhat.com> - link nismodule against -lnss - whichdb patch by Guido (Python.org bug 97) Fri Sep 17 1999 Tim Powers <timp@redhat.com> - added modulator and pynche to the python-tools package - using a files list in the %files section for python-tools Fri Sep 17 1999 Michael K. Johnson <johnsonm@redhat.com> - added conflicts/requires between subpackages so that you cannot have an older tkinter installed with a new python. - added more tools Wed Sep 15 1999 Michael K. Johnson <johnsonm@redhat.com> - changed defattr so that executable scripts in docs stay executable Tue Aug 24 1999 Bill Nottingham <notting@redhat.com> - rebuild to fix broken tkinter. Mon Aug 09 1999 Matt Wilson <msw@redhat.com> - fixed bogus /usr/local/bin/python requirements Sat Jul 17 1999 Matt Wilson <msw@redhat.com> - added patch to import global symbols until we get libtool patched Sun Jul 11 1999 Matt Wilson <msw@redhat.com> - updated to 1.5.2 Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 10) Thu Mar 18 1999 Bill Nottingham <notting@redhat.com> - fix permissions in python-docs Thu Feb 11 1999 Michael Johnson <johnsonm@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@redhat.com> - add --with-threads at user request - clean up spec file Fri Jan 08 1999 Michael K. Johnson <johnsonm@redhat.com> - New libc changes ndbm.h to db1/ndbm.h and -ldb to -ldb1 Thu Sep 03 1998 Jeff Johnson <jbj@redhat.com> - recompile for RH 5.2. Wed May 06 1998 Cristian Gafton <gafton@redhat.com> - python-docs used to require /usr/bin/sed. Changed to /bin/sed instead Wed Apr 29 1998 Cristian Gafton <gafton@redhat.com> - fixed the spec file for version 1.5.1 - buildroot (!) Mon Apr 20 1998 Michael K. Johnson <johnsonm@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@redhat.com> - updated to python 1.5 - made /usr/lib/python1.5 file list automatically generated Tue Nov 04 1997 Michael K. Johnson <johnsonm@redhat.com> - Fixed dependencies for python and tkinter Mon Nov 03 1997 Michael K. Johnson <johnsonm@redhat.com> - pulled out tk-related stuff into tkinter package Fri Oct 10 1997 Erik Troan <ewt@redhat.com> - bunches of scripts used /usr/local/bin/python instead of /usr/bin/python Tue Sep 30 1997 Erik Troan <ewt@redhat.com> - updated for tcl/tk 8.0 Thu Jul 10 1997 Erik Troan <ewt@redhat.com> - built against glibc
2004-09-09 10:57:31 +00:00
* Thu Feb 21 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2-8
- Make files in /usr/bin install side by side with python 1.5 when
- Drop explicit requirement of db4
built as python2
auto-import changelog data from python-1.5.2-25.src.rpm Wed Aug 23 2000 Nalin Dahyabhai <nalin@redhat.com> - byte-compile modules with the correct directory paths Mon Jul 31 2000 Matt Wilson <msw@redhat.com> - fixed directory perms from 775 to 755 to make rpmlint shut up Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sun Jun 18 2000 Bill Nottingham <notting@redhat.com> - rebuild, fix dependencies Thu Jun 15 2000 Matt Wilson <msw@redhat.com> - rebuilt against new tcltk Sat Jun 03 2000 Jeff Johnson <jbj@redhat.com> - rebuild against tcltk 8.3.1. Fri Apr 28 2000 Matt Wilson <msw@redhat.com> - rebuild against gmp 3.0.1 Wed Apr 05 2000 Bill Nottingham <notting@redhat.com> - what he said Tue Mar 21 2000 Bernhard Rosenkraenzer <bero@redhat.com> - rebuild with readline 4.1 Sat Mar 18 2000 Jeff Johnson <jbj@redhat.com> - rebuild tkinter against tcl-8.2.3. Thu Mar 09 2000 Nalin Dahyabhai <nalin@redhat.com> - build _localemodule.so to fix bug #9385 (release 14) Tue Feb 01 2000 Cristian Gafton <gafton@redhat.com> - add patch tp fix problems talioking to wuftpd from hjl - rebuild to fix dependencies Mon Jan 31 2000 Nalin Dahyabhai <nalin@redhat.com> - add buildrequires lines (#8925) Mon Jan 17 2000 Nalin Dahyabhai <nalin@redhat.com> - put idle, modulator, and pynche only in python-tools Thu Dec 02 1999 Michael K. Johnson <johnsonm@redhat.com> - fixed whichdb patch to actually do something (#7458) Mon Nov 22 1999 Michael K. Johnson <johnsonm@redhat.com> - link nismodule against -lnss - whichdb patch by Guido (Python.org bug 97) Fri Sep 17 1999 Tim Powers <timp@redhat.com> - added modulator and pynche to the python-tools package - using a files list in the %files section for python-tools Fri Sep 17 1999 Michael K. Johnson <johnsonm@redhat.com> - added conflicts/requires between subpackages so that you cannot have an older tkinter installed with a new python. - added more tools Wed Sep 15 1999 Michael K. Johnson <johnsonm@redhat.com> - changed defattr so that executable scripts in docs stay executable Tue Aug 24 1999 Bill Nottingham <notting@redhat.com> - rebuild to fix broken tkinter. Mon Aug 09 1999 Matt Wilson <msw@redhat.com> - fixed bogus /usr/local/bin/python requirements Sat Jul 17 1999 Matt Wilson <msw@redhat.com> - added patch to import global symbols until we get libtool patched Sun Jul 11 1999 Matt Wilson <msw@redhat.com> - updated to 1.5.2 Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 10) Thu Mar 18 1999 Bill Nottingham <notting@redhat.com> - fix permissions in python-docs Thu Feb 11 1999 Michael Johnson <johnsonm@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@redhat.com> - add --with-threads at user request - clean up spec file Fri Jan 08 1999 Michael K. Johnson <johnsonm@redhat.com> - New libc changes ndbm.h to db1/ndbm.h and -ldb to -ldb1 Thu Sep 03 1998 Jeff Johnson <jbj@redhat.com> - recompile for RH 5.2. Wed May 06 1998 Cristian Gafton <gafton@redhat.com> - python-docs used to require /usr/bin/sed. Changed to /bin/sed instead Wed Apr 29 1998 Cristian Gafton <gafton@redhat.com> - fixed the spec file for version 1.5.1 - buildroot (!) Mon Apr 20 1998 Michael K. Johnson <johnsonm@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@redhat.com> - updated to python 1.5 - made /usr/lib/python1.5 file list automatically generated Tue Nov 04 1997 Michael K. Johnson <johnsonm@redhat.com> - Fixed dependencies for python and tkinter Mon Nov 03 1997 Michael K. Johnson <johnsonm@redhat.com> - pulled out tk-related stuff into tkinter package Fri Oct 10 1997 Erik Troan <ewt@redhat.com> - bunches of scripts used /usr/local/bin/python instead of /usr/bin/python Tue Sep 30 1997 Erik Troan <ewt@redhat.com> - updated for tcl/tk 8.0 Thu Jul 10 1997 Erik Troan <ewt@redhat.com> - built against glibc
2004-09-09 10:57:31 +00:00
* Thu Jan 31 2002 Elliot Lee <sopwith@redhat.com> 2.2-7
- Use version and pybasever macros to make updating easy
- Use _smp_mflags macro
auto-import changelog data from python-1.5.2-25.src.rpm Wed Aug 23 2000 Nalin Dahyabhai <nalin@redhat.com> - byte-compile modules with the correct directory paths Mon Jul 31 2000 Matt Wilson <msw@redhat.com> - fixed directory perms from 775 to 755 to make rpmlint shut up Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sun Jun 18 2000 Bill Nottingham <notting@redhat.com> - rebuild, fix dependencies Thu Jun 15 2000 Matt Wilson <msw@redhat.com> - rebuilt against new tcltk Sat Jun 03 2000 Jeff Johnson <jbj@redhat.com> - rebuild against tcltk 8.3.1. Fri Apr 28 2000 Matt Wilson <msw@redhat.com> - rebuild against gmp 3.0.1 Wed Apr 05 2000 Bill Nottingham <notting@redhat.com> - what he said Tue Mar 21 2000 Bernhard Rosenkraenzer <bero@redhat.com> - rebuild with readline 4.1 Sat Mar 18 2000 Jeff Johnson <jbj@redhat.com> - rebuild tkinter against tcl-8.2.3. Thu Mar 09 2000 Nalin Dahyabhai <nalin@redhat.com> - build _localemodule.so to fix bug #9385 (release 14) Tue Feb 01 2000 Cristian Gafton <gafton@redhat.com> - add patch tp fix problems talioking to wuftpd from hjl - rebuild to fix dependencies Mon Jan 31 2000 Nalin Dahyabhai <nalin@redhat.com> - add buildrequires lines (#8925) Mon Jan 17 2000 Nalin Dahyabhai <nalin@redhat.com> - put idle, modulator, and pynche only in python-tools Thu Dec 02 1999 Michael K. Johnson <johnsonm@redhat.com> - fixed whichdb patch to actually do something (#7458) Mon Nov 22 1999 Michael K. Johnson <johnsonm@redhat.com> - link nismodule against -lnss - whichdb patch by Guido (Python.org bug 97) Fri Sep 17 1999 Tim Powers <timp@redhat.com> - added modulator and pynche to the python-tools package - using a files list in the %files section for python-tools Fri Sep 17 1999 Michael K. Johnson <johnsonm@redhat.com> - added conflicts/requires between subpackages so that you cannot have an older tkinter installed with a new python. - added more tools Wed Sep 15 1999 Michael K. Johnson <johnsonm@redhat.com> - changed defattr so that executable scripts in docs stay executable Tue Aug 24 1999 Bill Nottingham <notting@redhat.com> - rebuild to fix broken tkinter. Mon Aug 09 1999 Matt Wilson <msw@redhat.com> - fixed bogus /usr/local/bin/python requirements Sat Jul 17 1999 Matt Wilson <msw@redhat.com> - added patch to import global symbols until we get libtool patched Sun Jul 11 1999 Matt Wilson <msw@redhat.com> - updated to 1.5.2 Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 10) Thu Mar 18 1999 Bill Nottingham <notting@redhat.com> - fix permissions in python-docs Thu Feb 11 1999 Michael Johnson <johnsonm@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@redhat.com> - add --with-threads at user request - clean up spec file Fri Jan 08 1999 Michael K. Johnson <johnsonm@redhat.com> - New libc changes ndbm.h to db1/ndbm.h and -ldb to -ldb1 Thu Sep 03 1998 Jeff Johnson <jbj@redhat.com> - recompile for RH 5.2. Wed May 06 1998 Cristian Gafton <gafton@redhat.com> - python-docs used to require /usr/bin/sed. Changed to /bin/sed instead Wed Apr 29 1998 Cristian Gafton <gafton@redhat.com> - fixed the spec file for version 1.5.1 - buildroot (!) Mon Apr 20 1998 Michael K. Johnson <johnsonm@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@redhat.com> - updated to python 1.5 - made /usr/lib/python1.5 file list automatically generated Tue Nov 04 1997 Michael K. Johnson <johnsonm@redhat.com> - Fixed dependencies for python and tkinter Mon Nov 03 1997 Michael K. Johnson <johnsonm@redhat.com> - pulled out tk-related stuff into tkinter package Fri Oct 10 1997 Erik Troan <ewt@redhat.com> - bunches of scripts used /usr/local/bin/python instead of /usr/bin/python Tue Sep 30 1997 Erik Troan <ewt@redhat.com> - updated for tcl/tk 8.0 Thu Jul 10 1997 Erik Troan <ewt@redhat.com> - built against glibc
2004-09-09 10:57:31 +00:00
* Tue Jan 29 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2-6
- Add db4-devel to BuildPrereq
auto-import changelog data from python-1.5.2-25.src.rpm Wed Aug 23 2000 Nalin Dahyabhai <nalin@redhat.com> - byte-compile modules with the correct directory paths Mon Jul 31 2000 Matt Wilson <msw@redhat.com> - fixed directory perms from 775 to 755 to make rpmlint shut up Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sun Jun 18 2000 Bill Nottingham <notting@redhat.com> - rebuild, fix dependencies Thu Jun 15 2000 Matt Wilson <msw@redhat.com> - rebuilt against new tcltk Sat Jun 03 2000 Jeff Johnson <jbj@redhat.com> - rebuild against tcltk 8.3.1. Fri Apr 28 2000 Matt Wilson <msw@redhat.com> - rebuild against gmp 3.0.1 Wed Apr 05 2000 Bill Nottingham <notting@redhat.com> - what he said Tue Mar 21 2000 Bernhard Rosenkraenzer <bero@redhat.com> - rebuild with readline 4.1 Sat Mar 18 2000 Jeff Johnson <jbj@redhat.com> - rebuild tkinter against tcl-8.2.3. Thu Mar 09 2000 Nalin Dahyabhai <nalin@redhat.com> - build _localemodule.so to fix bug #9385 (release 14) Tue Feb 01 2000 Cristian Gafton <gafton@redhat.com> - add patch tp fix problems talioking to wuftpd from hjl - rebuild to fix dependencies Mon Jan 31 2000 Nalin Dahyabhai <nalin@redhat.com> - add buildrequires lines (#8925) Mon Jan 17 2000 Nalin Dahyabhai <nalin@redhat.com> - put idle, modulator, and pynche only in python-tools Thu Dec 02 1999 Michael K. Johnson <johnsonm@redhat.com> - fixed whichdb patch to actually do something (#7458) Mon Nov 22 1999 Michael K. Johnson <johnsonm@redhat.com> - link nismodule against -lnss - whichdb patch by Guido (Python.org bug 97) Fri Sep 17 1999 Tim Powers <timp@redhat.com> - added modulator and pynche to the python-tools package - using a files list in the %files section for python-tools Fri Sep 17 1999 Michael K. Johnson <johnsonm@redhat.com> - added conflicts/requires between subpackages so that you cannot have an older tkinter installed with a new python. - added more tools Wed Sep 15 1999 Michael K. Johnson <johnsonm@redhat.com> - changed defattr so that executable scripts in docs stay executable Tue Aug 24 1999 Bill Nottingham <notting@redhat.com> - rebuild to fix broken tkinter. Mon Aug 09 1999 Matt Wilson <msw@redhat.com> - fixed bogus /usr/local/bin/python requirements Sat Jul 17 1999 Matt Wilson <msw@redhat.com> - added patch to import global symbols until we get libtool patched Sun Jul 11 1999 Matt Wilson <msw@redhat.com> - updated to 1.5.2 Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 10) Thu Mar 18 1999 Bill Nottingham <notting@redhat.com> - fix permissions in python-docs Thu Feb 11 1999 Michael Johnson <johnsonm@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@redhat.com> - add --with-threads at user request - clean up spec file Fri Jan 08 1999 Michael K. Johnson <johnsonm@redhat.com> - New libc changes ndbm.h to db1/ndbm.h and -ldb to -ldb1 Thu Sep 03 1998 Jeff Johnson <jbj@redhat.com> - recompile for RH 5.2. Wed May 06 1998 Cristian Gafton <gafton@redhat.com> - python-docs used to require /usr/bin/sed. Changed to /bin/sed instead Wed Apr 29 1998 Cristian Gafton <gafton@redhat.com> - fixed the spec file for version 1.5.1 - buildroot (!) Mon Apr 20 1998 Michael K. Johnson <johnsonm@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@redhat.com> - updated to python 1.5 - made /usr/lib/python1.5 file list automatically generated Tue Nov 04 1997 Michael K. Johnson <johnsonm@redhat.com> - Fixed dependencies for python and tkinter Mon Nov 03 1997 Michael K. Johnson <johnsonm@redhat.com> - pulled out tk-related stuff into tkinter package Fri Oct 10 1997 Erik Troan <ewt@redhat.com> - bunches of scripts used /usr/local/bin/python instead of /usr/bin/python Tue Sep 30 1997 Erik Troan <ewt@redhat.com> - updated for tcl/tk 8.0 Thu Jul 10 1997 Erik Troan <ewt@redhat.com> - built against glibc
2004-09-09 10:57:31 +00:00
* Fri Jan 25 2002 Nalin Dahyabhai <nalin@redhat.com> 2.2-5
- disable ndbm support, which is db2 in disguise (really interesting things
can happen when you mix db2 and db4 in a single application)
auto-import changelog data from python-1.5.2-25.src.rpm Wed Aug 23 2000 Nalin Dahyabhai <nalin@redhat.com> - byte-compile modules with the correct directory paths Mon Jul 31 2000 Matt Wilson <msw@redhat.com> - fixed directory perms from 775 to 755 to make rpmlint shut up Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sun Jun 18 2000 Bill Nottingham <notting@redhat.com> - rebuild, fix dependencies Thu Jun 15 2000 Matt Wilson <msw@redhat.com> - rebuilt against new tcltk Sat Jun 03 2000 Jeff Johnson <jbj@redhat.com> - rebuild against tcltk 8.3.1. Fri Apr 28 2000 Matt Wilson <msw@redhat.com> - rebuild against gmp 3.0.1 Wed Apr 05 2000 Bill Nottingham <notting@redhat.com> - what he said Tue Mar 21 2000 Bernhard Rosenkraenzer <bero@redhat.com> - rebuild with readline 4.1 Sat Mar 18 2000 Jeff Johnson <jbj@redhat.com> - rebuild tkinter against tcl-8.2.3. Thu Mar 09 2000 Nalin Dahyabhai <nalin@redhat.com> - build _localemodule.so to fix bug #9385 (release 14) Tue Feb 01 2000 Cristian Gafton <gafton@redhat.com> - add patch tp fix problems talioking to wuftpd from hjl - rebuild to fix dependencies Mon Jan 31 2000 Nalin Dahyabhai <nalin@redhat.com> - add buildrequires lines (#8925) Mon Jan 17 2000 Nalin Dahyabhai <nalin@redhat.com> - put idle, modulator, and pynche only in python-tools Thu Dec 02 1999 Michael K. Johnson <johnsonm@redhat.com> - fixed whichdb patch to actually do something (#7458) Mon Nov 22 1999 Michael K. Johnson <johnsonm@redhat.com> - link nismodule against -lnss - whichdb patch by Guido (Python.org bug 97) Fri Sep 17 1999 Tim Powers <timp@redhat.com> - added modulator and pynche to the python-tools package - using a files list in the %files section for python-tools Fri Sep 17 1999 Michael K. Johnson <johnsonm@redhat.com> - added conflicts/requires between subpackages so that you cannot have an older tkinter installed with a new python. - added more tools Wed Sep 15 1999 Michael K. Johnson <johnsonm@redhat.com> - changed defattr so that executable scripts in docs stay executable Tue Aug 24 1999 Bill Nottingham <notting@redhat.com> - rebuild to fix broken tkinter. Mon Aug 09 1999 Matt Wilson <msw@redhat.com> - fixed bogus /usr/local/bin/python requirements Sat Jul 17 1999 Matt Wilson <msw@redhat.com> - added patch to import global symbols until we get libtool patched Sun Jul 11 1999 Matt Wilson <msw@redhat.com> - updated to 1.5.2 Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 10) Thu Mar 18 1999 Bill Nottingham <notting@redhat.com> - fix permissions in python-docs Thu Feb 11 1999 Michael Johnson <johnsonm@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@redhat.com> - add --with-threads at user request - clean up spec file Fri Jan 08 1999 Michael K. Johnson <johnsonm@redhat.com> - New libc changes ndbm.h to db1/ndbm.h and -ldb to -ldb1 Thu Sep 03 1998 Jeff Johnson <jbj@redhat.com> - recompile for RH 5.2. Wed May 06 1998 Cristian Gafton <gafton@redhat.com> - python-docs used to require /usr/bin/sed. Changed to /bin/sed instead Wed Apr 29 1998 Cristian Gafton <gafton@redhat.com> - fixed the spec file for version 1.5.1 - buildroot (!) Mon Apr 20 1998 Michael K. Johnson <johnsonm@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@redhat.com> - updated to python 1.5 - made /usr/lib/python1.5 file list automatically generated Tue Nov 04 1997 Michael K. Johnson <johnsonm@redhat.com> - Fixed dependencies for python and tkinter Mon Nov 03 1997 Michael K. Johnson <johnsonm@redhat.com> - pulled out tk-related stuff into tkinter package Fri Oct 10 1997 Erik Troan <ewt@redhat.com> - bunches of scripts used /usr/local/bin/python instead of /usr/bin/python Tue Sep 30 1997 Erik Troan <ewt@redhat.com> - updated for tcl/tk 8.0 Thu Jul 10 1997 Erik Troan <ewt@redhat.com> - built against glibc
2004-09-09 10:57:31 +00:00
* Thu Jan 24 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2-4
- Obsolete subpackages if necesarry
- provide versioned python2
- build with db4
auto-import changelog data from python-1.5.2-25.src.rpm Wed Aug 23 2000 Nalin Dahyabhai <nalin@redhat.com> - byte-compile modules with the correct directory paths Mon Jul 31 2000 Matt Wilson <msw@redhat.com> - fixed directory perms from 775 to 755 to make rpmlint shut up Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sun Jun 18 2000 Bill Nottingham <notting@redhat.com> - rebuild, fix dependencies Thu Jun 15 2000 Matt Wilson <msw@redhat.com> - rebuilt against new tcltk Sat Jun 03 2000 Jeff Johnson <jbj@redhat.com> - rebuild against tcltk 8.3.1. Fri Apr 28 2000 Matt Wilson <msw@redhat.com> - rebuild against gmp 3.0.1 Wed Apr 05 2000 Bill Nottingham <notting@redhat.com> - what he said Tue Mar 21 2000 Bernhard Rosenkraenzer <bero@redhat.com> - rebuild with readline 4.1 Sat Mar 18 2000 Jeff Johnson <jbj@redhat.com> - rebuild tkinter against tcl-8.2.3. Thu Mar 09 2000 Nalin Dahyabhai <nalin@redhat.com> - build _localemodule.so to fix bug #9385 (release 14) Tue Feb 01 2000 Cristian Gafton <gafton@redhat.com> - add patch tp fix problems talioking to wuftpd from hjl - rebuild to fix dependencies Mon Jan 31 2000 Nalin Dahyabhai <nalin@redhat.com> - add buildrequires lines (#8925) Mon Jan 17 2000 Nalin Dahyabhai <nalin@redhat.com> - put idle, modulator, and pynche only in python-tools Thu Dec 02 1999 Michael K. Johnson <johnsonm@redhat.com> - fixed whichdb patch to actually do something (#7458) Mon Nov 22 1999 Michael K. Johnson <johnsonm@redhat.com> - link nismodule against -lnss - whichdb patch by Guido (Python.org bug 97) Fri Sep 17 1999 Tim Powers <timp@redhat.com> - added modulator and pynche to the python-tools package - using a files list in the %files section for python-tools Fri Sep 17 1999 Michael K. Johnson <johnsonm@redhat.com> - added conflicts/requires between subpackages so that you cannot have an older tkinter installed with a new python. - added more tools Wed Sep 15 1999 Michael K. Johnson <johnsonm@redhat.com> - changed defattr so that executable scripts in docs stay executable Tue Aug 24 1999 Bill Nottingham <notting@redhat.com> - rebuild to fix broken tkinter. Mon Aug 09 1999 Matt Wilson <msw@redhat.com> - fixed bogus /usr/local/bin/python requirements Sat Jul 17 1999 Matt Wilson <msw@redhat.com> - added patch to import global symbols until we get libtool patched Sun Jul 11 1999 Matt Wilson <msw@redhat.com> - updated to 1.5.2 Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 10) Thu Mar 18 1999 Bill Nottingham <notting@redhat.com> - fix permissions in python-docs Thu Feb 11 1999 Michael Johnson <johnsonm@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@redhat.com> - add --with-threads at user request - clean up spec file Fri Jan 08 1999 Michael K. Johnson <johnsonm@redhat.com> - New libc changes ndbm.h to db1/ndbm.h and -ldb to -ldb1 Thu Sep 03 1998 Jeff Johnson <jbj@redhat.com> - recompile for RH 5.2. Wed May 06 1998 Cristian Gafton <gafton@redhat.com> - python-docs used to require /usr/bin/sed. Changed to /bin/sed instead Wed Apr 29 1998 Cristian Gafton <gafton@redhat.com> - fixed the spec file for version 1.5.1 - buildroot (!) Mon Apr 20 1998 Michael K. Johnson <johnsonm@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@redhat.com> - updated to python 1.5 - made /usr/lib/python1.5 file list automatically generated Tue Nov 04 1997 Michael K. Johnson <johnsonm@redhat.com> - Fixed dependencies for python and tkinter Mon Nov 03 1997 Michael K. Johnson <johnsonm@redhat.com> - pulled out tk-related stuff into tkinter package Fri Oct 10 1997 Erik Troan <ewt@redhat.com> - bunches of scripts used /usr/local/bin/python instead of /usr/bin/python Tue Sep 30 1997 Erik Troan <ewt@redhat.com> - updated for tcl/tk 8.0 Thu Jul 10 1997 Erik Troan <ewt@redhat.com> - built against glibc
2004-09-09 10:57:31 +00:00
* Wed Jan 16 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2-3
- Alpha toolchain broken. Disable build on alpha.
- New openssl
auto-import changelog data from python-1.5.2-25.src.rpm Wed Aug 23 2000 Nalin Dahyabhai <nalin@redhat.com> - byte-compile modules with the correct directory paths Mon Jul 31 2000 Matt Wilson <msw@redhat.com> - fixed directory perms from 775 to 755 to make rpmlint shut up Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sun Jun 18 2000 Bill Nottingham <notting@redhat.com> - rebuild, fix dependencies Thu Jun 15 2000 Matt Wilson <msw@redhat.com> - rebuilt against new tcltk Sat Jun 03 2000 Jeff Johnson <jbj@redhat.com> - rebuild against tcltk 8.3.1. Fri Apr 28 2000 Matt Wilson <msw@redhat.com> - rebuild against gmp 3.0.1 Wed Apr 05 2000 Bill Nottingham <notting@redhat.com> - what he said Tue Mar 21 2000 Bernhard Rosenkraenzer <bero@redhat.com> - rebuild with readline 4.1 Sat Mar 18 2000 Jeff Johnson <jbj@redhat.com> - rebuild tkinter against tcl-8.2.3. Thu Mar 09 2000 Nalin Dahyabhai <nalin@redhat.com> - build _localemodule.so to fix bug #9385 (release 14) Tue Feb 01 2000 Cristian Gafton <gafton@redhat.com> - add patch tp fix problems talioking to wuftpd from hjl - rebuild to fix dependencies Mon Jan 31 2000 Nalin Dahyabhai <nalin@redhat.com> - add buildrequires lines (#8925) Mon Jan 17 2000 Nalin Dahyabhai <nalin@redhat.com> - put idle, modulator, and pynche only in python-tools Thu Dec 02 1999 Michael K. Johnson <johnsonm@redhat.com> - fixed whichdb patch to actually do something (#7458) Mon Nov 22 1999 Michael K. Johnson <johnsonm@redhat.com> - link nismodule against -lnss - whichdb patch by Guido (Python.org bug 97) Fri Sep 17 1999 Tim Powers <timp@redhat.com> - added modulator and pynche to the python-tools package - using a files list in the %files section for python-tools Fri Sep 17 1999 Michael K. Johnson <johnsonm@redhat.com> - added conflicts/requires between subpackages so that you cannot have an older tkinter installed with a new python. - added more tools Wed Sep 15 1999 Michael K. Johnson <johnsonm@redhat.com> - changed defattr so that executable scripts in docs stay executable Tue Aug 24 1999 Bill Nottingham <notting@redhat.com> - rebuild to fix broken tkinter. Mon Aug 09 1999 Matt Wilson <msw@redhat.com> - fixed bogus /usr/local/bin/python requirements Sat Jul 17 1999 Matt Wilson <msw@redhat.com> - added patch to import global symbols until we get libtool patched Sun Jul 11 1999 Matt Wilson <msw@redhat.com> - updated to 1.5.2 Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 10) Thu Mar 18 1999 Bill Nottingham <notting@redhat.com> - fix permissions in python-docs Thu Feb 11 1999 Michael Johnson <johnsonm@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@redhat.com> - add --with-threads at user request - clean up spec file Fri Jan 08 1999 Michael K. Johnson <johnsonm@redhat.com> - New libc changes ndbm.h to db1/ndbm.h and -ldb to -ldb1 Thu Sep 03 1998 Jeff Johnson <jbj@redhat.com> - recompile for RH 5.2. Wed May 06 1998 Cristian Gafton <gafton@redhat.com> - python-docs used to require /usr/bin/sed. Changed to /bin/sed instead Wed Apr 29 1998 Cristian Gafton <gafton@redhat.com> - fixed the spec file for version 1.5.1 - buildroot (!) Mon Apr 20 1998 Michael K. Johnson <johnsonm@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@redhat.com> - updated to python 1.5 - made /usr/lib/python1.5 file list automatically generated Tue Nov 04 1997 Michael K. Johnson <johnsonm@redhat.com> - Fixed dependencies for python and tkinter Mon Nov 03 1997 Michael K. Johnson <johnsonm@redhat.com> - pulled out tk-related stuff into tkinter package Fri Oct 10 1997 Erik Troan <ewt@redhat.com> - bunches of scripts used /usr/local/bin/python instead of /usr/bin/python Tue Sep 30 1997 Erik Troan <ewt@redhat.com> - updated for tcl/tk 8.0 Thu Jul 10 1997 Erik Troan <ewt@redhat.com> - built against glibc
2004-09-09 10:57:31 +00:00
* Wed Dec 26 2001 Trond Eivind Glomsrød <teg@redhat.com> 2.2-1
- 2.2 final
auto-import changelog data from python-1.5.2-25.src.rpm Wed Aug 23 2000 Nalin Dahyabhai <nalin@redhat.com> - byte-compile modules with the correct directory paths Mon Jul 31 2000 Matt Wilson <msw@redhat.com> - fixed directory perms from 775 to 755 to make rpmlint shut up Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sun Jun 18 2000 Bill Nottingham <notting@redhat.com> - rebuild, fix dependencies Thu Jun 15 2000 Matt Wilson <msw@redhat.com> - rebuilt against new tcltk Sat Jun 03 2000 Jeff Johnson <jbj@redhat.com> - rebuild against tcltk 8.3.1. Fri Apr 28 2000 Matt Wilson <msw@redhat.com> - rebuild against gmp 3.0.1 Wed Apr 05 2000 Bill Nottingham <notting@redhat.com> - what he said Tue Mar 21 2000 Bernhard Rosenkraenzer <bero@redhat.com> - rebuild with readline 4.1 Sat Mar 18 2000 Jeff Johnson <jbj@redhat.com> - rebuild tkinter against tcl-8.2.3. Thu Mar 09 2000 Nalin Dahyabhai <nalin@redhat.com> - build _localemodule.so to fix bug #9385 (release 14) Tue Feb 01 2000 Cristian Gafton <gafton@redhat.com> - add patch tp fix problems talioking to wuftpd from hjl - rebuild to fix dependencies Mon Jan 31 2000 Nalin Dahyabhai <nalin@redhat.com> - add buildrequires lines (#8925) Mon Jan 17 2000 Nalin Dahyabhai <nalin@redhat.com> - put idle, modulator, and pynche only in python-tools Thu Dec 02 1999 Michael K. Johnson <johnsonm@redhat.com> - fixed whichdb patch to actually do something (#7458) Mon Nov 22 1999 Michael K. Johnson <johnsonm@redhat.com> - link nismodule against -lnss - whichdb patch by Guido (Python.org bug 97) Fri Sep 17 1999 Tim Powers <timp@redhat.com> - added modulator and pynche to the python-tools package - using a files list in the %files section for python-tools Fri Sep 17 1999 Michael K. Johnson <johnsonm@redhat.com> - added conflicts/requires between subpackages so that you cannot have an older tkinter installed with a new python. - added more tools Wed Sep 15 1999 Michael K. Johnson <johnsonm@redhat.com> - changed defattr so that executable scripts in docs stay executable Tue Aug 24 1999 Bill Nottingham <notting@redhat.com> - rebuild to fix broken tkinter. Mon Aug 09 1999 Matt Wilson <msw@redhat.com> - fixed bogus /usr/local/bin/python requirements Sat Jul 17 1999 Matt Wilson <msw@redhat.com> - added patch to import global symbols until we get libtool patched Sun Jul 11 1999 Matt Wilson <msw@redhat.com> - updated to 1.5.2 Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 10) Thu Mar 18 1999 Bill Nottingham <notting@redhat.com> - fix permissions in python-docs Thu Feb 11 1999 Michael Johnson <johnsonm@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@redhat.com> - add --with-threads at user request - clean up spec file Fri Jan 08 1999 Michael K. Johnson <johnsonm@redhat.com> - New libc changes ndbm.h to db1/ndbm.h and -ldb to -ldb1 Thu Sep 03 1998 Jeff Johnson <jbj@redhat.com> - recompile for RH 5.2. Wed May 06 1998 Cristian Gafton <gafton@redhat.com> - python-docs used to require /usr/bin/sed. Changed to /bin/sed instead Wed Apr 29 1998 Cristian Gafton <gafton@redhat.com> - fixed the spec file for version 1.5.1 - buildroot (!) Mon Apr 20 1998 Michael K. Johnson <johnsonm@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@redhat.com> - updated to python 1.5 - made /usr/lib/python1.5 file list automatically generated Tue Nov 04 1997 Michael K. Johnson <johnsonm@redhat.com> - Fixed dependencies for python and tkinter Mon Nov 03 1997 Michael K. Johnson <johnsonm@redhat.com> - pulled out tk-related stuff into tkinter package Fri Oct 10 1997 Erik Troan <ewt@redhat.com> - bunches of scripts used /usr/local/bin/python instead of /usr/bin/python Tue Sep 30 1997 Erik Troan <ewt@redhat.com> - updated for tcl/tk 8.0 Thu Jul 10 1997 Erik Troan <ewt@redhat.com> - built against glibc
2004-09-09 10:57:31 +00:00
* Fri Dec 14 2001 Trond Eivind Glomsrød <teg@redhat.com> 2.2-0.11c1
- 2.2 RC 1
- Don't include the _tkinter module in the main package - it's
already in the tkiter packace
- Turn off the mpzmodule, something broke in the buildroot
auto-import changelog data from python-1.5.2-25.src.rpm Wed Aug 23 2000 Nalin Dahyabhai <nalin@redhat.com> - byte-compile modules with the correct directory paths Mon Jul 31 2000 Matt Wilson <msw@redhat.com> - fixed directory perms from 775 to 755 to make rpmlint shut up Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sun Jun 18 2000 Bill Nottingham <notting@redhat.com> - rebuild, fix dependencies Thu Jun 15 2000 Matt Wilson <msw@redhat.com> - rebuilt against new tcltk Sat Jun 03 2000 Jeff Johnson <jbj@redhat.com> - rebuild against tcltk 8.3.1. Fri Apr 28 2000 Matt Wilson <msw@redhat.com> - rebuild against gmp 3.0.1 Wed Apr 05 2000 Bill Nottingham <notting@redhat.com> - what he said Tue Mar 21 2000 Bernhard Rosenkraenzer <bero@redhat.com> - rebuild with readline 4.1 Sat Mar 18 2000 Jeff Johnson <jbj@redhat.com> - rebuild tkinter against tcl-8.2.3. Thu Mar 09 2000 Nalin Dahyabhai <nalin@redhat.com> - build _localemodule.so to fix bug #9385 (release 14) Tue Feb 01 2000 Cristian Gafton <gafton@redhat.com> - add patch tp fix problems talioking to wuftpd from hjl - rebuild to fix dependencies Mon Jan 31 2000 Nalin Dahyabhai <nalin@redhat.com> - add buildrequires lines (#8925) Mon Jan 17 2000 Nalin Dahyabhai <nalin@redhat.com> - put idle, modulator, and pynche only in python-tools Thu Dec 02 1999 Michael K. Johnson <johnsonm@redhat.com> - fixed whichdb patch to actually do something (#7458) Mon Nov 22 1999 Michael K. Johnson <johnsonm@redhat.com> - link nismodule against -lnss - whichdb patch by Guido (Python.org bug 97) Fri Sep 17 1999 Tim Powers <timp@redhat.com> - added modulator and pynche to the python-tools package - using a files list in the %files section for python-tools Fri Sep 17 1999 Michael K. Johnson <johnsonm@redhat.com> - added conflicts/requires between subpackages so that you cannot have an older tkinter installed with a new python. - added more tools Wed Sep 15 1999 Michael K. Johnson <johnsonm@redhat.com> - changed defattr so that executable scripts in docs stay executable Tue Aug 24 1999 Bill Nottingham <notting@redhat.com> - rebuild to fix broken tkinter. Mon Aug 09 1999 Matt Wilson <msw@redhat.com> - fixed bogus /usr/local/bin/python requirements Sat Jul 17 1999 Matt Wilson <msw@redhat.com> - added patch to import global symbols until we get libtool patched Sun Jul 11 1999 Matt Wilson <msw@redhat.com> - updated to 1.5.2 Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 10) Thu Mar 18 1999 Bill Nottingham <notting@redhat.com> - fix permissions in python-docs Thu Feb 11 1999 Michael Johnson <johnsonm@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@redhat.com> - add --with-threads at user request - clean up spec file Fri Jan 08 1999 Michael K. Johnson <johnsonm@redhat.com> - New libc changes ndbm.h to db1/ndbm.h and -ldb to -ldb1 Thu Sep 03 1998 Jeff Johnson <jbj@redhat.com> - recompile for RH 5.2. Wed May 06 1998 Cristian Gafton <gafton@redhat.com> - python-docs used to require /usr/bin/sed. Changed to /bin/sed instead Wed Apr 29 1998 Cristian Gafton <gafton@redhat.com> - fixed the spec file for version 1.5.1 - buildroot (!) Mon Apr 20 1998 Michael K. Johnson <johnsonm@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@redhat.com> - updated to python 1.5 - made /usr/lib/python1.5 file list automatically generated Tue Nov 04 1997 Michael K. Johnson <johnsonm@redhat.com> - Fixed dependencies for python and tkinter Mon Nov 03 1997 Michael K. Johnson <johnsonm@redhat.com> - pulled out tk-related stuff into tkinter package Fri Oct 10 1997 Erik Troan <ewt@redhat.com> - bunches of scripts used /usr/local/bin/python instead of /usr/bin/python Tue Sep 30 1997 Erik Troan <ewt@redhat.com> - updated for tcl/tk 8.0 Thu Jul 10 1997 Erik Troan <ewt@redhat.com> - built against glibc
2004-09-09 10:57:31 +00:00
* Wed Nov 28 2001 Trond Eivind Glomsrød <teg@redhat.com> 2.2-0.10b2
- Use -fPIC for OPT as well, in lack of a proper libpython.so
auto-import changelog data from python-1.5.2-25.src.rpm Wed Aug 23 2000 Nalin Dahyabhai <nalin@redhat.com> - byte-compile modules with the correct directory paths Mon Jul 31 2000 Matt Wilson <msw@redhat.com> - fixed directory perms from 775 to 755 to make rpmlint shut up Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sun Jun 18 2000 Bill Nottingham <notting@redhat.com> - rebuild, fix dependencies Thu Jun 15 2000 Matt Wilson <msw@redhat.com> - rebuilt against new tcltk Sat Jun 03 2000 Jeff Johnson <jbj@redhat.com> - rebuild against tcltk 8.3.1. Fri Apr 28 2000 Matt Wilson <msw@redhat.com> - rebuild against gmp 3.0.1 Wed Apr 05 2000 Bill Nottingham <notting@redhat.com> - what he said Tue Mar 21 2000 Bernhard Rosenkraenzer <bero@redhat.com> - rebuild with readline 4.1 Sat Mar 18 2000 Jeff Johnson <jbj@redhat.com> - rebuild tkinter against tcl-8.2.3. Thu Mar 09 2000 Nalin Dahyabhai <nalin@redhat.com> - build _localemodule.so to fix bug #9385 (release 14) Tue Feb 01 2000 Cristian Gafton <gafton@redhat.com> - add patch tp fix problems talioking to wuftpd from hjl - rebuild to fix dependencies Mon Jan 31 2000 Nalin Dahyabhai <nalin@redhat.com> - add buildrequires lines (#8925) Mon Jan 17 2000 Nalin Dahyabhai <nalin@redhat.com> - put idle, modulator, and pynche only in python-tools Thu Dec 02 1999 Michael K. Johnson <johnsonm@redhat.com> - fixed whichdb patch to actually do something (#7458) Mon Nov 22 1999 Michael K. Johnson <johnsonm@redhat.com> - link nismodule against -lnss - whichdb patch by Guido (Python.org bug 97) Fri Sep 17 1999 Tim Powers <timp@redhat.com> - added modulator and pynche to the python-tools package - using a files list in the %files section for python-tools Fri Sep 17 1999 Michael K. Johnson <johnsonm@redhat.com> - added conflicts/requires between subpackages so that you cannot have an older tkinter installed with a new python. - added more tools Wed Sep 15 1999 Michael K. Johnson <johnsonm@redhat.com> - changed defattr so that executable scripts in docs stay executable Tue Aug 24 1999 Bill Nottingham <notting@redhat.com> - rebuild to fix broken tkinter. Mon Aug 09 1999 Matt Wilson <msw@redhat.com> - fixed bogus /usr/local/bin/python requirements Sat Jul 17 1999 Matt Wilson <msw@redhat.com> - added patch to import global symbols until we get libtool patched Sun Jul 11 1999 Matt Wilson <msw@redhat.com> - updated to 1.5.2 Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 10) Thu Mar 18 1999 Bill Nottingham <notting@redhat.com> - fix permissions in python-docs Thu Feb 11 1999 Michael Johnson <johnsonm@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@redhat.com> - add --with-threads at user request - clean up spec file Fri Jan 08 1999 Michael K. Johnson <johnsonm@redhat.com> - New libc changes ndbm.h to db1/ndbm.h and -ldb to -ldb1 Thu Sep 03 1998 Jeff Johnson <jbj@redhat.com> - recompile for RH 5.2. Wed May 06 1998 Cristian Gafton <gafton@redhat.com> - python-docs used to require /usr/bin/sed. Changed to /bin/sed instead Wed Apr 29 1998 Cristian Gafton <gafton@redhat.com> - fixed the spec file for version 1.5.1 - buildroot (!) Mon Apr 20 1998 Michael K. Johnson <johnsonm@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@redhat.com> - updated to python 1.5 - made /usr/lib/python1.5 file list automatically generated Tue Nov 04 1997 Michael K. Johnson <johnsonm@redhat.com> - Fixed dependencies for python and tkinter Mon Nov 03 1997 Michael K. Johnson <johnsonm@redhat.com> - pulled out tk-related stuff into tkinter package Fri Oct 10 1997 Erik Troan <ewt@redhat.com> - bunches of scripts used /usr/local/bin/python instead of /usr/bin/python Tue Sep 30 1997 Erik Troan <ewt@redhat.com> - updated for tcl/tk 8.0 Thu Jul 10 1997 Erik Troan <ewt@redhat.com> - built against glibc
2004-09-09 10:57:31 +00:00
* Mon Nov 26 2001 Matt Wilson <msw@redhat.com> 2.2-0.9b2
- changed DESTDIR to point to / so that distutils will install dynload
modules properly in the installroot
auto-import changelog data from python-1.5.2-25.src.rpm Wed Aug 23 2000 Nalin Dahyabhai <nalin@redhat.com> - byte-compile modules with the correct directory paths Mon Jul 31 2000 Matt Wilson <msw@redhat.com> - fixed directory perms from 775 to 755 to make rpmlint shut up Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sun Jun 18 2000 Bill Nottingham <notting@redhat.com> - rebuild, fix dependencies Thu Jun 15 2000 Matt Wilson <msw@redhat.com> - rebuilt against new tcltk Sat Jun 03 2000 Jeff Johnson <jbj@redhat.com> - rebuild against tcltk 8.3.1. Fri Apr 28 2000 Matt Wilson <msw@redhat.com> - rebuild against gmp 3.0.1 Wed Apr 05 2000 Bill Nottingham <notting@redhat.com> - what he said Tue Mar 21 2000 Bernhard Rosenkraenzer <bero@redhat.com> - rebuild with readline 4.1 Sat Mar 18 2000 Jeff Johnson <jbj@redhat.com> - rebuild tkinter against tcl-8.2.3. Thu Mar 09 2000 Nalin Dahyabhai <nalin@redhat.com> - build _localemodule.so to fix bug #9385 (release 14) Tue Feb 01 2000 Cristian Gafton <gafton@redhat.com> - add patch tp fix problems talioking to wuftpd from hjl - rebuild to fix dependencies Mon Jan 31 2000 Nalin Dahyabhai <nalin@redhat.com> - add buildrequires lines (#8925) Mon Jan 17 2000 Nalin Dahyabhai <nalin@redhat.com> - put idle, modulator, and pynche only in python-tools Thu Dec 02 1999 Michael K. Johnson <johnsonm@redhat.com> - fixed whichdb patch to actually do something (#7458) Mon Nov 22 1999 Michael K. Johnson <johnsonm@redhat.com> - link nismodule against -lnss - whichdb patch by Guido (Python.org bug 97) Fri Sep 17 1999 Tim Powers <timp@redhat.com> - added modulator and pynche to the python-tools package - using a files list in the %files section for python-tools Fri Sep 17 1999 Michael K. Johnson <johnsonm@redhat.com> - added conflicts/requires between subpackages so that you cannot have an older tkinter installed with a new python. - added more tools Wed Sep 15 1999 Michael K. Johnson <johnsonm@redhat.com> - changed defattr so that executable scripts in docs stay executable Tue Aug 24 1999 Bill Nottingham <notting@redhat.com> - rebuild to fix broken tkinter. Mon Aug 09 1999 Matt Wilson <msw@redhat.com> - fixed bogus /usr/local/bin/python requirements Sat Jul 17 1999 Matt Wilson <msw@redhat.com> - added patch to import global symbols until we get libtool patched Sun Jul 11 1999 Matt Wilson <msw@redhat.com> - updated to 1.5.2 Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 10) Thu Mar 18 1999 Bill Nottingham <notting@redhat.com> - fix permissions in python-docs Thu Feb 11 1999 Michael Johnson <johnsonm@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@redhat.com> - add --with-threads at user request - clean up spec file Fri Jan 08 1999 Michael K. Johnson <johnsonm@redhat.com> - New libc changes ndbm.h to db1/ndbm.h and -ldb to -ldb1 Thu Sep 03 1998 Jeff Johnson <jbj@redhat.com> - recompile for RH 5.2. Wed May 06 1998 Cristian Gafton <gafton@redhat.com> - python-docs used to require /usr/bin/sed. Changed to /bin/sed instead Wed Apr 29 1998 Cristian Gafton <gafton@redhat.com> - fixed the spec file for version 1.5.1 - buildroot (!) Mon Apr 20 1998 Michael K. Johnson <johnsonm@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@redhat.com> - updated to python 1.5 - made /usr/lib/python1.5 file list automatically generated Tue Nov 04 1997 Michael K. Johnson <johnsonm@redhat.com> - Fixed dependencies for python and tkinter Mon Nov 03 1997 Michael K. Johnson <johnsonm@redhat.com> - pulled out tk-related stuff into tkinter package Fri Oct 10 1997 Erik Troan <ewt@redhat.com> - bunches of scripts used /usr/local/bin/python instead of /usr/bin/python Tue Sep 30 1997 Erik Troan <ewt@redhat.com> - updated for tcl/tk 8.0 Thu Jul 10 1997 Erik Troan <ewt@redhat.com> - built against glibc
2004-09-09 10:57:31 +00:00
* Fri Nov 16 2001 Matt Wilson <msw@redhat.com> 2.2-0.8b2
- 2.2b2
auto-import changelog data from python-1.5.2-25.src.rpm Wed Aug 23 2000 Nalin Dahyabhai <nalin@redhat.com> - byte-compile modules with the correct directory paths Mon Jul 31 2000 Matt Wilson <msw@redhat.com> - fixed directory perms from 775 to 755 to make rpmlint shut up Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sun Jun 18 2000 Bill Nottingham <notting@redhat.com> - rebuild, fix dependencies Thu Jun 15 2000 Matt Wilson <msw@redhat.com> - rebuilt against new tcltk Sat Jun 03 2000 Jeff Johnson <jbj@redhat.com> - rebuild against tcltk 8.3.1. Fri Apr 28 2000 Matt Wilson <msw@redhat.com> - rebuild against gmp 3.0.1 Wed Apr 05 2000 Bill Nottingham <notting@redhat.com> - what he said Tue Mar 21 2000 Bernhard Rosenkraenzer <bero@redhat.com> - rebuild with readline 4.1 Sat Mar 18 2000 Jeff Johnson <jbj@redhat.com> - rebuild tkinter against tcl-8.2.3. Thu Mar 09 2000 Nalin Dahyabhai <nalin@redhat.com> - build _localemodule.so to fix bug #9385 (release 14) Tue Feb 01 2000 Cristian Gafton <gafton@redhat.com> - add patch tp fix problems talioking to wuftpd from hjl - rebuild to fix dependencies Mon Jan 31 2000 Nalin Dahyabhai <nalin@redhat.com> - add buildrequires lines (#8925) Mon Jan 17 2000 Nalin Dahyabhai <nalin@redhat.com> - put idle, modulator, and pynche only in python-tools Thu Dec 02 1999 Michael K. Johnson <johnsonm@redhat.com> - fixed whichdb patch to actually do something (#7458) Mon Nov 22 1999 Michael K. Johnson <johnsonm@redhat.com> - link nismodule against -lnss - whichdb patch by Guido (Python.org bug 97) Fri Sep 17 1999 Tim Powers <timp@redhat.com> - added modulator and pynche to the python-tools package - using a files list in the %files section for python-tools Fri Sep 17 1999 Michael K. Johnson <johnsonm@redhat.com> - added conflicts/requires between subpackages so that you cannot have an older tkinter installed with a new python. - added more tools Wed Sep 15 1999 Michael K. Johnson <johnsonm@redhat.com> - changed defattr so that executable scripts in docs stay executable Tue Aug 24 1999 Bill Nottingham <notting@redhat.com> - rebuild to fix broken tkinter. Mon Aug 09 1999 Matt Wilson <msw@redhat.com> - fixed bogus /usr/local/bin/python requirements Sat Jul 17 1999 Matt Wilson <msw@redhat.com> - added patch to import global symbols until we get libtool patched Sun Jul 11 1999 Matt Wilson <msw@redhat.com> - updated to 1.5.2 Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 10) Thu Mar 18 1999 Bill Nottingham <notting@redhat.com> - fix permissions in python-docs Thu Feb 11 1999 Michael Johnson <johnsonm@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@redhat.com> - add --with-threads at user request - clean up spec file Fri Jan 08 1999 Michael K. Johnson <johnsonm@redhat.com> - New libc changes ndbm.h to db1/ndbm.h and -ldb to -ldb1 Thu Sep 03 1998 Jeff Johnson <jbj@redhat.com> - recompile for RH 5.2. Wed May 06 1998 Cristian Gafton <gafton@redhat.com> - python-docs used to require /usr/bin/sed. Changed to /bin/sed instead Wed Apr 29 1998 Cristian Gafton <gafton@redhat.com> - fixed the spec file for version 1.5.1 - buildroot (!) Mon Apr 20 1998 Michael K. Johnson <johnsonm@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@redhat.com> - updated to python 1.5 - made /usr/lib/python1.5 file list automatically generated Tue Nov 04 1997 Michael K. Johnson <johnsonm@redhat.com> - Fixed dependencies for python and tkinter Mon Nov 03 1997 Michael K. Johnson <johnsonm@redhat.com> - pulled out tk-related stuff into tkinter package Fri Oct 10 1997 Erik Troan <ewt@redhat.com> - bunches of scripts used /usr/local/bin/python instead of /usr/bin/python Tue Sep 30 1997 Erik Troan <ewt@redhat.com> - updated for tcl/tk 8.0 Thu Jul 10 1997 Erik Troan <ewt@redhat.com> - built against glibc
2004-09-09 10:57:31 +00:00
* Fri Oct 26 2001 Matt Wilson <msw@redhat.com> 2.2-0.7b1
- python2ify
auto-import changelog data from python-1.5.2-25.src.rpm Wed Aug 23 2000 Nalin Dahyabhai <nalin@redhat.com> - byte-compile modules with the correct directory paths Mon Jul 31 2000 Matt Wilson <msw@redhat.com> - fixed directory perms from 775 to 755 to make rpmlint shut up Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sun Jun 18 2000 Bill Nottingham <notting@redhat.com> - rebuild, fix dependencies Thu Jun 15 2000 Matt Wilson <msw@redhat.com> - rebuilt against new tcltk Sat Jun 03 2000 Jeff Johnson <jbj@redhat.com> - rebuild against tcltk 8.3.1. Fri Apr 28 2000 Matt Wilson <msw@redhat.com> - rebuild against gmp 3.0.1 Wed Apr 05 2000 Bill Nottingham <notting@redhat.com> - what he said Tue Mar 21 2000 Bernhard Rosenkraenzer <bero@redhat.com> - rebuild with readline 4.1 Sat Mar 18 2000 Jeff Johnson <jbj@redhat.com> - rebuild tkinter against tcl-8.2.3. Thu Mar 09 2000 Nalin Dahyabhai <nalin@redhat.com> - build _localemodule.so to fix bug #9385 (release 14) Tue Feb 01 2000 Cristian Gafton <gafton@redhat.com> - add patch tp fix problems talioking to wuftpd from hjl - rebuild to fix dependencies Mon Jan 31 2000 Nalin Dahyabhai <nalin@redhat.com> - add buildrequires lines (#8925) Mon Jan 17 2000 Nalin Dahyabhai <nalin@redhat.com> - put idle, modulator, and pynche only in python-tools Thu Dec 02 1999 Michael K. Johnson <johnsonm@redhat.com> - fixed whichdb patch to actually do something (#7458) Mon Nov 22 1999 Michael K. Johnson <johnsonm@redhat.com> - link nismodule against -lnss - whichdb patch by Guido (Python.org bug 97) Fri Sep 17 1999 Tim Powers <timp@redhat.com> - added modulator and pynche to the python-tools package - using a files list in the %files section for python-tools Fri Sep 17 1999 Michael K. Johnson <johnsonm@redhat.com> - added conflicts/requires between subpackages so that you cannot have an older tkinter installed with a new python. - added more tools Wed Sep 15 1999 Michael K. Johnson <johnsonm@redhat.com> - changed defattr so that executable scripts in docs stay executable Tue Aug 24 1999 Bill Nottingham <notting@redhat.com> - rebuild to fix broken tkinter. Mon Aug 09 1999 Matt Wilson <msw@redhat.com> - fixed bogus /usr/local/bin/python requirements Sat Jul 17 1999 Matt Wilson <msw@redhat.com> - added patch to import global symbols until we get libtool patched Sun Jul 11 1999 Matt Wilson <msw@redhat.com> - updated to 1.5.2 Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 10) Thu Mar 18 1999 Bill Nottingham <notting@redhat.com> - fix permissions in python-docs Thu Feb 11 1999 Michael Johnson <johnsonm@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@redhat.com> - add --with-threads at user request - clean up spec file Fri Jan 08 1999 Michael K. Johnson <johnsonm@redhat.com> - New libc changes ndbm.h to db1/ndbm.h and -ldb to -ldb1 Thu Sep 03 1998 Jeff Johnson <jbj@redhat.com> - recompile for RH 5.2. Wed May 06 1998 Cristian Gafton <gafton@redhat.com> - python-docs used to require /usr/bin/sed. Changed to /bin/sed instead Wed Apr 29 1998 Cristian Gafton <gafton@redhat.com> - fixed the spec file for version 1.5.1 - buildroot (!) Mon Apr 20 1998 Michael K. Johnson <johnsonm@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@redhat.com> - updated to python 1.5 - made /usr/lib/python1.5 file list automatically generated Tue Nov 04 1997 Michael K. Johnson <johnsonm@redhat.com> - Fixed dependencies for python and tkinter Mon Nov 03 1997 Michael K. Johnson <johnsonm@redhat.com> - pulled out tk-related stuff into tkinter package Fri Oct 10 1997 Erik Troan <ewt@redhat.com> - bunches of scripts used /usr/local/bin/python instead of /usr/bin/python Tue Sep 30 1997 Erik Troan <ewt@redhat.com> - updated for tcl/tk 8.0 Thu Jul 10 1997 Erik Troan <ewt@redhat.com> - built against glibc
2004-09-09 10:57:31 +00:00
* Fri Oct 19 2001 Trond Eivind Glomsrød <teg@redhat.com> 2.2-0.5b1
- 2.2b1
auto-import changelog data from python-1.5.2-25.src.rpm Wed Aug 23 2000 Nalin Dahyabhai <nalin@redhat.com> - byte-compile modules with the correct directory paths Mon Jul 31 2000 Matt Wilson <msw@redhat.com> - fixed directory perms from 775 to 755 to make rpmlint shut up Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sun Jun 18 2000 Bill Nottingham <notting@redhat.com> - rebuild, fix dependencies Thu Jun 15 2000 Matt Wilson <msw@redhat.com> - rebuilt against new tcltk Sat Jun 03 2000 Jeff Johnson <jbj@redhat.com> - rebuild against tcltk 8.3.1. Fri Apr 28 2000 Matt Wilson <msw@redhat.com> - rebuild against gmp 3.0.1 Wed Apr 05 2000 Bill Nottingham <notting@redhat.com> - what he said Tue Mar 21 2000 Bernhard Rosenkraenzer <bero@redhat.com> - rebuild with readline 4.1 Sat Mar 18 2000 Jeff Johnson <jbj@redhat.com> - rebuild tkinter against tcl-8.2.3. Thu Mar 09 2000 Nalin Dahyabhai <nalin@redhat.com> - build _localemodule.so to fix bug #9385 (release 14) Tue Feb 01 2000 Cristian Gafton <gafton@redhat.com> - add patch tp fix problems talioking to wuftpd from hjl - rebuild to fix dependencies Mon Jan 31 2000 Nalin Dahyabhai <nalin@redhat.com> - add buildrequires lines (#8925) Mon Jan 17 2000 Nalin Dahyabhai <nalin@redhat.com> - put idle, modulator, and pynche only in python-tools Thu Dec 02 1999 Michael K. Johnson <johnsonm@redhat.com> - fixed whichdb patch to actually do something (#7458) Mon Nov 22 1999 Michael K. Johnson <johnsonm@redhat.com> - link nismodule against -lnss - whichdb patch by Guido (Python.org bug 97) Fri Sep 17 1999 Tim Powers <timp@redhat.com> - added modulator and pynche to the python-tools package - using a files list in the %files section for python-tools Fri Sep 17 1999 Michael K. Johnson <johnsonm@redhat.com> - added conflicts/requires between subpackages so that you cannot have an older tkinter installed with a new python. - added more tools Wed Sep 15 1999 Michael K. Johnson <johnsonm@redhat.com> - changed defattr so that executable scripts in docs stay executable Tue Aug 24 1999 Bill Nottingham <notting@redhat.com> - rebuild to fix broken tkinter. Mon Aug 09 1999 Matt Wilson <msw@redhat.com> - fixed bogus /usr/local/bin/python requirements Sat Jul 17 1999 Matt Wilson <msw@redhat.com> - added patch to import global symbols until we get libtool patched Sun Jul 11 1999 Matt Wilson <msw@redhat.com> - updated to 1.5.2 Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 10) Thu Mar 18 1999 Bill Nottingham <notting@redhat.com> - fix permissions in python-docs Thu Feb 11 1999 Michael Johnson <johnsonm@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@redhat.com> - add --with-threads at user request - clean up spec file Fri Jan 08 1999 Michael K. Johnson <johnsonm@redhat.com> - New libc changes ndbm.h to db1/ndbm.h and -ldb to -ldb1 Thu Sep 03 1998 Jeff Johnson <jbj@redhat.com> - recompile for RH 5.2. Wed May 06 1998 Cristian Gafton <gafton@redhat.com> - python-docs used to require /usr/bin/sed. Changed to /bin/sed instead Wed Apr 29 1998 Cristian Gafton <gafton@redhat.com> - fixed the spec file for version 1.5.1 - buildroot (!) Mon Apr 20 1998 Michael K. Johnson <johnsonm@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@redhat.com> - updated to python 1.5 - made /usr/lib/python1.5 file list automatically generated Tue Nov 04 1997 Michael K. Johnson <johnsonm@redhat.com> - Fixed dependencies for python and tkinter Mon Nov 03 1997 Michael K. Johnson <johnsonm@redhat.com> - pulled out tk-related stuff into tkinter package Fri Oct 10 1997 Erik Troan <ewt@redhat.com> - bunches of scripts used /usr/local/bin/python instead of /usr/bin/python Tue Sep 30 1997 Erik Troan <ewt@redhat.com> - updated for tcl/tk 8.0 Thu Jul 10 1997 Erik Troan <ewt@redhat.com> - built against glibc
2004-09-09 10:57:31 +00:00
* Sun Sep 30 2001 Trond Eivind Glomsrød <teg@redhat.com> 2.2-0.4a4
- 2.2a4
- Enable UCS4 support
- Enable IPv6
- Provide distutils
- Include msgfmt.py and pygettext.py
auto-import changelog data from python-1.5.2-25.src.rpm Wed Aug 23 2000 Nalin Dahyabhai <nalin@redhat.com> - byte-compile modules with the correct directory paths Mon Jul 31 2000 Matt Wilson <msw@redhat.com> - fixed directory perms from 775 to 755 to make rpmlint shut up Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sun Jun 18 2000 Bill Nottingham <notting@redhat.com> - rebuild, fix dependencies Thu Jun 15 2000 Matt Wilson <msw@redhat.com> - rebuilt against new tcltk Sat Jun 03 2000 Jeff Johnson <jbj@redhat.com> - rebuild against tcltk 8.3.1. Fri Apr 28 2000 Matt Wilson <msw@redhat.com> - rebuild against gmp 3.0.1 Wed Apr 05 2000 Bill Nottingham <notting@redhat.com> - what he said Tue Mar 21 2000 Bernhard Rosenkraenzer <bero@redhat.com> - rebuild with readline 4.1 Sat Mar 18 2000 Jeff Johnson <jbj@redhat.com> - rebuild tkinter against tcl-8.2.3. Thu Mar 09 2000 Nalin Dahyabhai <nalin@redhat.com> - build _localemodule.so to fix bug #9385 (release 14) Tue Feb 01 2000 Cristian Gafton <gafton@redhat.com> - add patch tp fix problems talioking to wuftpd from hjl - rebuild to fix dependencies Mon Jan 31 2000 Nalin Dahyabhai <nalin@redhat.com> - add buildrequires lines (#8925) Mon Jan 17 2000 Nalin Dahyabhai <nalin@redhat.com> - put idle, modulator, and pynche only in python-tools Thu Dec 02 1999 Michael K. Johnson <johnsonm@redhat.com> - fixed whichdb patch to actually do something (#7458) Mon Nov 22 1999 Michael K. Johnson <johnsonm@redhat.com> - link nismodule against -lnss - whichdb patch by Guido (Python.org bug 97) Fri Sep 17 1999 Tim Powers <timp@redhat.com> - added modulator and pynche to the python-tools package - using a files list in the %files section for python-tools Fri Sep 17 1999 Michael K. Johnson <johnsonm@redhat.com> - added conflicts/requires between subpackages so that you cannot have an older tkinter installed with a new python. - added more tools Wed Sep 15 1999 Michael K. Johnson <johnsonm@redhat.com> - changed defattr so that executable scripts in docs stay executable Tue Aug 24 1999 Bill Nottingham <notting@redhat.com> - rebuild to fix broken tkinter. Mon Aug 09 1999 Matt Wilson <msw@redhat.com> - fixed bogus /usr/local/bin/python requirements Sat Jul 17 1999 Matt Wilson <msw@redhat.com> - added patch to import global symbols until we get libtool patched Sun Jul 11 1999 Matt Wilson <msw@redhat.com> - updated to 1.5.2 Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 10) Thu Mar 18 1999 Bill Nottingham <notting@redhat.com> - fix permissions in python-docs Thu Feb 11 1999 Michael Johnson <johnsonm@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@redhat.com> - add --with-threads at user request - clean up spec file Fri Jan 08 1999 Michael K. Johnson <johnsonm@redhat.com> - New libc changes ndbm.h to db1/ndbm.h and -ldb to -ldb1 Thu Sep 03 1998 Jeff Johnson <jbj@redhat.com> - recompile for RH 5.2. Wed May 06 1998 Cristian Gafton <gafton@redhat.com> - python-docs used to require /usr/bin/sed. Changed to /bin/sed instead Wed Apr 29 1998 Cristian Gafton <gafton@redhat.com> - fixed the spec file for version 1.5.1 - buildroot (!) Mon Apr 20 1998 Michael K. Johnson <johnsonm@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@redhat.com> - updated to python 1.5 - made /usr/lib/python1.5 file list automatically generated Tue Nov 04 1997 Michael K. Johnson <johnsonm@redhat.com> - Fixed dependencies for python and tkinter Mon Nov 03 1997 Michael K. Johnson <johnsonm@redhat.com> - pulled out tk-related stuff into tkinter package Fri Oct 10 1997 Erik Troan <ewt@redhat.com> - bunches of scripts used /usr/local/bin/python instead of /usr/bin/python Tue Sep 30 1997 Erik Troan <ewt@redhat.com> - updated for tcl/tk 8.0 Thu Jul 10 1997 Erik Troan <ewt@redhat.com> - built against glibc
2004-09-09 10:57:31 +00:00
* Fri Sep 14 2001 Trond Eivind Glomsrød <teg@redhat.com> 2.2-0.3a3
- Obsolete Distutils, which is now part of the main package
- Obsolete python2
auto-import changelog data from python-1.5.2-25.src.rpm Wed Aug 23 2000 Nalin Dahyabhai <nalin@redhat.com> - byte-compile modules with the correct directory paths Mon Jul 31 2000 Matt Wilson <msw@redhat.com> - fixed directory perms from 775 to 755 to make rpmlint shut up Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sun Jun 18 2000 Bill Nottingham <notting@redhat.com> - rebuild, fix dependencies Thu Jun 15 2000 Matt Wilson <msw@redhat.com> - rebuilt against new tcltk Sat Jun 03 2000 Jeff Johnson <jbj@redhat.com> - rebuild against tcltk 8.3.1. Fri Apr 28 2000 Matt Wilson <msw@redhat.com> - rebuild against gmp 3.0.1 Wed Apr 05 2000 Bill Nottingham <notting@redhat.com> - what he said Tue Mar 21 2000 Bernhard Rosenkraenzer <bero@redhat.com> - rebuild with readline 4.1 Sat Mar 18 2000 Jeff Johnson <jbj@redhat.com> - rebuild tkinter against tcl-8.2.3. Thu Mar 09 2000 Nalin Dahyabhai <nalin@redhat.com> - build _localemodule.so to fix bug #9385 (release 14) Tue Feb 01 2000 Cristian Gafton <gafton@redhat.com> - add patch tp fix problems talioking to wuftpd from hjl - rebuild to fix dependencies Mon Jan 31 2000 Nalin Dahyabhai <nalin@redhat.com> - add buildrequires lines (#8925) Mon Jan 17 2000 Nalin Dahyabhai <nalin@redhat.com> - put idle, modulator, and pynche only in python-tools Thu Dec 02 1999 Michael K. Johnson <johnsonm@redhat.com> - fixed whichdb patch to actually do something (#7458) Mon Nov 22 1999 Michael K. Johnson <johnsonm@redhat.com> - link nismodule against -lnss - whichdb patch by Guido (Python.org bug 97) Fri Sep 17 1999 Tim Powers <timp@redhat.com> - added modulator and pynche to the python-tools package - using a files list in the %files section for python-tools Fri Sep 17 1999 Michael K. Johnson <johnsonm@redhat.com> - added conflicts/requires between subpackages so that you cannot have an older tkinter installed with a new python. - added more tools Wed Sep 15 1999 Michael K. Johnson <johnsonm@redhat.com> - changed defattr so that executable scripts in docs stay executable Tue Aug 24 1999 Bill Nottingham <notting@redhat.com> - rebuild to fix broken tkinter. Mon Aug 09 1999 Matt Wilson <msw@redhat.com> - fixed bogus /usr/local/bin/python requirements Sat Jul 17 1999 Matt Wilson <msw@redhat.com> - added patch to import global symbols until we get libtool patched Sun Jul 11 1999 Matt Wilson <msw@redhat.com> - updated to 1.5.2 Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 10) Thu Mar 18 1999 Bill Nottingham <notting@redhat.com> - fix permissions in python-docs Thu Feb 11 1999 Michael Johnson <johnsonm@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@redhat.com> - add --with-threads at user request - clean up spec file Fri Jan 08 1999 Michael K. Johnson <johnsonm@redhat.com> - New libc changes ndbm.h to db1/ndbm.h and -ldb to -ldb1 Thu Sep 03 1998 Jeff Johnson <jbj@redhat.com> - recompile for RH 5.2. Wed May 06 1998 Cristian Gafton <gafton@redhat.com> - python-docs used to require /usr/bin/sed. Changed to /bin/sed instead Wed Apr 29 1998 Cristian Gafton <gafton@redhat.com> - fixed the spec file for version 1.5.1 - buildroot (!) Mon Apr 20 1998 Michael K. Johnson <johnsonm@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@redhat.com> - updated to python 1.5 - made /usr/lib/python1.5 file list automatically generated Tue Nov 04 1997 Michael K. Johnson <johnsonm@redhat.com> - Fixed dependencies for python and tkinter Mon Nov 03 1997 Michael K. Johnson <johnsonm@redhat.com> - pulled out tk-related stuff into tkinter package Fri Oct 10 1997 Erik Troan <ewt@redhat.com> - bunches of scripts used /usr/local/bin/python instead of /usr/bin/python Tue Sep 30 1997 Erik Troan <ewt@redhat.com> - updated for tcl/tk 8.0 Thu Jul 10 1997 Erik Troan <ewt@redhat.com> - built against glibc
2004-09-09 10:57:31 +00:00
* Thu Sep 13 2001 Trond Eivind Glomsrød <teg@redhat.com> 2.2-0.2a3
- Add docs, tools and tkinter subpackages, to match the 1.5 layout
auto-import changelog data from python-1.5.2-25.src.rpm Wed Aug 23 2000 Nalin Dahyabhai <nalin@redhat.com> - byte-compile modules with the correct directory paths Mon Jul 31 2000 Matt Wilson <msw@redhat.com> - fixed directory perms from 775 to 755 to make rpmlint shut up Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sun Jun 18 2000 Bill Nottingham <notting@redhat.com> - rebuild, fix dependencies Thu Jun 15 2000 Matt Wilson <msw@redhat.com> - rebuilt against new tcltk Sat Jun 03 2000 Jeff Johnson <jbj@redhat.com> - rebuild against tcltk 8.3.1. Fri Apr 28 2000 Matt Wilson <msw@redhat.com> - rebuild against gmp 3.0.1 Wed Apr 05 2000 Bill Nottingham <notting@redhat.com> - what he said Tue Mar 21 2000 Bernhard Rosenkraenzer <bero@redhat.com> - rebuild with readline 4.1 Sat Mar 18 2000 Jeff Johnson <jbj@redhat.com> - rebuild tkinter against tcl-8.2.3. Thu Mar 09 2000 Nalin Dahyabhai <nalin@redhat.com> - build _localemodule.so to fix bug #9385 (release 14) Tue Feb 01 2000 Cristian Gafton <gafton@redhat.com> - add patch tp fix problems talioking to wuftpd from hjl - rebuild to fix dependencies Mon Jan 31 2000 Nalin Dahyabhai <nalin@redhat.com> - add buildrequires lines (#8925) Mon Jan 17 2000 Nalin Dahyabhai <nalin@redhat.com> - put idle, modulator, and pynche only in python-tools Thu Dec 02 1999 Michael K. Johnson <johnsonm@redhat.com> - fixed whichdb patch to actually do something (#7458) Mon Nov 22 1999 Michael K. Johnson <johnsonm@redhat.com> - link nismodule against -lnss - whichdb patch by Guido (Python.org bug 97) Fri Sep 17 1999 Tim Powers <timp@redhat.com> - added modulator and pynche to the python-tools package - using a files list in the %files section for python-tools Fri Sep 17 1999 Michael K. Johnson <johnsonm@redhat.com> - added conflicts/requires between subpackages so that you cannot have an older tkinter installed with a new python. - added more tools Wed Sep 15 1999 Michael K. Johnson <johnsonm@redhat.com> - changed defattr so that executable scripts in docs stay executable Tue Aug 24 1999 Bill Nottingham <notting@redhat.com> - rebuild to fix broken tkinter. Mon Aug 09 1999 Matt Wilson <msw@redhat.com> - fixed bogus /usr/local/bin/python requirements Sat Jul 17 1999 Matt Wilson <msw@redhat.com> - added patch to import global symbols until we get libtool patched Sun Jul 11 1999 Matt Wilson <msw@redhat.com> - updated to 1.5.2 Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 10) Thu Mar 18 1999 Bill Nottingham <notting@redhat.com> - fix permissions in python-docs Thu Feb 11 1999 Michael Johnson <johnsonm@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@redhat.com> - add --with-threads at user request - clean up spec file Fri Jan 08 1999 Michael K. Johnson <johnsonm@redhat.com> - New libc changes ndbm.h to db1/ndbm.h and -ldb to -ldb1 Thu Sep 03 1998 Jeff Johnson <jbj@redhat.com> - recompile for RH 5.2. Wed May 06 1998 Cristian Gafton <gafton@redhat.com> - python-docs used to require /usr/bin/sed. Changed to /bin/sed instead Wed Apr 29 1998 Cristian Gafton <gafton@redhat.com> - fixed the spec file for version 1.5.1 - buildroot (!) Mon Apr 20 1998 Michael K. Johnson <johnsonm@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@redhat.com> - updated to python 1.5 - made /usr/lib/python1.5 file list automatically generated Tue Nov 04 1997 Michael K. Johnson <johnsonm@redhat.com> - Fixed dependencies for python and tkinter Mon Nov 03 1997 Michael K. Johnson <johnsonm@redhat.com> - pulled out tk-related stuff into tkinter package Fri Oct 10 1997 Erik Troan <ewt@redhat.com> - bunches of scripts used /usr/local/bin/python instead of /usr/bin/python Tue Sep 30 1997 Erik Troan <ewt@redhat.com> - updated for tcl/tk 8.0 Thu Jul 10 1997 Erik Troan <ewt@redhat.com> - built against glibc
2004-09-09 10:57:31 +00:00
* Wed Sep 12 2001 Trond Eivind Glomsrød <teg@redhat.com> 2.2-0.1a3
- 2.2a3
- don't build tix and blt extensions
auto-import changelog data from python-1.5.2-25.src.rpm Wed Aug 23 2000 Nalin Dahyabhai <nalin@redhat.com> - byte-compile modules with the correct directory paths Mon Jul 31 2000 Matt Wilson <msw@redhat.com> - fixed directory perms from 775 to 755 to make rpmlint shut up Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sun Jun 18 2000 Bill Nottingham <notting@redhat.com> - rebuild, fix dependencies Thu Jun 15 2000 Matt Wilson <msw@redhat.com> - rebuilt against new tcltk Sat Jun 03 2000 Jeff Johnson <jbj@redhat.com> - rebuild against tcltk 8.3.1. Fri Apr 28 2000 Matt Wilson <msw@redhat.com> - rebuild against gmp 3.0.1 Wed Apr 05 2000 Bill Nottingham <notting@redhat.com> - what he said Tue Mar 21 2000 Bernhard Rosenkraenzer <bero@redhat.com> - rebuild with readline 4.1 Sat Mar 18 2000 Jeff Johnson <jbj@redhat.com> - rebuild tkinter against tcl-8.2.3. Thu Mar 09 2000 Nalin Dahyabhai <nalin@redhat.com> - build _localemodule.so to fix bug #9385 (release 14) Tue Feb 01 2000 Cristian Gafton <gafton@redhat.com> - add patch tp fix problems talioking to wuftpd from hjl - rebuild to fix dependencies Mon Jan 31 2000 Nalin Dahyabhai <nalin@redhat.com> - add buildrequires lines (#8925) Mon Jan 17 2000 Nalin Dahyabhai <nalin@redhat.com> - put idle, modulator, and pynche only in python-tools Thu Dec 02 1999 Michael K. Johnson <johnsonm@redhat.com> - fixed whichdb patch to actually do something (#7458) Mon Nov 22 1999 Michael K. Johnson <johnsonm@redhat.com> - link nismodule against -lnss - whichdb patch by Guido (Python.org bug 97) Fri Sep 17 1999 Tim Powers <timp@redhat.com> - added modulator and pynche to the python-tools package - using a files list in the %files section for python-tools Fri Sep 17 1999 Michael K. Johnson <johnsonm@redhat.com> - added conflicts/requires between subpackages so that you cannot have an older tkinter installed with a new python. - added more tools Wed Sep 15 1999 Michael K. Johnson <johnsonm@redhat.com> - changed defattr so that executable scripts in docs stay executable Tue Aug 24 1999 Bill Nottingham <notting@redhat.com> - rebuild to fix broken tkinter. Mon Aug 09 1999 Matt Wilson <msw@redhat.com> - fixed bogus /usr/local/bin/python requirements Sat Jul 17 1999 Matt Wilson <msw@redhat.com> - added patch to import global symbols until we get libtool patched Sun Jul 11 1999 Matt Wilson <msw@redhat.com> - updated to 1.5.2 Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 10) Thu Mar 18 1999 Bill Nottingham <notting@redhat.com> - fix permissions in python-docs Thu Feb 11 1999 Michael Johnson <johnsonm@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@redhat.com> - add --with-threads at user request - clean up spec file Fri Jan 08 1999 Michael K. Johnson <johnsonm@redhat.com> - New libc changes ndbm.h to db1/ndbm.h and -ldb to -ldb1 Thu Sep 03 1998 Jeff Johnson <jbj@redhat.com> - recompile for RH 5.2. Wed May 06 1998 Cristian Gafton <gafton@redhat.com> - python-docs used to require /usr/bin/sed. Changed to /bin/sed instead Wed Apr 29 1998 Cristian Gafton <gafton@redhat.com> - fixed the spec file for version 1.5.1 - buildroot (!) Mon Apr 20 1998 Michael K. Johnson <johnsonm@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@redhat.com> - updated to python 1.5 - made /usr/lib/python1.5 file list automatically generated Tue Nov 04 1997 Michael K. Johnson <johnsonm@redhat.com> - Fixed dependencies for python and tkinter Mon Nov 03 1997 Michael K. Johnson <johnsonm@redhat.com> - pulled out tk-related stuff into tkinter package Fri Oct 10 1997 Erik Troan <ewt@redhat.com> - bunches of scripts used /usr/local/bin/python instead of /usr/bin/python Tue Sep 30 1997 Erik Troan <ewt@redhat.com> - updated for tcl/tk 8.0 Thu Jul 10 1997 Erik Troan <ewt@redhat.com> - built against glibc
2004-09-09 10:57:31 +00:00
* Mon Aug 13 2001 Trond Eivind Glomsrød <teg@redhat.com>
- Add tk and tix to build dependencies
auto-import changelog data from python-1.5.2-25.src.rpm Wed Aug 23 2000 Nalin Dahyabhai <nalin@redhat.com> - byte-compile modules with the correct directory paths Mon Jul 31 2000 Matt Wilson <msw@redhat.com> - fixed directory perms from 775 to 755 to make rpmlint shut up Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sun Jun 18 2000 Bill Nottingham <notting@redhat.com> - rebuild, fix dependencies Thu Jun 15 2000 Matt Wilson <msw@redhat.com> - rebuilt against new tcltk Sat Jun 03 2000 Jeff Johnson <jbj@redhat.com> - rebuild against tcltk 8.3.1. Fri Apr 28 2000 Matt Wilson <msw@redhat.com> - rebuild against gmp 3.0.1 Wed Apr 05 2000 Bill Nottingham <notting@redhat.com> - what he said Tue Mar 21 2000 Bernhard Rosenkraenzer <bero@redhat.com> - rebuild with readline 4.1 Sat Mar 18 2000 Jeff Johnson <jbj@redhat.com> - rebuild tkinter against tcl-8.2.3. Thu Mar 09 2000 Nalin Dahyabhai <nalin@redhat.com> - build _localemodule.so to fix bug #9385 (release 14) Tue Feb 01 2000 Cristian Gafton <gafton@redhat.com> - add patch tp fix problems talioking to wuftpd from hjl - rebuild to fix dependencies Mon Jan 31 2000 Nalin Dahyabhai <nalin@redhat.com> - add buildrequires lines (#8925) Mon Jan 17 2000 Nalin Dahyabhai <nalin@redhat.com> - put idle, modulator, and pynche only in python-tools Thu Dec 02 1999 Michael K. Johnson <johnsonm@redhat.com> - fixed whichdb patch to actually do something (#7458) Mon Nov 22 1999 Michael K. Johnson <johnsonm@redhat.com> - link nismodule against -lnss - whichdb patch by Guido (Python.org bug 97) Fri Sep 17 1999 Tim Powers <timp@redhat.com> - added modulator and pynche to the python-tools package - using a files list in the %files section for python-tools Fri Sep 17 1999 Michael K. Johnson <johnsonm@redhat.com> - added conflicts/requires between subpackages so that you cannot have an older tkinter installed with a new python. - added more tools Wed Sep 15 1999 Michael K. Johnson <johnsonm@redhat.com> - changed defattr so that executable scripts in docs stay executable Tue Aug 24 1999 Bill Nottingham <notting@redhat.com> - rebuild to fix broken tkinter. Mon Aug 09 1999 Matt Wilson <msw@redhat.com> - fixed bogus /usr/local/bin/python requirements Sat Jul 17 1999 Matt Wilson <msw@redhat.com> - added patch to import global symbols until we get libtool patched Sun Jul 11 1999 Matt Wilson <msw@redhat.com> - updated to 1.5.2 Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 10) Thu Mar 18 1999 Bill Nottingham <notting@redhat.com> - fix permissions in python-docs Thu Feb 11 1999 Michael Johnson <johnsonm@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@redhat.com> - add --with-threads at user request - clean up spec file Fri Jan 08 1999 Michael K. Johnson <johnsonm@redhat.com> - New libc changes ndbm.h to db1/ndbm.h and -ldb to -ldb1 Thu Sep 03 1998 Jeff Johnson <jbj@redhat.com> - recompile for RH 5.2. Wed May 06 1998 Cristian Gafton <gafton@redhat.com> - python-docs used to require /usr/bin/sed. Changed to /bin/sed instead Wed Apr 29 1998 Cristian Gafton <gafton@redhat.com> - fixed the spec file for version 1.5.1 - buildroot (!) Mon Apr 20 1998 Michael K. Johnson <johnsonm@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@redhat.com> - updated to python 1.5 - made /usr/lib/python1.5 file list automatically generated Tue Nov 04 1997 Michael K. Johnson <johnsonm@redhat.com> - Fixed dependencies for python and tkinter Mon Nov 03 1997 Michael K. Johnson <johnsonm@redhat.com> - pulled out tk-related stuff into tkinter package Fri Oct 10 1997 Erik Troan <ewt@redhat.com> - bunches of scripts used /usr/local/bin/python instead of /usr/bin/python Tue Sep 30 1997 Erik Troan <ewt@redhat.com> - updated for tcl/tk 8.0 Thu Jul 10 1997 Erik Troan <ewt@redhat.com> - built against glibc
2004-09-09 10:57:31 +00:00
* Sat Jul 21 2001 Trond Eivind Glomsrød <teg@redhat.com>
- 2.1.1 bugfix release - with a GPL compatible license
auto-import changelog data from python-1.5.2-25.src.rpm Wed Aug 23 2000 Nalin Dahyabhai <nalin@redhat.com> - byte-compile modules with the correct directory paths Mon Jul 31 2000 Matt Wilson <msw@redhat.com> - fixed directory perms from 775 to 755 to make rpmlint shut up Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sun Jun 18 2000 Bill Nottingham <notting@redhat.com> - rebuild, fix dependencies Thu Jun 15 2000 Matt Wilson <msw@redhat.com> - rebuilt against new tcltk Sat Jun 03 2000 Jeff Johnson <jbj@redhat.com> - rebuild against tcltk 8.3.1. Fri Apr 28 2000 Matt Wilson <msw@redhat.com> - rebuild against gmp 3.0.1 Wed Apr 05 2000 Bill Nottingham <notting@redhat.com> - what he said Tue Mar 21 2000 Bernhard Rosenkraenzer <bero@redhat.com> - rebuild with readline 4.1 Sat Mar 18 2000 Jeff Johnson <jbj@redhat.com> - rebuild tkinter against tcl-8.2.3. Thu Mar 09 2000 Nalin Dahyabhai <nalin@redhat.com> - build _localemodule.so to fix bug #9385 (release 14) Tue Feb 01 2000 Cristian Gafton <gafton@redhat.com> - add patch tp fix problems talioking to wuftpd from hjl - rebuild to fix dependencies Mon Jan 31 2000 Nalin Dahyabhai <nalin@redhat.com> - add buildrequires lines (#8925) Mon Jan 17 2000 Nalin Dahyabhai <nalin@redhat.com> - put idle, modulator, and pynche only in python-tools Thu Dec 02 1999 Michael K. Johnson <johnsonm@redhat.com> - fixed whichdb patch to actually do something (#7458) Mon Nov 22 1999 Michael K. Johnson <johnsonm@redhat.com> - link nismodule against -lnss - whichdb patch by Guido (Python.org bug 97) Fri Sep 17 1999 Tim Powers <timp@redhat.com> - added modulator and pynche to the python-tools package - using a files list in the %files section for python-tools Fri Sep 17 1999 Michael K. Johnson <johnsonm@redhat.com> - added conflicts/requires between subpackages so that you cannot have an older tkinter installed with a new python. - added more tools Wed Sep 15 1999 Michael K. Johnson <johnsonm@redhat.com> - changed defattr so that executable scripts in docs stay executable Tue Aug 24 1999 Bill Nottingham <notting@redhat.com> - rebuild to fix broken tkinter. Mon Aug 09 1999 Matt Wilson <msw@redhat.com> - fixed bogus /usr/local/bin/python requirements Sat Jul 17 1999 Matt Wilson <msw@redhat.com> - added patch to import global symbols until we get libtool patched Sun Jul 11 1999 Matt Wilson <msw@redhat.com> - updated to 1.5.2 Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 10) Thu Mar 18 1999 Bill Nottingham <notting@redhat.com> - fix permissions in python-docs Thu Feb 11 1999 Michael Johnson <johnsonm@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@redhat.com> - add --with-threads at user request - clean up spec file Fri Jan 08 1999 Michael K. Johnson <johnsonm@redhat.com> - New libc changes ndbm.h to db1/ndbm.h and -ldb to -ldb1 Thu Sep 03 1998 Jeff Johnson <jbj@redhat.com> - recompile for RH 5.2. Wed May 06 1998 Cristian Gafton <gafton@redhat.com> - python-docs used to require /usr/bin/sed. Changed to /bin/sed instead Wed Apr 29 1998 Cristian Gafton <gafton@redhat.com> - fixed the spec file for version 1.5.1 - buildroot (!) Mon Apr 20 1998 Michael K. Johnson <johnsonm@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@redhat.com> - updated to python 1.5 - made /usr/lib/python1.5 file list automatically generated Tue Nov 04 1997 Michael K. Johnson <johnsonm@redhat.com> - Fixed dependencies for python and tkinter Mon Nov 03 1997 Michael K. Johnson <johnsonm@redhat.com> - pulled out tk-related stuff into tkinter package Fri Oct 10 1997 Erik Troan <ewt@redhat.com> - bunches of scripts used /usr/local/bin/python instead of /usr/bin/python Tue Sep 30 1997 Erik Troan <ewt@redhat.com> - updated for tcl/tk 8.0 Thu Jul 10 1997 Erik Troan <ewt@redhat.com> - built against glibc
2004-09-09 10:57:31 +00:00
* Fri Jul 20 2001 Trond Eivind Glomsrød <teg@redhat.com>
- Add new build dependencies (#49753)
auto-import changelog data from python-1.5.2-25.src.rpm Wed Aug 23 2000 Nalin Dahyabhai <nalin@redhat.com> - byte-compile modules with the correct directory paths Mon Jul 31 2000 Matt Wilson <msw@redhat.com> - fixed directory perms from 775 to 755 to make rpmlint shut up Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sun Jun 18 2000 Bill Nottingham <notting@redhat.com> - rebuild, fix dependencies Thu Jun 15 2000 Matt Wilson <msw@redhat.com> - rebuilt against new tcltk Sat Jun 03 2000 Jeff Johnson <jbj@redhat.com> - rebuild against tcltk 8.3.1. Fri Apr 28 2000 Matt Wilson <msw@redhat.com> - rebuild against gmp 3.0.1 Wed Apr 05 2000 Bill Nottingham <notting@redhat.com> - what he said Tue Mar 21 2000 Bernhard Rosenkraenzer <bero@redhat.com> - rebuild with readline 4.1 Sat Mar 18 2000 Jeff Johnson <jbj@redhat.com> - rebuild tkinter against tcl-8.2.3. Thu Mar 09 2000 Nalin Dahyabhai <nalin@redhat.com> - build _localemodule.so to fix bug #9385 (release 14) Tue Feb 01 2000 Cristian Gafton <gafton@redhat.com> - add patch tp fix problems talioking to wuftpd from hjl - rebuild to fix dependencies Mon Jan 31 2000 Nalin Dahyabhai <nalin@redhat.com> - add buildrequires lines (#8925) Mon Jan 17 2000 Nalin Dahyabhai <nalin@redhat.com> - put idle, modulator, and pynche only in python-tools Thu Dec 02 1999 Michael K. Johnson <johnsonm@redhat.com> - fixed whichdb patch to actually do something (#7458) Mon Nov 22 1999 Michael K. Johnson <johnsonm@redhat.com> - link nismodule against -lnss - whichdb patch by Guido (Python.org bug 97) Fri Sep 17 1999 Tim Powers <timp@redhat.com> - added modulator and pynche to the python-tools package - using a files list in the %files section for python-tools Fri Sep 17 1999 Michael K. Johnson <johnsonm@redhat.com> - added conflicts/requires between subpackages so that you cannot have an older tkinter installed with a new python. - added more tools Wed Sep 15 1999 Michael K. Johnson <johnsonm@redhat.com> - changed defattr so that executable scripts in docs stay executable Tue Aug 24 1999 Bill Nottingham <notting@redhat.com> - rebuild to fix broken tkinter. Mon Aug 09 1999 Matt Wilson <msw@redhat.com> - fixed bogus /usr/local/bin/python requirements Sat Jul 17 1999 Matt Wilson <msw@redhat.com> - added patch to import global symbols until we get libtool patched Sun Jul 11 1999 Matt Wilson <msw@redhat.com> - updated to 1.5.2 Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 10) Thu Mar 18 1999 Bill Nottingham <notting@redhat.com> - fix permissions in python-docs Thu Feb 11 1999 Michael Johnson <johnsonm@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@redhat.com> - add --with-threads at user request - clean up spec file Fri Jan 08 1999 Michael K. Johnson <johnsonm@redhat.com> - New libc changes ndbm.h to db1/ndbm.h and -ldb to -ldb1 Thu Sep 03 1998 Jeff Johnson <jbj@redhat.com> - recompile for RH 5.2. Wed May 06 1998 Cristian Gafton <gafton@redhat.com> - python-docs used to require /usr/bin/sed. Changed to /bin/sed instead Wed Apr 29 1998 Cristian Gafton <gafton@redhat.com> - fixed the spec file for version 1.5.1 - buildroot (!) Mon Apr 20 1998 Michael K. Johnson <johnsonm@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@redhat.com> - updated to python 1.5 - made /usr/lib/python1.5 file list automatically generated Tue Nov 04 1997 Michael K. Johnson <johnsonm@redhat.com> - Fixed dependencies for python and tkinter Mon Nov 03 1997 Michael K. Johnson <johnsonm@redhat.com> - pulled out tk-related stuff into tkinter package Fri Oct 10 1997 Erik Troan <ewt@redhat.com> - bunches of scripts used /usr/local/bin/python instead of /usr/bin/python Tue Sep 30 1997 Erik Troan <ewt@redhat.com> - updated for tcl/tk 8.0 Thu Jul 10 1997 Erik Troan <ewt@redhat.com> - built against glibc
2004-09-09 10:57:31 +00:00
* Tue Jun 26 2001 Nalin Dahyabhai <nalin@redhat.com>
- build with -fPIC
auto-import changelog data from python-1.5.2-25.src.rpm Wed Aug 23 2000 Nalin Dahyabhai <nalin@redhat.com> - byte-compile modules with the correct directory paths Mon Jul 31 2000 Matt Wilson <msw@redhat.com> - fixed directory perms from 775 to 755 to make rpmlint shut up Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sun Jun 18 2000 Bill Nottingham <notting@redhat.com> - rebuild, fix dependencies Thu Jun 15 2000 Matt Wilson <msw@redhat.com> - rebuilt against new tcltk Sat Jun 03 2000 Jeff Johnson <jbj@redhat.com> - rebuild against tcltk 8.3.1. Fri Apr 28 2000 Matt Wilson <msw@redhat.com> - rebuild against gmp 3.0.1 Wed Apr 05 2000 Bill Nottingham <notting@redhat.com> - what he said Tue Mar 21 2000 Bernhard Rosenkraenzer <bero@redhat.com> - rebuild with readline 4.1 Sat Mar 18 2000 Jeff Johnson <jbj@redhat.com> - rebuild tkinter against tcl-8.2.3. Thu Mar 09 2000 Nalin Dahyabhai <nalin@redhat.com> - build _localemodule.so to fix bug #9385 (release 14) Tue Feb 01 2000 Cristian Gafton <gafton@redhat.com> - add patch tp fix problems talioking to wuftpd from hjl - rebuild to fix dependencies Mon Jan 31 2000 Nalin Dahyabhai <nalin@redhat.com> - add buildrequires lines (#8925) Mon Jan 17 2000 Nalin Dahyabhai <nalin@redhat.com> - put idle, modulator, and pynche only in python-tools Thu Dec 02 1999 Michael K. Johnson <johnsonm@redhat.com> - fixed whichdb patch to actually do something (#7458) Mon Nov 22 1999 Michael K. Johnson <johnsonm@redhat.com> - link nismodule against -lnss - whichdb patch by Guido (Python.org bug 97) Fri Sep 17 1999 Tim Powers <timp@redhat.com> - added modulator and pynche to the python-tools package - using a files list in the %files section for python-tools Fri Sep 17 1999 Michael K. Johnson <johnsonm@redhat.com> - added conflicts/requires between subpackages so that you cannot have an older tkinter installed with a new python. - added more tools Wed Sep 15 1999 Michael K. Johnson <johnsonm@redhat.com> - changed defattr so that executable scripts in docs stay executable Tue Aug 24 1999 Bill Nottingham <notting@redhat.com> - rebuild to fix broken tkinter. Mon Aug 09 1999 Matt Wilson <msw@redhat.com> - fixed bogus /usr/local/bin/python requirements Sat Jul 17 1999 Matt Wilson <msw@redhat.com> - added patch to import global symbols until we get libtool patched Sun Jul 11 1999 Matt Wilson <msw@redhat.com> - updated to 1.5.2 Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 10) Thu Mar 18 1999 Bill Nottingham <notting@redhat.com> - fix permissions in python-docs Thu Feb 11 1999 Michael Johnson <johnsonm@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@redhat.com> - add --with-threads at user request - clean up spec file Fri Jan 08 1999 Michael K. Johnson <johnsonm@redhat.com> - New libc changes ndbm.h to db1/ndbm.h and -ldb to -ldb1 Thu Sep 03 1998 Jeff Johnson <jbj@redhat.com> - recompile for RH 5.2. Wed May 06 1998 Cristian Gafton <gafton@redhat.com> - python-docs used to require /usr/bin/sed. Changed to /bin/sed instead Wed Apr 29 1998 Cristian Gafton <gafton@redhat.com> - fixed the spec file for version 1.5.1 - buildroot (!) Mon Apr 20 1998 Michael K. Johnson <johnsonm@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@redhat.com> - updated to python 1.5 - made /usr/lib/python1.5 file list automatically generated Tue Nov 04 1997 Michael K. Johnson <johnsonm@redhat.com> - Fixed dependencies for python and tkinter Mon Nov 03 1997 Michael K. Johnson <johnsonm@redhat.com> - pulled out tk-related stuff into tkinter package Fri Oct 10 1997 Erik Troan <ewt@redhat.com> - bunches of scripts used /usr/local/bin/python instead of /usr/bin/python Tue Sep 30 1997 Erik Troan <ewt@redhat.com> - updated for tcl/tk 8.0 Thu Jul 10 1997 Erik Troan <ewt@redhat.com> - built against glibc
2004-09-09 10:57:31 +00:00
* Fri Jun 1 2001 Trond Eivind Glomsrød <teg@redhat.com>
- 2.1
- reorganization of file includes
auto-import changelog data from python-1.5.2-25.src.rpm Wed Aug 23 2000 Nalin Dahyabhai <nalin@redhat.com> - byte-compile modules with the correct directory paths Mon Jul 31 2000 Matt Wilson <msw@redhat.com> - fixed directory perms from 775 to 755 to make rpmlint shut up Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sun Jun 18 2000 Bill Nottingham <notting@redhat.com> - rebuild, fix dependencies Thu Jun 15 2000 Matt Wilson <msw@redhat.com> - rebuilt against new tcltk Sat Jun 03 2000 Jeff Johnson <jbj@redhat.com> - rebuild against tcltk 8.3.1. Fri Apr 28 2000 Matt Wilson <msw@redhat.com> - rebuild against gmp 3.0.1 Wed Apr 05 2000 Bill Nottingham <notting@redhat.com> - what he said Tue Mar 21 2000 Bernhard Rosenkraenzer <bero@redhat.com> - rebuild with readline 4.1 Sat Mar 18 2000 Jeff Johnson <jbj@redhat.com> - rebuild tkinter against tcl-8.2.3. Thu Mar 09 2000 Nalin Dahyabhai <nalin@redhat.com> - build _localemodule.so to fix bug #9385 (release 14) Tue Feb 01 2000 Cristian Gafton <gafton@redhat.com> - add patch tp fix problems talioking to wuftpd from hjl - rebuild to fix dependencies Mon Jan 31 2000 Nalin Dahyabhai <nalin@redhat.com> - add buildrequires lines (#8925) Mon Jan 17 2000 Nalin Dahyabhai <nalin@redhat.com> - put idle, modulator, and pynche only in python-tools Thu Dec 02 1999 Michael K. Johnson <johnsonm@redhat.com> - fixed whichdb patch to actually do something (#7458) Mon Nov 22 1999 Michael K. Johnson <johnsonm@redhat.com> - link nismodule against -lnss - whichdb patch by Guido (Python.org bug 97) Fri Sep 17 1999 Tim Powers <timp@redhat.com> - added modulator and pynche to the python-tools package - using a files list in the %files section for python-tools Fri Sep 17 1999 Michael K. Johnson <johnsonm@redhat.com> - added conflicts/requires between subpackages so that you cannot have an older tkinter installed with a new python. - added more tools Wed Sep 15 1999 Michael K. Johnson <johnsonm@redhat.com> - changed defattr so that executable scripts in docs stay executable Tue Aug 24 1999 Bill Nottingham <notting@redhat.com> - rebuild to fix broken tkinter. Mon Aug 09 1999 Matt Wilson <msw@redhat.com> - fixed bogus /usr/local/bin/python requirements Sat Jul 17 1999 Matt Wilson <msw@redhat.com> - added patch to import global symbols until we get libtool patched Sun Jul 11 1999 Matt Wilson <msw@redhat.com> - updated to 1.5.2 Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 10) Thu Mar 18 1999 Bill Nottingham <notting@redhat.com> - fix permissions in python-docs Thu Feb 11 1999 Michael Johnson <johnsonm@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@redhat.com> - add --with-threads at user request - clean up spec file Fri Jan 08 1999 Michael K. Johnson <johnsonm@redhat.com> - New libc changes ndbm.h to db1/ndbm.h and -ldb to -ldb1 Thu Sep 03 1998 Jeff Johnson <jbj@redhat.com> - recompile for RH 5.2. Wed May 06 1998 Cristian Gafton <gafton@redhat.com> - python-docs used to require /usr/bin/sed. Changed to /bin/sed instead Wed Apr 29 1998 Cristian Gafton <gafton@redhat.com> - fixed the spec file for version 1.5.1 - buildroot (!) Mon Apr 20 1998 Michael K. Johnson <johnsonm@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@redhat.com> - updated to python 1.5 - made /usr/lib/python1.5 file list automatically generated Tue Nov 04 1997 Michael K. Johnson <johnsonm@redhat.com> - Fixed dependencies for python and tkinter Mon Nov 03 1997 Michael K. Johnson <johnsonm@redhat.com> - pulled out tk-related stuff into tkinter package Fri Oct 10 1997 Erik Troan <ewt@redhat.com> - bunches of scripts used /usr/local/bin/python instead of /usr/bin/python Tue Sep 30 1997 Erik Troan <ewt@redhat.com> - updated for tcl/tk 8.0 Thu Jul 10 1997 Erik Troan <ewt@redhat.com> - built against glibc
2004-09-09 10:57:31 +00:00
* Wed Dec 20 2000 Trond Eivind Glomsrød <teg@redhat.com>
- fix the "requires" clause, it lacked a space causing problems
- use %%{_tmppath}
- don't define name, version etc
- add the available patches from the Python home page
auto-import changelog data from python-1.5.2-25.src.rpm Wed Aug 23 2000 Nalin Dahyabhai <nalin@redhat.com> - byte-compile modules with the correct directory paths Mon Jul 31 2000 Matt Wilson <msw@redhat.com> - fixed directory perms from 775 to 755 to make rpmlint shut up Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sun Jun 18 2000 Bill Nottingham <notting@redhat.com> - rebuild, fix dependencies Thu Jun 15 2000 Matt Wilson <msw@redhat.com> - rebuilt against new tcltk Sat Jun 03 2000 Jeff Johnson <jbj@redhat.com> - rebuild against tcltk 8.3.1. Fri Apr 28 2000 Matt Wilson <msw@redhat.com> - rebuild against gmp 3.0.1 Wed Apr 05 2000 Bill Nottingham <notting@redhat.com> - what he said Tue Mar 21 2000 Bernhard Rosenkraenzer <bero@redhat.com> - rebuild with readline 4.1 Sat Mar 18 2000 Jeff Johnson <jbj@redhat.com> - rebuild tkinter against tcl-8.2.3. Thu Mar 09 2000 Nalin Dahyabhai <nalin@redhat.com> - build _localemodule.so to fix bug #9385 (release 14) Tue Feb 01 2000 Cristian Gafton <gafton@redhat.com> - add patch tp fix problems talioking to wuftpd from hjl - rebuild to fix dependencies Mon Jan 31 2000 Nalin Dahyabhai <nalin@redhat.com> - add buildrequires lines (#8925) Mon Jan 17 2000 Nalin Dahyabhai <nalin@redhat.com> - put idle, modulator, and pynche only in python-tools Thu Dec 02 1999 Michael K. Johnson <johnsonm@redhat.com> - fixed whichdb patch to actually do something (#7458) Mon Nov 22 1999 Michael K. Johnson <johnsonm@redhat.com> - link nismodule against -lnss - whichdb patch by Guido (Python.org bug 97) Fri Sep 17 1999 Tim Powers <timp@redhat.com> - added modulator and pynche to the python-tools package - using a files list in the %files section for python-tools Fri Sep 17 1999 Michael K. Johnson <johnsonm@redhat.com> - added conflicts/requires between subpackages so that you cannot have an older tkinter installed with a new python. - added more tools Wed Sep 15 1999 Michael K. Johnson <johnsonm@redhat.com> - changed defattr so that executable scripts in docs stay executable Tue Aug 24 1999 Bill Nottingham <notting@redhat.com> - rebuild to fix broken tkinter. Mon Aug 09 1999 Matt Wilson <msw@redhat.com> - fixed bogus /usr/local/bin/python requirements Sat Jul 17 1999 Matt Wilson <msw@redhat.com> - added patch to import global symbols until we get libtool patched Sun Jul 11 1999 Matt Wilson <msw@redhat.com> - updated to 1.5.2 Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 10) Thu Mar 18 1999 Bill Nottingham <notting@redhat.com> - fix permissions in python-docs Thu Feb 11 1999 Michael Johnson <johnsonm@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@redhat.com> - add --with-threads at user request - clean up spec file Fri Jan 08 1999 Michael K. Johnson <johnsonm@redhat.com> - New libc changes ndbm.h to db1/ndbm.h and -ldb to -ldb1 Thu Sep 03 1998 Jeff Johnson <jbj@redhat.com> - recompile for RH 5.2. Wed May 06 1998 Cristian Gafton <gafton@redhat.com> - python-docs used to require /usr/bin/sed. Changed to /bin/sed instead Wed Apr 29 1998 Cristian Gafton <gafton@redhat.com> - fixed the spec file for version 1.5.1 - buildroot (!) Mon Apr 20 1998 Michael K. Johnson <johnsonm@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@redhat.com> - updated to python 1.5 - made /usr/lib/python1.5 file list automatically generated Tue Nov 04 1997 Michael K. Johnson <johnsonm@redhat.com> - Fixed dependencies for python and tkinter Mon Nov 03 1997 Michael K. Johnson <johnsonm@redhat.com> - pulled out tk-related stuff into tkinter package Fri Oct 10 1997 Erik Troan <ewt@redhat.com> - bunches of scripts used /usr/local/bin/python instead of /usr/bin/python Tue Sep 30 1997 Erik Troan <ewt@redhat.com> - updated for tcl/tk 8.0 Thu Jul 10 1997 Erik Troan <ewt@redhat.com> - built against glibc
2004-09-09 10:57:31 +00:00
* Fri Dec 15 2000 Matt Wilson <msw@redhat.com>
- added devel subpackage
auto-import changelog data from python-1.5.2-25.src.rpm Wed Aug 23 2000 Nalin Dahyabhai <nalin@redhat.com> - byte-compile modules with the correct directory paths Mon Jul 31 2000 Matt Wilson <msw@redhat.com> - fixed directory perms from 775 to 755 to make rpmlint shut up Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sun Jun 18 2000 Bill Nottingham <notting@redhat.com> - rebuild, fix dependencies Thu Jun 15 2000 Matt Wilson <msw@redhat.com> - rebuilt against new tcltk Sat Jun 03 2000 Jeff Johnson <jbj@redhat.com> - rebuild against tcltk 8.3.1. Fri Apr 28 2000 Matt Wilson <msw@redhat.com> - rebuild against gmp 3.0.1 Wed Apr 05 2000 Bill Nottingham <notting@redhat.com> - what he said Tue Mar 21 2000 Bernhard Rosenkraenzer <bero@redhat.com> - rebuild with readline 4.1 Sat Mar 18 2000 Jeff Johnson <jbj@redhat.com> - rebuild tkinter against tcl-8.2.3. Thu Mar 09 2000 Nalin Dahyabhai <nalin@redhat.com> - build _localemodule.so to fix bug #9385 (release 14) Tue Feb 01 2000 Cristian Gafton <gafton@redhat.com> - add patch tp fix problems talioking to wuftpd from hjl - rebuild to fix dependencies Mon Jan 31 2000 Nalin Dahyabhai <nalin@redhat.com> - add buildrequires lines (#8925) Mon Jan 17 2000 Nalin Dahyabhai <nalin@redhat.com> - put idle, modulator, and pynche only in python-tools Thu Dec 02 1999 Michael K. Johnson <johnsonm@redhat.com> - fixed whichdb patch to actually do something (#7458) Mon Nov 22 1999 Michael K. Johnson <johnsonm@redhat.com> - link nismodule against -lnss - whichdb patch by Guido (Python.org bug 97) Fri Sep 17 1999 Tim Powers <timp@redhat.com> - added modulator and pynche to the python-tools package - using a files list in the %files section for python-tools Fri Sep 17 1999 Michael K. Johnson <johnsonm@redhat.com> - added conflicts/requires between subpackages so that you cannot have an older tkinter installed with a new python. - added more tools Wed Sep 15 1999 Michael K. Johnson <johnsonm@redhat.com> - changed defattr so that executable scripts in docs stay executable Tue Aug 24 1999 Bill Nottingham <notting@redhat.com> - rebuild to fix broken tkinter. Mon Aug 09 1999 Matt Wilson <msw@redhat.com> - fixed bogus /usr/local/bin/python requirements Sat Jul 17 1999 Matt Wilson <msw@redhat.com> - added patch to import global symbols until we get libtool patched Sun Jul 11 1999 Matt Wilson <msw@redhat.com> - updated to 1.5.2 Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 10) Thu Mar 18 1999 Bill Nottingham <notting@redhat.com> - fix permissions in python-docs Thu Feb 11 1999 Michael Johnson <johnsonm@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@redhat.com> - add --with-threads at user request - clean up spec file Fri Jan 08 1999 Michael K. Johnson <johnsonm@redhat.com> - New libc changes ndbm.h to db1/ndbm.h and -ldb to -ldb1 Thu Sep 03 1998 Jeff Johnson <jbj@redhat.com> - recompile for RH 5.2. Wed May 06 1998 Cristian Gafton <gafton@redhat.com> - python-docs used to require /usr/bin/sed. Changed to /bin/sed instead Wed Apr 29 1998 Cristian Gafton <gafton@redhat.com> - fixed the spec file for version 1.5.1 - buildroot (!) Mon Apr 20 1998 Michael K. Johnson <johnsonm@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@redhat.com> - updated to python 1.5 - made /usr/lib/python1.5 file list automatically generated Tue Nov 04 1997 Michael K. Johnson <johnsonm@redhat.com> - Fixed dependencies for python and tkinter Mon Nov 03 1997 Michael K. Johnson <johnsonm@redhat.com> - pulled out tk-related stuff into tkinter package Fri Oct 10 1997 Erik Troan <ewt@redhat.com> - bunches of scripts used /usr/local/bin/python instead of /usr/bin/python Tue Sep 30 1997 Erik Troan <ewt@redhat.com> - updated for tcl/tk 8.0 Thu Jul 10 1997 Erik Troan <ewt@redhat.com> - built against glibc
2004-09-09 10:57:31 +00:00
* Fri Dec 15 2000 Matt Wilson <msw@redhat.com>
- modify all files to use "python2.0" as the intrepter
- don't build the Expat bindings
- build against db1
auto-import changelog data from python-1.5.2-25.src.rpm Wed Aug 23 2000 Nalin Dahyabhai <nalin@redhat.com> - byte-compile modules with the correct directory paths Mon Jul 31 2000 Matt Wilson <msw@redhat.com> - fixed directory perms from 775 to 755 to make rpmlint shut up Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sun Jun 18 2000 Bill Nottingham <notting@redhat.com> - rebuild, fix dependencies Thu Jun 15 2000 Matt Wilson <msw@redhat.com> - rebuilt against new tcltk Sat Jun 03 2000 Jeff Johnson <jbj@redhat.com> - rebuild against tcltk 8.3.1. Fri Apr 28 2000 Matt Wilson <msw@redhat.com> - rebuild against gmp 3.0.1 Wed Apr 05 2000 Bill Nottingham <notting@redhat.com> - what he said Tue Mar 21 2000 Bernhard Rosenkraenzer <bero@redhat.com> - rebuild with readline 4.1 Sat Mar 18 2000 Jeff Johnson <jbj@redhat.com> - rebuild tkinter against tcl-8.2.3. Thu Mar 09 2000 Nalin Dahyabhai <nalin@redhat.com> - build _localemodule.so to fix bug #9385 (release 14) Tue Feb 01 2000 Cristian Gafton <gafton@redhat.com> - add patch tp fix problems talioking to wuftpd from hjl - rebuild to fix dependencies Mon Jan 31 2000 Nalin Dahyabhai <nalin@redhat.com> - add buildrequires lines (#8925) Mon Jan 17 2000 Nalin Dahyabhai <nalin@redhat.com> - put idle, modulator, and pynche only in python-tools Thu Dec 02 1999 Michael K. Johnson <johnsonm@redhat.com> - fixed whichdb patch to actually do something (#7458) Mon Nov 22 1999 Michael K. Johnson <johnsonm@redhat.com> - link nismodule against -lnss - whichdb patch by Guido (Python.org bug 97) Fri Sep 17 1999 Tim Powers <timp@redhat.com> - added modulator and pynche to the python-tools package - using a files list in the %files section for python-tools Fri Sep 17 1999 Michael K. Johnson <johnsonm@redhat.com> - added conflicts/requires between subpackages so that you cannot have an older tkinter installed with a new python. - added more tools Wed Sep 15 1999 Michael K. Johnson <johnsonm@redhat.com> - changed defattr so that executable scripts in docs stay executable Tue Aug 24 1999 Bill Nottingham <notting@redhat.com> - rebuild to fix broken tkinter. Mon Aug 09 1999 Matt Wilson <msw@redhat.com> - fixed bogus /usr/local/bin/python requirements Sat Jul 17 1999 Matt Wilson <msw@redhat.com> - added patch to import global symbols until we get libtool patched Sun Jul 11 1999 Matt Wilson <msw@redhat.com> - updated to 1.5.2 Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 10) Thu Mar 18 1999 Bill Nottingham <notting@redhat.com> - fix permissions in python-docs Thu Feb 11 1999 Michael Johnson <johnsonm@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@redhat.com> - add --with-threads at user request - clean up spec file Fri Jan 08 1999 Michael K. Johnson <johnsonm@redhat.com> - New libc changes ndbm.h to db1/ndbm.h and -ldb to -ldb1 Thu Sep 03 1998 Jeff Johnson <jbj@redhat.com> - recompile for RH 5.2. Wed May 06 1998 Cristian Gafton <gafton@redhat.com> - python-docs used to require /usr/bin/sed. Changed to /bin/sed instead Wed Apr 29 1998 Cristian Gafton <gafton@redhat.com> - fixed the spec file for version 1.5.1 - buildroot (!) Mon Apr 20 1998 Michael K. Johnson <johnsonm@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@redhat.com> - updated to python 1.5 - made /usr/lib/python1.5 file list automatically generated Tue Nov 04 1997 Michael K. Johnson <johnsonm@redhat.com> - Fixed dependencies for python and tkinter Mon Nov 03 1997 Michael K. Johnson <johnsonm@redhat.com> - pulled out tk-related stuff into tkinter package Fri Oct 10 1997 Erik Troan <ewt@redhat.com> - bunches of scripts used /usr/local/bin/python instead of /usr/bin/python Tue Sep 30 1997 Erik Troan <ewt@redhat.com> - updated for tcl/tk 8.0 Thu Jul 10 1997 Erik Troan <ewt@redhat.com> - built against glibc
2004-09-09 10:57:31 +00:00
* Mon Oct 16 2000 Jeremy Hylton <jeremy@beopen.com>
- updated for 2.0 final
auto-import changelog data from python-1.5.2-25.src.rpm Wed Aug 23 2000 Nalin Dahyabhai <nalin@redhat.com> - byte-compile modules with the correct directory paths Mon Jul 31 2000 Matt Wilson <msw@redhat.com> - fixed directory perms from 775 to 755 to make rpmlint shut up Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sun Jun 18 2000 Bill Nottingham <notting@redhat.com> - rebuild, fix dependencies Thu Jun 15 2000 Matt Wilson <msw@redhat.com> - rebuilt against new tcltk Sat Jun 03 2000 Jeff Johnson <jbj@redhat.com> - rebuild against tcltk 8.3.1. Fri Apr 28 2000 Matt Wilson <msw@redhat.com> - rebuild against gmp 3.0.1 Wed Apr 05 2000 Bill Nottingham <notting@redhat.com> - what he said Tue Mar 21 2000 Bernhard Rosenkraenzer <bero@redhat.com> - rebuild with readline 4.1 Sat Mar 18 2000 Jeff Johnson <jbj@redhat.com> - rebuild tkinter against tcl-8.2.3. Thu Mar 09 2000 Nalin Dahyabhai <nalin@redhat.com> - build _localemodule.so to fix bug #9385 (release 14) Tue Feb 01 2000 Cristian Gafton <gafton@redhat.com> - add patch tp fix problems talioking to wuftpd from hjl - rebuild to fix dependencies Mon Jan 31 2000 Nalin Dahyabhai <nalin@redhat.com> - add buildrequires lines (#8925) Mon Jan 17 2000 Nalin Dahyabhai <nalin@redhat.com> - put idle, modulator, and pynche only in python-tools Thu Dec 02 1999 Michael K. Johnson <johnsonm@redhat.com> - fixed whichdb patch to actually do something (#7458) Mon Nov 22 1999 Michael K. Johnson <johnsonm@redhat.com> - link nismodule against -lnss - whichdb patch by Guido (Python.org bug 97) Fri Sep 17 1999 Tim Powers <timp@redhat.com> - added modulator and pynche to the python-tools package - using a files list in the %files section for python-tools Fri Sep 17 1999 Michael K. Johnson <johnsonm@redhat.com> - added conflicts/requires between subpackages so that you cannot have an older tkinter installed with a new python. - added more tools Wed Sep 15 1999 Michael K. Johnson <johnsonm@redhat.com> - changed defattr so that executable scripts in docs stay executable Tue Aug 24 1999 Bill Nottingham <notting@redhat.com> - rebuild to fix broken tkinter. Mon Aug 09 1999 Matt Wilson <msw@redhat.com> - fixed bogus /usr/local/bin/python requirements Sat Jul 17 1999 Matt Wilson <msw@redhat.com> - added patch to import global symbols until we get libtool patched Sun Jul 11 1999 Matt Wilson <msw@redhat.com> - updated to 1.5.2 Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 10) Thu Mar 18 1999 Bill Nottingham <notting@redhat.com> - fix permissions in python-docs Thu Feb 11 1999 Michael Johnson <johnsonm@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@redhat.com> - add --with-threads at user request - clean up spec file Fri Jan 08 1999 Michael K. Johnson <johnsonm@redhat.com> - New libc changes ndbm.h to db1/ndbm.h and -ldb to -ldb1 Thu Sep 03 1998 Jeff Johnson <jbj@redhat.com> - recompile for RH 5.2. Wed May 06 1998 Cristian Gafton <gafton@redhat.com> - python-docs used to require /usr/bin/sed. Changed to /bin/sed instead Wed Apr 29 1998 Cristian Gafton <gafton@redhat.com> - fixed the spec file for version 1.5.1 - buildroot (!) Mon Apr 20 1998 Michael K. Johnson <johnsonm@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@redhat.com> - updated to python 1.5 - made /usr/lib/python1.5 file list automatically generated Tue Nov 04 1997 Michael K. Johnson <johnsonm@redhat.com> - Fixed dependencies for python and tkinter Mon Nov 03 1997 Michael K. Johnson <johnsonm@redhat.com> - pulled out tk-related stuff into tkinter package Fri Oct 10 1997 Erik Troan <ewt@redhat.com> - bunches of scripts used /usr/local/bin/python instead of /usr/bin/python Tue Sep 30 1997 Erik Troan <ewt@redhat.com> - updated for tcl/tk 8.0 Thu Jul 10 1997 Erik Troan <ewt@redhat.com> - built against glibc
2004-09-09 10:57:31 +00:00
* Mon Oct 9 2000 Jeremy Hylton <jeremy@beopen.com>
- updated for 2.0c1
- build audioop, imageop, and rgbimg extension modules
- include xml.parsers subpackage
- add test.xml.out to files list
auto-import changelog data from python-1.5.2-25.src.rpm Wed Aug 23 2000 Nalin Dahyabhai <nalin@redhat.com> - byte-compile modules with the correct directory paths Mon Jul 31 2000 Matt Wilson <msw@redhat.com> - fixed directory perms from 775 to 755 to make rpmlint shut up Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sun Jun 18 2000 Bill Nottingham <notting@redhat.com> - rebuild, fix dependencies Thu Jun 15 2000 Matt Wilson <msw@redhat.com> - rebuilt against new tcltk Sat Jun 03 2000 Jeff Johnson <jbj@redhat.com> - rebuild against tcltk 8.3.1. Fri Apr 28 2000 Matt Wilson <msw@redhat.com> - rebuild against gmp 3.0.1 Wed Apr 05 2000 Bill Nottingham <notting@redhat.com> - what he said Tue Mar 21 2000 Bernhard Rosenkraenzer <bero@redhat.com> - rebuild with readline 4.1 Sat Mar 18 2000 Jeff Johnson <jbj@redhat.com> - rebuild tkinter against tcl-8.2.3. Thu Mar 09 2000 Nalin Dahyabhai <nalin@redhat.com> - build _localemodule.so to fix bug #9385 (release 14) Tue Feb 01 2000 Cristian Gafton <gafton@redhat.com> - add patch tp fix problems talioking to wuftpd from hjl - rebuild to fix dependencies Mon Jan 31 2000 Nalin Dahyabhai <nalin@redhat.com> - add buildrequires lines (#8925) Mon Jan 17 2000 Nalin Dahyabhai <nalin@redhat.com> - put idle, modulator, and pynche only in python-tools Thu Dec 02 1999 Michael K. Johnson <johnsonm@redhat.com> - fixed whichdb patch to actually do something (#7458) Mon Nov 22 1999 Michael K. Johnson <johnsonm@redhat.com> - link nismodule against -lnss - whichdb patch by Guido (Python.org bug 97) Fri Sep 17 1999 Tim Powers <timp@redhat.com> - added modulator and pynche to the python-tools package - using a files list in the %files section for python-tools Fri Sep 17 1999 Michael K. Johnson <johnsonm@redhat.com> - added conflicts/requires between subpackages so that you cannot have an older tkinter installed with a new python. - added more tools Wed Sep 15 1999 Michael K. Johnson <johnsonm@redhat.com> - changed defattr so that executable scripts in docs stay executable Tue Aug 24 1999 Bill Nottingham <notting@redhat.com> - rebuild to fix broken tkinter. Mon Aug 09 1999 Matt Wilson <msw@redhat.com> - fixed bogus /usr/local/bin/python requirements Sat Jul 17 1999 Matt Wilson <msw@redhat.com> - added patch to import global symbols until we get libtool patched Sun Jul 11 1999 Matt Wilson <msw@redhat.com> - updated to 1.5.2 Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 10) Thu Mar 18 1999 Bill Nottingham <notting@redhat.com> - fix permissions in python-docs Thu Feb 11 1999 Michael Johnson <johnsonm@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@redhat.com> - add --with-threads at user request - clean up spec file Fri Jan 08 1999 Michael K. Johnson <johnsonm@redhat.com> - New libc changes ndbm.h to db1/ndbm.h and -ldb to -ldb1 Thu Sep 03 1998 Jeff Johnson <jbj@redhat.com> - recompile for RH 5.2. Wed May 06 1998 Cristian Gafton <gafton@redhat.com> - python-docs used to require /usr/bin/sed. Changed to /bin/sed instead Wed Apr 29 1998 Cristian Gafton <gafton@redhat.com> - fixed the spec file for version 1.5.1 - buildroot (!) Mon Apr 20 1998 Michael K. Johnson <johnsonm@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@redhat.com> - updated to python 1.5 - made /usr/lib/python1.5 file list automatically generated Tue Nov 04 1997 Michael K. Johnson <johnsonm@redhat.com> - Fixed dependencies for python and tkinter Mon Nov 03 1997 Michael K. Johnson <johnsonm@redhat.com> - pulled out tk-related stuff into tkinter package Fri Oct 10 1997 Erik Troan <ewt@redhat.com> - bunches of scripts used /usr/local/bin/python instead of /usr/bin/python Tue Sep 30 1997 Erik Troan <ewt@redhat.com> - updated for tcl/tk 8.0 Thu Jul 10 1997 Erik Troan <ewt@redhat.com> - built against glibc
2004-09-09 10:57:31 +00:00
* Thu Oct 5 2000 Jeremy Hylton <jeremy@beopen.com>
- added bin/python2.0 to files list (suggested by Martin v. L?)
auto-import changelog data from python-1.5.2-25.src.rpm Wed Aug 23 2000 Nalin Dahyabhai <nalin@redhat.com> - byte-compile modules with the correct directory paths Mon Jul 31 2000 Matt Wilson <msw@redhat.com> - fixed directory perms from 775 to 755 to make rpmlint shut up Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sun Jun 18 2000 Bill Nottingham <notting@redhat.com> - rebuild, fix dependencies Thu Jun 15 2000 Matt Wilson <msw@redhat.com> - rebuilt against new tcltk Sat Jun 03 2000 Jeff Johnson <jbj@redhat.com> - rebuild against tcltk 8.3.1. Fri Apr 28 2000 Matt Wilson <msw@redhat.com> - rebuild against gmp 3.0.1 Wed Apr 05 2000 Bill Nottingham <notting@redhat.com> - what he said Tue Mar 21 2000 Bernhard Rosenkraenzer <bero@redhat.com> - rebuild with readline 4.1 Sat Mar 18 2000 Jeff Johnson <jbj@redhat.com> - rebuild tkinter against tcl-8.2.3. Thu Mar 09 2000 Nalin Dahyabhai <nalin@redhat.com> - build _localemodule.so to fix bug #9385 (release 14) Tue Feb 01 2000 Cristian Gafton <gafton@redhat.com> - add patch tp fix problems talioking to wuftpd from hjl - rebuild to fix dependencies Mon Jan 31 2000 Nalin Dahyabhai <nalin@redhat.com> - add buildrequires lines (#8925) Mon Jan 17 2000 Nalin Dahyabhai <nalin@redhat.com> - put idle, modulator, and pynche only in python-tools Thu Dec 02 1999 Michael K. Johnson <johnsonm@redhat.com> - fixed whichdb patch to actually do something (#7458) Mon Nov 22 1999 Michael K. Johnson <johnsonm@redhat.com> - link nismodule against -lnss - whichdb patch by Guido (Python.org bug 97) Fri Sep 17 1999 Tim Powers <timp@redhat.com> - added modulator and pynche to the python-tools package - using a files list in the %files section for python-tools Fri Sep 17 1999 Michael K. Johnson <johnsonm@redhat.com> - added conflicts/requires between subpackages so that you cannot have an older tkinter installed with a new python. - added more tools Wed Sep 15 1999 Michael K. Johnson <johnsonm@redhat.com> - changed defattr so that executable scripts in docs stay executable Tue Aug 24 1999 Bill Nottingham <notting@redhat.com> - rebuild to fix broken tkinter. Mon Aug 09 1999 Matt Wilson <msw@redhat.com> - fixed bogus /usr/local/bin/python requirements Sat Jul 17 1999 Matt Wilson <msw@redhat.com> - added patch to import global symbols until we get libtool patched Sun Jul 11 1999 Matt Wilson <msw@redhat.com> - updated to 1.5.2 Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 10) Thu Mar 18 1999 Bill Nottingham <notting@redhat.com> - fix permissions in python-docs Thu Feb 11 1999 Michael Johnson <johnsonm@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@redhat.com> - add --with-threads at user request - clean up spec file Fri Jan 08 1999 Michael K. Johnson <johnsonm@redhat.com> - New libc changes ndbm.h to db1/ndbm.h and -ldb to -ldb1 Thu Sep 03 1998 Jeff Johnson <jbj@redhat.com> - recompile for RH 5.2. Wed May 06 1998 Cristian Gafton <gafton@redhat.com> - python-docs used to require /usr/bin/sed. Changed to /bin/sed instead Wed Apr 29 1998 Cristian Gafton <gafton@redhat.com> - fixed the spec file for version 1.5.1 - buildroot (!) Mon Apr 20 1998 Michael K. Johnson <johnsonm@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@redhat.com> - updated to python 1.5 - made /usr/lib/python1.5 file list automatically generated Tue Nov 04 1997 Michael K. Johnson <johnsonm@redhat.com> - Fixed dependencies for python and tkinter Mon Nov 03 1997 Michael K. Johnson <johnsonm@redhat.com> - pulled out tk-related stuff into tkinter package Fri Oct 10 1997 Erik Troan <ewt@redhat.com> - bunches of scripts used /usr/local/bin/python instead of /usr/bin/python Tue Sep 30 1997 Erik Troan <ewt@redhat.com> - updated for tcl/tk 8.0 Thu Jul 10 1997 Erik Troan <ewt@redhat.com> - built against glibc
2004-09-09 10:57:31 +00:00
* Tue Sep 26 2000 Jeremy Hylton <jeremy@beopen.com>
- updated for release 1 of 2.0b2
- use .bz2 version of Python source
auto-import changelog data from python-1.5.2-25.src.rpm Wed Aug 23 2000 Nalin Dahyabhai <nalin@redhat.com> - byte-compile modules with the correct directory paths Mon Jul 31 2000 Matt Wilson <msw@redhat.com> - fixed directory perms from 775 to 755 to make rpmlint shut up Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sun Jun 18 2000 Bill Nottingham <notting@redhat.com> - rebuild, fix dependencies Thu Jun 15 2000 Matt Wilson <msw@redhat.com> - rebuilt against new tcltk Sat Jun 03 2000 Jeff Johnson <jbj@redhat.com> - rebuild against tcltk 8.3.1. Fri Apr 28 2000 Matt Wilson <msw@redhat.com> - rebuild against gmp 3.0.1 Wed Apr 05 2000 Bill Nottingham <notting@redhat.com> - what he said Tue Mar 21 2000 Bernhard Rosenkraenzer <bero@redhat.com> - rebuild with readline 4.1 Sat Mar 18 2000 Jeff Johnson <jbj@redhat.com> - rebuild tkinter against tcl-8.2.3. Thu Mar 09 2000 Nalin Dahyabhai <nalin@redhat.com> - build _localemodule.so to fix bug #9385 (release 14) Tue Feb 01 2000 Cristian Gafton <gafton@redhat.com> - add patch tp fix problems talioking to wuftpd from hjl - rebuild to fix dependencies Mon Jan 31 2000 Nalin Dahyabhai <nalin@redhat.com> - add buildrequires lines (#8925) Mon Jan 17 2000 Nalin Dahyabhai <nalin@redhat.com> - put idle, modulator, and pynche only in python-tools Thu Dec 02 1999 Michael K. Johnson <johnsonm@redhat.com> - fixed whichdb patch to actually do something (#7458) Mon Nov 22 1999 Michael K. Johnson <johnsonm@redhat.com> - link nismodule against -lnss - whichdb patch by Guido (Python.org bug 97) Fri Sep 17 1999 Tim Powers <timp@redhat.com> - added modulator and pynche to the python-tools package - using a files list in the %files section for python-tools Fri Sep 17 1999 Michael K. Johnson <johnsonm@redhat.com> - added conflicts/requires between subpackages so that you cannot have an older tkinter installed with a new python. - added more tools Wed Sep 15 1999 Michael K. Johnson <johnsonm@redhat.com> - changed defattr so that executable scripts in docs stay executable Tue Aug 24 1999 Bill Nottingham <notting@redhat.com> - rebuild to fix broken tkinter. Mon Aug 09 1999 Matt Wilson <msw@redhat.com> - fixed bogus /usr/local/bin/python requirements Sat Jul 17 1999 Matt Wilson <msw@redhat.com> - added patch to import global symbols until we get libtool patched Sun Jul 11 1999 Matt Wilson <msw@redhat.com> - updated to 1.5.2 Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 10) Thu Mar 18 1999 Bill Nottingham <notting@redhat.com> - fix permissions in python-docs Thu Feb 11 1999 Michael Johnson <johnsonm@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@redhat.com> - add --with-threads at user request - clean up spec file Fri Jan 08 1999 Michael K. Johnson <johnsonm@redhat.com> - New libc changes ndbm.h to db1/ndbm.h and -ldb to -ldb1 Thu Sep 03 1998 Jeff Johnson <jbj@redhat.com> - recompile for RH 5.2. Wed May 06 1998 Cristian Gafton <gafton@redhat.com> - python-docs used to require /usr/bin/sed. Changed to /bin/sed instead Wed Apr 29 1998 Cristian Gafton <gafton@redhat.com> - fixed the spec file for version 1.5.1 - buildroot (!) Mon Apr 20 1998 Michael K. Johnson <johnsonm@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@redhat.com> - updated to python 1.5 - made /usr/lib/python1.5 file list automatically generated Tue Nov 04 1997 Michael K. Johnson <johnsonm@redhat.com> - Fixed dependencies for python and tkinter Mon Nov 03 1997 Michael K. Johnson <johnsonm@redhat.com> - pulled out tk-related stuff into tkinter package Fri Oct 10 1997 Erik Troan <ewt@redhat.com> - bunches of scripts used /usr/local/bin/python instead of /usr/bin/python Tue Sep 30 1997 Erik Troan <ewt@redhat.com> - updated for tcl/tk 8.0 Thu Jul 10 1997 Erik Troan <ewt@redhat.com> - built against glibc
2004-09-09 10:57:31 +00:00
* Tue Sep 12 2000 Jeremy Hylton <jeremy@beopen.com>
- Version 2 of 2.0b1
- Make the package relocatable. Thanks to Suchandra Thapa.
- Exclude Tkinter from main RPM. If it is in a separate RPM, it is
easier to track Tk releases.