cvsdist 64c8a92
%{!?__python_ver:%define __python_ver EMPTY}
cvsdist 20402fd
%define unicode ucs4
cvsdist e0fde95
cvsdist 64c8a92
%if "%{__python_ver}" != "EMPTY"
cvsdist 64c8a92
%define main_python 0
cvsdist 64c8a92
%define python python%{__python_ver}
cvsdist 64c8a92
%define tkinter tkinter%{__python_ver}
cvsdist e0fde95
%else
cvsdist 64c8a92
%define main_python 1
cvsdist e0fde95
%define python python
cvsdist 64c8a92
%define tkinter tkinter
cvsdist e0fde95
%endif
cvsdist e0fde95
Mihai Ibanescu f9962c6
%define pybasever 2.4
Mihai Ibanescu 26df507
%define jp_codecs 1.4.11
cvsdist d78f1e2
%define tools_dir %{_libdir}/python%{pybasever}/Tools
cvsdist d78f1e2
%define demo_dir %{_libdir}/python%{pybasever}/Demo
cvsdist e0fde95
cvsdist e0fde95
Summary: An interpreted, interactive, object-oriented programming language.
cvsdist e0fde95
Name: %{python}
Mihai Ibanescu 5533529
Version: %{pybasever}.2
773f492
Release: 2
cvsdist e0fde95
License: PSF - see LICENSE
cvsdist e4efab2
Group: Development/Languages
cvsdist d855cb1
Provides: python-abi = %{pybasever}
jbj 8e4b82e
Provides: python(abi) = %{pybasever}
cvsdist 44438bf
# optik is part of python 2.3 as optparse
cvsdist 44438bf
Provides: python-optik = 1.4.1
cvsdist 44438bf
Obsoletes: python-optik
Mihai Ibanescu 6828cb0
Source: http://www.python.org/ftp/python/%{version}/Python-%{version}.tar.bz2
cvsdist 20402fd
Source5: http://www.python.jp/pub/JapaneseCodecs/JapaneseCodecs-%{jp_codecs}.tar.gz
cvsdist 20402fd
Source6: http://gigue.peabody.jhu.edu/~mdboom/omi/source/shm_source/shmmodule.c
cvsdist 44438bf
Source7: python-2.3.4-optik.py
cvsdist 20402fd
Mihai Ibanescu 26df507
Patch0: python-2.4.1-config.patch
cvsdist e0fde95
Patch3: Python-2.2.1-pydocnogui.patch
cvsdist f79a121
Patch7: python-2.3.4-lib64-regex.patch
Mihai Ibanescu 26df507
Patch8: python-2.4.1-lib64.patch
cvsdist 20402fd
Patch9: japanese-codecs-lib64.patch
Mihai Ibanescu f9962c6
Patch13: python-2.4-distutils-bdist-rpm.patch
cvsdist 2f0d566
Patch14: python-2.3.4-pydocnodoc.patch
Mihai Ibanescu 43222eb
Patch15: python-2.4.1-canonicalize.patch
cvsdist 20402fd
cvsdist 64c8a92
%if %{main_python}
cvsdist 64c8a92
Obsoletes: Distutils
cvsdist 64c8a92
Provides: Distutils
cvsdist e0fde95
Obsoletes: python2 
cvsdist e0fde95
Provides: python2 = %{version}
Mihai Ibanescu adb16c2
BuildPrereq: db4-devel >= 4.3
cvsdist d4a3959
%else
cvsdist 64c8a92
#BuildPrereq: db3-devel
cvsdist e0fde95
%endif
cvsdist 20402fd
cvsdist e0fde95
BuildRoot: %{_tmppath}/%{name}-%{version}-root
cvsdist e0fde95
BuildPrereq: readline-devel, libtermcap-devel, openssl-devel, gmp-devel
Mihai Ibanescu 0fdf6c4
BuildPrereq: ncurses-devel, gdbm-devel, zlib-devel, expat-devel
773f492
BuildPrereq: libGL-devel tk tix gcc-c++ libX11-devel glibc-devel
Mihai Ibanescu f9962c6
BuildPrereq: bzip2 tar /usr/bin/find pkgconfig tcl-devel tk-devel
Mihai Ibanescu f9962c6
BuildPrereq: tix-devel bzip2-devel
Mihai Ibanescu 5533529
BuildPrereq: autoconf
cvsdist 86d7877
URL: http://www.python.org/
cvsdist e4efab2
cvsdist e4efab2
%description
cvsdist e4efab2
Python is an interpreted, interactive, object-oriented programming
cvsdist e4efab2
language often compared to Tcl, Perl, Scheme or Java. Python includes
cvsdist e4efab2
modules, classes, exceptions, very high level dynamic data types and
cvsdist e4efab2
dynamic typing. Python supports interfaces to many system calls and
cvsdist e4efab2
libraries, as well as to various windowing systems (X11, Motif, Tk,
cvsdist e4efab2
Mac and MFC).
cvsdist e4efab2
cvsdist e4efab2
Programmers can write new built-in modules for Python in C or C++.
cvsdist e4efab2
Python can be used as an extension language for applications that need
cvsdist e4efab2
a programmable interface. This package contains most of the standard
cvsdist e4efab2
Python modules, as well as modules for interfacing to the Tix widget
cvsdist e4efab2
set for Tk and RPM.
cvsdist e4efab2
cvsdist e4efab2
Note that documentation for Python is provided in the python-docs
cvsdist e4efab2
package.
cvsdist e4efab2
cvsdist e4efab2
%package devel
cvsdist e4efab2
Summary: The libraries and header files needed for Python development.
cvsdist e4efab2
Group: Development/Libraries
cvsdist 8caa1f3
Requires: %{python} = %{version}-%{release}
cvsdist 64c8a92
# Needed here because of the migration of Makefile from -devel to the main
cvsdist 64c8a92
# package
cvsdist 64c8a92
Conflicts: %{python} < %{version}-%{release}
cvsdist 64c8a92
%if %{main_python}
cvsdist e0fde95
Obsoletes: python2-devel
cvsdist 8caa1f3
Provides: python2-devel = %{version}-%{release}
cvsdist e0fde95
%endif
cvsdist e4efab2
cvsdist e4efab2
%description devel
cvsdist e4efab2
The Python programming language's interpreter can be extended with
cvsdist e4efab2
dynamically loaded extensions and can be embedded in other programs.
cvsdist e4efab2
This package contains the header files and libraries needed to do
cvsdist e4efab2
these types of tasks.
cvsdist e4efab2
cvsdist e4efab2
Install python-devel if you want to develop Python extensions.  The
cvsdist e4efab2
python package will also need to be installed.  You'll probably also
cvsdist e4efab2
want to install the python-docs package, which contains Python
cvsdist e4efab2
documentation.
cvsdist e4efab2
cvsdist e4efab2
%package tools
cvsdist e4efab2
Summary: A collection of development tools included with Python.
cvsdist e4efab2
Group: Development/Tools
cvsdist 8caa1f3
Requires: %{name} = %{version}-%{release}
Mihai Ibanescu ce25e1e
Requires: %{tkinter} = %{version}-%{release}
cvsdist 64c8a92
%if %{main_python}
cvsdist e0fde95
Obsoletes: python2-tools
cvsdist e0fde95
Provides: python2-tools = %{version}
cvsdist e0fde95
%endif
cvsdist e4efab2
cvsdist e4efab2
%description tools
cvsdist e4efab2
The Python package includes several development tools that are used
cvsdist e0fde95
to build python programs.
cvsdist e4efab2
cvsdist 64c8a92
%package -n %{tkinter}
cvsdist e4efab2
Summary: A graphical user interface for the Python scripting language.
cvsdist e4efab2
Group: Development/Languages
cvsdist e0fde95
BuildPrereq:  tcl, tk
cvsdist 8caa1f3
Requires: %{name} = %{version}-%{release}
cvsdist 64c8a92
%if %{main_python}
cvsdist e0fde95
Obsoletes: tkinter2
cvsdist e0fde95
Provides: tkinter2 = %{version}
cvsdist e0fde95
%endif
cvsdist e4efab2
cvsdist 64c8a92
%description -n %{tkinter}
cvsdist e0fde95
cvsdist e4efab2
The Tkinter (Tk interface) program is an graphical user interface for
cvsdist e4efab2
the Python scripting language.
cvsdist e4efab2
cvsdist e4efab2
You should install the tkinter package if you'd like to use a graphical
cvsdist e4efab2
user interface for Python programming.
cvsdist e4efab2
cvsdist e4efab2
%prep
Mihai Ibanescu 6828cb0
%setup -q -n Python-%{version} -a 5
cvsdist e4efab2
cvsdist e0fde95
%patch0 -p1 -b .rhconfig
cvsdist 20402fd
%patch3 -p1 -b .no_gui
cvsdist 20402fd
%if %{_lib} == lib64
cvsdist f79a121
%patch7 -p1 -b .lib64-regex
cvsdist d4a3959
%patch8 -p1 -b .lib64
cvsdist d4a3959
%patch9 -p0 -b .lib64-j
cvsdist 20402fd
%endif
cvsdist dbf0728
%patch13 -p1 -b .bdist-rpm
cvsdist 2f0d566
%patch14 -p1 -b .no-doc
Mihai Ibanescu 43222eb
%patch15 -p1 -b .canonicalize
cvsdist e4efab2
cvsdist e0fde95
# This shouldn't be necesarry, but is right now (2.2a3)
cvsdist e0fde95
find -name "*~" |xargs rm -f
cvsdist 6b969f1
cvsdist 20402fd
# Temporary workaround to avoid confusing find-requires: don't ship the tests
cvsdist 20402fd
# as executable files
cvsdist 20402fd
chmod 0644 Lib/test/test_*.py
cvsdist 20402fd
cvsdist 20402fd
# shm module
cvsdist 20402fd
cp %{SOURCE6} Modules
cvsdist 20402fd
cat >> Modules/Setup.dist << EOF
cvsdist d4a3959
cvsdist 20402fd
# Shared memory module
cvsdist 20402fd
shm shmmodule.c
cvsdist 20402fd
EOF
cvsdist c365dbf
cvsdist 44438bf
# Backwards compatible optik
cvsdist 44438bf
install -m 0644 %{SOURCE7} Lib/optik.py
cvsdist 44438bf
cvsdist e4efab2
%build
cvsdist 20402fd
topdir=`pwd`
cvsdist d4a3959
export CFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE -fPIC"
cvsdist d4a3959
export CXXFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE -fPIC"
cvsdist d4a3959
export OPT="$RPM_OPT_FLAGS -D_GNU_SOURCE -fPIC"
cvsdist d4a3959
export LINKCC="gcc"
cvsdist 20402fd
if pkg-config openssl ; then
cvsdist 20402fd
	export CFLAGS="$CFLAGS `pkg-config --cflags openssl`"
cvsdist 20402fd
	export LDFLAGS="$LDFLAGS `pkg-config --libs-only-L openssl`"
cvsdist 20402fd
fi
cvsdist d855cb1
# Force CC
cvsdist d855cb1
export CC=gcc
Mihai Ibanescu edd3bba
# For patch 15, need to get a newer configure generated out of configure.in
Mihai Ibanescu edd3bba
autoconf
cvsdist 2f0d566
%configure --enable-ipv6 --enable-unicode=%{unicode} --enable-shared
cvsdist e0fde95
cvsdist 20402fd
make OPT="$CFLAGS" %{?_smp_mflags}
Mihai Ibanescu f9962c6
LD_LIBRARY_PATH=$topdir $topdir/python Tools/scripts/pathfix.py -i "%{_bindir}/env python%{pybasever}" .
cvsdist 20402fd
make OPT="$CFLAGS" %{?_smp_mflags}
cvsdist e0fde95
cvsdist e4efab2
%install
cvsdist e0fde95
[ -d $RPM_BUILD_ROOT ] && rm -fr $RPM_BUILD_ROOT
cvsdist e0fde95
mkdir -p $RPM_BUILD_ROOT/usr $RPM_BUILD_ROOT%{_mandir}
cvsdist e0fde95
cvsdist 20402fd
# Clean up patched .py files that are saved as .lib64
cvsdist 20402fd
for f in distutils/command/install distutils/sysconfig; do
cvsdist 20402fd
    rm -f Lib/$f.py.lib64
cvsdist 20402fd
done
cvsdist 20402fd
Mihai Ibanescu f9962c6
make install DESTDIR=$RPM_BUILD_ROOT
cvsdist d4a3959
# Fix the interpreter path in binaries installed by distutils 
cvsdist d4a3959
# (which changes them by itself)
cvsdist d4a3959
# Make sure we preserve the file permissions
Mihai Ibanescu f9962c6
for fixed in $RPM_BUILD_ROOT%{_bindir}/pydoc; do
Mihai Ibanescu f9962c6
    sed 's,#!.*/python$,#!%{_bindir}/env python%{pybasever},' $fixed > $fixed- \
cvsdist d4a3959
        && cat $fixed- > $fixed && rm -f $fixed-
cvsdist d4a3959
done
cvsdist e0fde95
cvsdist 64c8a92
%if %{main_python}
Mihai Ibanescu f9962c6
ln -s python $RPM_BUILD_ROOT%{_bindir}/python2
cvsdist 64c8a92
%else
Mihai Ibanescu f9962c6
mv $RPM_BUILD_ROOT%{_bindir}/python $RPM_BUILD_ROOT%{_bindir}/%{python}
cvsdist 64c8a92
mv $RPM_BUILD_ROOT/%{_mandir}/man1/python.1 $RPM_BUILD_ROOT/%{_mandir}/man1/python%{pybasever}.1
cvsdist e0fde95
%endif
cvsdist e4efab2
cvsdist e4efab2
# tools
cvsdist e0fde95
cvsdist d4a3959
mkdir -p ${RPM_BUILD_ROOT}%{_libdir}/python%{pybasever}/site-packages
cvsdist e4efab2
cvsdist e4efab2
#modulator
Mihai Ibanescu fe0d34d
cat > ${RPM_BUILD_ROOT}%{_bindir}/modulator << EOF
Mihai Ibanescu fe0d34d
#!/bin/bash
Mihai Ibanescu fe0d34d
exec %{_libdir}/python%{pybasever}/site-packages/modulator/modulator.py
Mihai Ibanescu fe0d34d
EOF
Mihai Ibanescu fe0d34d
chmod 755 ${RPM_BUILD_ROOT}%{_bindir}/modulator
cvsdist e4efab2
cp -r Tools/modulator \
cvsdist d4a3959
  ${RPM_BUILD_ROOT}%{_libdir}/python%{pybasever}/site-packages/
cvsdist e4efab2
cvsdist e4efab2
#pynche
Mihai Ibanescu fe0d34d
cat > ${RPM_BUILD_ROOT}%{_bindir}/pynche << EOF
Mihai Ibanescu fe0d34d
#!/bin/bash
Mihai Ibanescu fe0d34d
exec %{_libdir}/python%{pybasever}/site-packages/pynche/pynche
Mihai Ibanescu fe0d34d
EOF
Mihai Ibanescu fe0d34d
chmod 755 ${RPM_BUILD_ROOT}%{_bindir}/pynche
cvsdist d4a3959
rm -f Tools/pynche/*.pyw
cvsdist e4efab2
cp -r Tools/pynche \
cvsdist d4a3959
  ${RPM_BUILD_ROOT}%{_libdir}/python%{pybasever}/site-packages/
cvsdist e4efab2
cvsdist e4efab2
mv Tools/modulator/README Tools/modulator/README.modulator
cvsdist e4efab2
mv Tools/pynche/README Tools/pynche/README.pynche
cvsdist e4efab2
cvsdist e0fde95
#gettext
Mihai Ibanescu f9962c6
install -m755  Tools/i18n/pygettext.py $RPM_BUILD_ROOT%{_bindir}/
Mihai Ibanescu f9962c6
install -m755  Tools/i18n/msgfmt.py $RPM_BUILD_ROOT%{_bindir}/
cvsdist e0fde95
cvsdist 2f0d566
# Useful development tools
cvsdist d78f1e2
install -m755 -d $RPM_BUILD_ROOT%{tools_dir}/scripts
cvsdist d78f1e2
install Tools/README $RPM_BUILD_ROOT%{tools_dir}/
cvsdist d78f1e2
install Tools/scripts/*py $RPM_BUILD_ROOT%{tools_dir}/scripts/
cvsdist d78f1e2
cvsdist d78f1e2
# Useful demo scripts
cvsdist d78f1e2
install -m755 -d $RPM_BUILD_ROOT%{demo_dir}
cvsdist d78f1e2
cp -ar Demo/* $RPM_BUILD_ROOT%{demo_dir}
cvsdist 2f0d566
cvsdist e0fde95
# Get rid of crap
cvsdist e0fde95
find $RPM_BUILD_ROOT/ -name "*~"|xargs rm -f
cvsdist e0fde95
find $RPM_BUILD_ROOT/ -name ".cvsignore"|xargs rm -f
cvsdist e0fde95
find . -name "*~"|xargs rm -f
cvsdist e0fde95
find . -name ".cvsignore"|xargs rm -f
cvsdist e0fde95
#zero length
cvsdist d4a3959
rm -f $RPM_BUILD_ROOT%{_libdir}/python%{pybasever}/site-packages/modulator/Templates/copyright
cvsdist e0fde95
cvsdist d4a3959
# Clean up the testsuite - we don't need compiled files for it
cvsdist d4a3959
find $RPM_BUILD_ROOT%{_libdir}/python%{pybasever}/test \
cvsdist d4a3959
    -name "*.pyc" -o -name "*.pyo" | xargs rm -f
cvsdist d4a3959
rm -f $RPM_BUILD_ROOT%{_libdir}/python2.2/LICENSE.txt
cvsdist e0fde95
cvsdist e0fde95
cvsdist 64c8a92
#make the binaries install side by side with the main python
cvsdist 64c8a92
%if !%{main_python}
Mihai Ibanescu f9962c6
pushd $RPM_BUILD_ROOT%{_bindir}
cvsdist 64c8a92
mv idle idle%{__python_ver}
cvsdist 64c8a92
mv modulator modulator%{__python_ver}
cvsdist 64c8a92
mv pynche pynche%{__python_ver}
cvsdist 64c8a92
mv pygettext.py pygettext%{__python_ver}.py
cvsdist 64c8a92
mv msgfmt.py msgfmt%{__python_ver}.py
Mihai Ibanescu ce25e1e
mv smtpd.py smtpd%{__python_ver}.py
cvsdist 64c8a92
mv pydoc pydoc%{__python_ver}
cvsdist e0fde95
popd
cvsdist e0fde95
%endif
cvsdist e4efab2
cvsdist e0fde95
# Japanese codecs
cvsdist 20402fd
pushd JapaneseCodecs-%{jp_codecs}
Mihai Ibanescu f9962c6
# We need to set LD_LIBRARY_PATH since python is now compiled as shared, and
Mihai Ibanescu f9962c6
# we always want to use the currently compiled one
Mihai Ibanescu f9962c6
LD_LIBRARY_PATH=$RPM_BUILD_ROOT%{_libdir} \
Mihai Ibanescu f9962c6
    ../python setup.py install --root=$RPM_BUILD_ROOT
cvsdist e0fde95
popd
cvsdist c8fb8c5
Mihai Ibanescu f9962c6
find $RPM_BUILD_ROOT%{_libdir}/python%{pybasever}/lib-dynload -type d | sed "s|$RPM_BUILD_ROOT|%dir |" > dynfiles
Mihai Ibanescu f9962c6
find $RPM_BUILD_ROOT%{_libdir}/python%{pybasever}/lib-dynload -type f | grep -v "_tkinter.so$" | sed "s|$RPM_BUILD_ROOT||" >> dynfiles
Mihai Ibanescu f9962c6
Mihai Ibanescu f9962c6
# Fix for bug #136654
Mihai Ibanescu f9962c6
rm -f $RPM_BUILD_ROOT%{_libdir}/python%{pybasever}/email/test/data/audiotest.au
cvsdist d4a3959
Mihai Ibanescu adb16c2
# Fix bug #143667: python should own /usr/lib/python2.x on 64-bit machines
Mihai Ibanescu adb16c2
%if %{_lib} == lib64
Mihai Ibanescu adb16c2
install -d $RPM_BUILD_ROOT/usr/lib/python%{pybasever}/site-packages
Mihai Ibanescu adb16c2
%endif
Mihai Ibanescu adb16c2
cvsdist e4efab2
%clean
cvsdist e0fde95
rm -fr $RPM_BUILD_ROOT
cvsdist e0fde95
cvsdist e0fde95
%files -f dynfiles
cvsdist d855cb1
%defattr(-, root, root)
cvsdist e0fde95
%doc LICENSE README
Mihai Ibanescu f9962c6
%{_bindir}/python*
cvsdist e0fde95
%{_mandir}/*/*
cvsdist 2f0d566
%{_libdir}/libpython%{pybasever}.so*
cvsdist e0fde95
cvsdist d4a3959
%dir %{_libdir}/python%{pybasever}
cvsdist d4a3959
%{_libdir}/python%{pybasever}/site-packages/japanese.pth
cvsdist d855cb1
%dir %{_libdir}/python%{pybasever}/site-packages
Mihai Ibanescu f9962c6
%{_libdir}/python%{pybasever}/site-packages/japanese
cvsdist d855cb1
%{_libdir}/python%{pybasever}/site-packages/README
cvsdist d855cb1
%{_libdir}/python%{pybasever}/LICENSE.txt
cvsdist d4a3959
%{_libdir}/python%{pybasever}/*.py*
cvsdist d4a3959
%{_libdir}/python%{pybasever}/*.doc
cvsdist d855cb1
%{_libdir}/python%{pybasever}/bsddb
cvsdist dfe379c
%dir %{_libdir}/python%{pybasever}/config
cvsdist dfe379c
%{_libdir}/python%{pybasever}/config/Makefile
cvsdist d4a3959
%{_libdir}/python%{pybasever}/curses
cvsdist d4a3959
%{_libdir}/python%{pybasever}/distutils
cvsdist d4a3959
%{_libdir}/python%{pybasever}/encodings
cvsdist d855cb1
%{_libdir}/python%{pybasever}/idlelib
cvsdist d4a3959
%{_libdir}/python%{pybasever}/lib-old
cvsdist d855cb1
%{_libdir}/python%{pybasever}/logging
cvsdist d4a3959
%{_libdir}/python%{pybasever}/xml
cvsdist d4a3959
%{_libdir}/python%{pybasever}/email
cvsdist d4a3959
%{_libdir}/python%{pybasever}/compiler
cvsdist d4a3959
%{_libdir}/python%{pybasever}/plat-linux2
cvsdist d4a3959
%{_libdir}/python%{pybasever}/hotshot
Mihai Ibanescu adb16c2
%if %{_lib} == lib64
Mihai Ibanescu adb16c2
%attr(0755,root,root) %dir /usr/lib/python%{pybasever}
Mihai Ibanescu adb16c2
%attr(0755,root,root) %dir /usr/lib/python%{pybasever}/site-packages
Mihai Ibanescu adb16c2
%endif
cvsdist e4efab2
cvsdist e4efab2
%files devel
cvsdist e0fde95
%defattr(-,root,root)
cvsdist e0fde95
/usr/include/*
cvsdist d4a3959
%{_libdir}/python%{pybasever}/config
cvsdist d4a3959
%{_libdir}/python%{pybasever}/test
cvsdist e4efab2
cvsdist e0fde95
%files tools
cvsdist e4efab2
%defattr(-,root,root,755)
cvsdist e4efab2
%doc Tools/modulator/README.modulator
cvsdist e4efab2
%doc Tools/pynche/README.pynche
cvsdist d855cb1
%{_libdir}/python%{pybasever}/site-packages/modulator
cvsdist d855cb1
%{_libdir}/python%{pybasever}/site-packages/pynche
Mihai Ibanescu ce25e1e
%{_bindir}/smtpd*.py*
Mihai Ibanescu f9962c6
%{_bindir}/idle*
Mihai Ibanescu f9962c6
%{_bindir}/modulator*
Mihai Ibanescu f9962c6
%{_bindir}/pynche*
jbj 8e4b82e
%{_bindir}/pygettext*.py*
jbj 8e4b82e
%{_bindir}/msgfmt*.py*
Mihai Ibanescu f9962c6
%{_bindir}/pydoc*
cvsdist 2f0d566
%{tools_dir}
cvsdist d78f1e2
%{demo_dir}
cvsdist e4efab2
cvsdist 64c8a92
%files -n %{tkinter}
cvsdist d855cb1
%defattr(-,root,root,755)
cvsdist d4a3959
%{_libdir}/python%{pybasever}/lib-tk
cvsdist d855cb1
%{_libdir}/python%{pybasever}/lib-dynload/_tkinter.so
cvsdist e4efab2
cvsdist e4efab2
%changelog
773f492
* Sat Nov 19 2005 Bill Nottingham <notting@redhat.com> 2.4.2-2
773f492
- fix build for modular X, remove X11R6 path references
773f492
Mihai Ibanescu 5533529
* Tue Nov 15 2005 Mihai Ibanescu <misa@redhat.com> 2.4.2-1
Mihai Ibanescu 5533529
- Upgraded to 2.4.2
Mihai Ibanescu 5533529
- BuildRequires autoconf
Mihai Ibanescu 5533529
Mihai Ibanescu 2c41a49
* Wed Nov  9 2005 Mihai Ibanescu <misa@redhat.com> 2.4.1-16
Mihai Ibanescu 2ed6f79
- Rebuilding against newer openssl.
Mihai Ibanescu 2c41a49
- XFree86-devel no longer exists
Mihai Ibanescu 2ed6f79
91e37da
* Mon Sep 26 2005 Peter Jones <pjones@redhat.com> 2.4.1-14
91e37da
- Once more -- this time, to fix -EPERM when you run it in a directory
91e37da
  you can't read from.
91e37da
d81580b
* Mon Sep 26 2005 Peter Jones <pjones@redhat.com> 2.4.1-13
d81580b
- So, 5 or 6 people have said it works for them with this patch...
d81580b
db45b4b
* Sun Sep 25 2005 Peter Jones <pjones@redhat.com> 2.4.1-12
c2cc4f3
- Fixed bug #169159 (check for argc>0 and argv[0] == NULL, not just
c2cc4f3
    argv[0][0]='\0')
c2cc4f3
  Reworked the patch from -8 a bit more.
c2cc4f3
Mihai Ibanescu 7a9c92b
* Fri Sep 23 2005 Mihai Ibanescu <misa@redhat.com> 2.4.1-10
Mihai Ibanescu a101798
- Fixed bug #169159 (don't let python core dump if no arguments are passed in)
Mihai Ibanescu a101798
  Reworked the patch from -8 a bit more.
Mihai Ibanescu a101798
bcb2ee8
* Thu Sep 22 2005 Peter Jones <pjones@redhat.com> 2.4.1-8
bcb2ee8
- Fix bug #169046 more correctly.
bcb2ee8
Mihai Ibanescu edd3bba
* Thu Sep 22 2005 Mihai Ibanescu <misa@redhat.com> 2.4.1-7
Mihai Ibanescu 7ccfc38
- Fixed bug #169046 (realpath is unsafe); thanks to 
Mihai Ibanescu 7ccfc38
  Peter Jones <pjones@redhat.com> and Arjan van de Ven <arjanv@redhat.com> for
Mihai Ibanescu 7ccfc38
  diagnosing and the patch.
Mihai Ibanescu 7ccfc38
Mihai Ibanescu ce25e1e
* Tue Sep 20 2005 Mihai Ibanescu <misa@redhat.com> 2.4.1-4
Mihai Ibanescu ce25e1e
- Fixed bug #168655 (fixes for building as python24)
Mihai Ibanescu ce25e1e
Mihai Ibanescu fe0d34d
* Tue Jul 26 2005 Mihai Ibanescu <misa@redhat.com> 2.4.1-3
Mihai Ibanescu fe0d34d
- Fixed bug #163435 (pynche doesn't start))
Mihai Ibanescu fe0d34d
Mihai Ibanescu adb16c2
* Wed Apr 20 2005 Mihai Ibanescu <misa@redhat.com> 2.4.1-2
Mihai Ibanescu adb16c2
- Fixed bug #143667 (python should own /usr/lib/python* on 64-bit systems, for
Mihai Ibanescu adb16c2
  noarch packages)
Mihai Ibanescu adb16c2
- Fixed bug #143419 (BuildRequires db4 is not versioned)
Mihai Ibanescu adb16c2
Mihai Ibanescu 26df507
* Wed Apr  6 2005 Mihai Ibanescu <misa@redhat.com> 2.4.1-1
Mihai Ibanescu 26df507
- updated to 2.4.1
Mihai Ibanescu 26df507
Mihai Ibanescu 0fdf6c4
* Mon Mar 14 2005 Mihai Ibanescu <misa@redhat.com> 2.4-6
Mihai Ibanescu 0fdf6c4
- building the docs from a different source rpm, to decouple bootstrapping
Mihai Ibanescu 0fdf6c4
  python from having tetex installed
Mihai Ibanescu 0fdf6c4
7c45c65
* Fri Mar 11 2005 Dan Williams <dcbw@redhat.com> 2.4-5
7c45c65
- Rebuild to pick up new libssl.so.5
7c45c65
Mihai Ibanescu 4988968
* Wed Feb  2 2005 Mihai Ibanescu <misa@redhat.com> 2.4-4
Mihai Ibanescu 4988968
- Fixed security issue in SimpleXMLRPCServer.py (#146647)
Mihai Ibanescu 4988968
f41720b
* Wed Jan 12 2005 Tim Waugh <twaugh@redhat.com> 2.4-3
f41720b
- Rebuilt for new readline.
f41720b
jbj 8e4b82e
* Mon Dec  6 2004 Jeff Johnson <jbj@jbj.org> 2.4-2
jbj 8e4b82e
- db-4.3.21 returns DB_BUFFER_SMALL rather than ENOMEM (#141994).
jbj 8e4b82e
- add Provide: python(abi) = 2.4
jbj 8e4b82e
- include msgfmt/pygettext *.pyc and *.pyo from brp-python-bytecompile.
jbj 8e4b82e
Mihai Ibanescu 6828cb0
* Fri Dec  3 2004 Mihai Ibanescu <misa@redhat.com> 2.4-1
Mihai Ibanescu 6828cb0
- Python-2.4.tar.bz2 (final)
Mihai Ibanescu 6828cb0
Mihai Ibanescu ed1fb0b
* Fri Nov 19 2004 Mihai Ibanescu <misa@redhat.com> 2.4-0.c1.1
Mihai Ibanescu ed1fb0b
- Python-2.4c1.tar.bz2 (release candidate 1)
Mihai Ibanescu ed1fb0b
jbj 57ae32b
* Thu Nov 11 2004 Jeff Johnson <jbj@jbj.org> 2.4-0.b2.4
jbj 57ae32b
- rebuild against db-4.3.21.
jbj 57ae32b
cddc234
* Mon Nov  8 2004 Jeremy Katz <katzj@redhat.com> - 2.4-0.b2.3
cddc234
- fix the lib64 patch so that 64bit arches still look in /usr/lib/python...
cddc234
f61e66a
* Mon Nov  8 2004 Jeremy Katz <katzj@redhat.com> - 2.4-0.b2.2
f61e66a
- cryptmodule still needs -lcrypt (again)
f61e66a
Mihai Ibanescu f9962c6
* Thu Nov  4 2004 Mihai Ibanescu <misa@redhat.com> 2.4-0.b2.1
Mihai Ibanescu f9962c6
- Updated to python 2.4b2 (and labeled it 2.4-0.b2.1 to avoid breaking rpm's
Mihai Ibanescu f9962c6
  version comparison)
Mihai Ibanescu f9962c6
Mihai Ibanescu f9962c6
* Thu Nov  4 2004 Mihai Ibanescu <misa@redhat.com> 2.3.4-13
Mihai Ibanescu f9962c6
- Fixed bug #138112 (python overflows stack buffer) - SF bug 105470
Mihai Ibanescu f9962c6
Mihai Ibanescu f9962c6
* Tue Nov  2 2004 Mihai Ibanescu <misa@redhat.com> 2.3.4-12
Mihai Ibanescu f9962c6
- Fixed bugs #131439 #136023 #137863 (.pyc/.pyo files had the buildroot added)
Mihai Ibanescu f9962c6
Mihai Ibanescu f9962c6
* Tue Oct 26 2004 Mihai Ibanescu <misa@redhat.com> 2.3.4-11
Mihai Ibanescu f9962c6
- Fixed bug #136654 (python has sketchy audio clip)
Mihai Ibanescu f9962c6
cvsdist d78f1e2
* Tue Aug 31 2004 Mihai Ibanescu <misa@redhat.com> 2.3.4-10
cvsdist d78f1e2
- Fixed bug #77418 (Demo dir not packaged)
cvsdist d78f1e2
- More tweaking on #19347 (Moved Tools/ under /usr/lib/python2.3/Tools)
cvsdist d78f1e2
cvsdist 64c8a92
* Fri Aug 13 2004 Mihai Ibanescu <misa@redhat.com> 2.3.4-8
cvsdist 64c8a92
- Fixed bug #129769: Makefile in new python conflicts with older version found
cvsdist 64c8a92
  in old python-devel
cvsdist 64c8a92
- Reorganized the spec file to get rid of the aspython2 define; __python_ver
cvsdist 64c8a92
  is more powerful.
cvsdist 64c8a92
cvsdist 8caa1f3
* Tue Aug  3 2004 Mihai Ibanescu <misa@redhat.com> 2.3.4-7
cvsdist 8caa1f3
- Including html documentation for non-i386 arches
cvsdist 8caa1f3
- Fixed #125362 (python-doc html files have japanese character encoding)
cvsdist 8caa1f3
- Fixed #128923 (missing dependency between python and python-devel)
cvsdist 8caa1f3
cvsdist 2f0d566
* Fri Jul 30 2004 Mihai Ibanescu <misa@redhat.com> 2.3.4-6
cvsdist 2f0d566
- Fixed #128030 (help() not printing anything)
cvsdist 2f0d566
- Fixed #125472 (distutils.sysconfig.get_python_lib() not returning the right
cvsdist 2f0d566
  path on 64-bit systems)
cvsdist 2f0d566
- Fixed #127357 (building python as a shared library)
cvsdist 2f0d566
- Fixed  #19347 (including the contents of Tools/scripts/ in python-tools)
cvsdist 2f0d566
cvsdist d69cacc
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
cvsdist d69cacc
- rebuilt
cvsdist d69cacc
cvsdist 44438bf
* Tue Jun  8 2004 Mihai Ibanescu <misa@redhat.com> 2.3.4-3
cvsdist 44438bf
- Added an optik.py that provides the same interface from optparse for
cvsdist 44438bf
  backward compatibility; obsoleting python-optik
cvsdist 44438bf
cvsdist dbf0728
* Mon Jun  7 2004 Mihai Ibanescu <misa@redhat.com> 2.3.4-2
cvsdist dbf0728
- Patched bdist_rpm to allow for builds of multiple binary rpms (bug #123598)
cvsdist dbf0728
cvsdist f79a121
* Fri Jun  4 2004 Mihai Ibanescu <misa@redhat.com> 2.3.4-1
cvsdist f79a121
- Updated to 2.3.4-1 with Robert Scheck's help (bug #124764)
cvsdist f79a121
- Added BuildRequires: tix-devel (bug #124918)
cvsdist f79a121
cvsdist dfe379c
* Fri May  7 2004 Mihai Ibanescu <misa@redhat.com> 2.3.3-6
cvsdist dfe379c
- Correct fix for #122304 from upstream:
cvsdist dfe379c
  http://sourceforge.net/tracker/?func=detail&atid=105470&aid=931848&group_id=5470
cvsdist dfe379c
cvsdist dfe379c
* Thu May  6 2004 Mihai Ibanescu <misa@redhat.com> 2.3.3-4
cvsdist dfe379c
- Fix for bug #122304 : splitting the domain name fails on 64-bit arches
cvsdist dfe379c
- Fix for bug #120879 : including Makefile into the main package
cvsdist dfe379c
cvsdist dfe379c
- Requires XFree86-devel instead of -libs (see bug #118442)
cvsdist dfe379c
cvsdist 81b4fc6
* Tue Mar 16 2004 Mihai Ibanescu <misa@redhat.com> 2.3.3-3
cvsdist 81b4fc6
- Requires XFree86-devel instead of -libs (see bug #118442)
cvsdist 81b4fc6
cvsdist 81b4fc6
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 81b4fc6
- rebuilt
cvsdist 81b4fc6
cvsdist 81b4fc6
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 81b4fc6
- rebuilt
cvsdist 81b4fc6
cvsdist d855cb1
* Fri Dec 19 2003 Jeff Johnson <jbj@jbj.org> 2.3.3-1
cvsdist d855cb1
- upgrade to 2.3.3.
cvsdist d855cb1
cvsdist d855cb1
* Sat Dec 13 2003 Jeff Johnson <jbj@jbj.org> 2.3.2-9
cvsdist d855cb1
- rebuild against db-4.2.52.
cvsdist d855cb1
cvsdist d855cb1
* Fri Dec 12 2003 Jeremy Katz <katzj@redhat.com> 2.3.2-8
cvsdist d855cb1
- more rebuilding for new tcl/tk
cvsdist d855cb1
cvsdist d855cb1
* Wed Dec  3 2003 Jeff Johnson <jbj@jbj.org> 2.3.2-7.1
cvsdist d855cb1
- rebuild against db-4.2.42.
cvsdist d855cb1
cvsdist d855cb1
* Fri Nov 28 2003 Mihai Ibanescu <misa@redhat.com> 2.3.2-7
cvsdist d855cb1
- rebuilt against newer tcl/tk
cvsdist d855cb1
cvsdist d855cb1
* Mon Nov 24 2003 Mihai Ibanescu <misa@redhat.com> 2.3.2-6
cvsdist d855cb1
- added a Provides: python-abi
cvsdist d855cb1
cvsdist d855cb1
* Wed Nov 12 2003 Mihai Ibanescu <misa@redhat.com> 2.3.2-5
cvsdist d855cb1
- force CC (#109268)
cvsdist d855cb1
cvsdist d855cb1
* Sun Nov  9 2003 Jeremy Katz <katzj@redhat.com> 2.3.2-4
cvsdist d855cb1
- cryptmodule still needs -lcrypt
cvsdist d855cb1
cvsdist d855cb1
* Wed Nov  5 2003 Mihai Ibanescu <misa@redhat.com> 2.3.2-2
cvsdist d855cb1
- Added patch for missing mkhowto
cvsdist d855cb1
cvsdist d855cb1
* Thu Oct 16 2003 Mihai Ibanescu <misa@redhat.com> 2.3.2-1
cvsdist d855cb1
- Updated to 2.3.2
cvsdist d855cb1
cvsdist d855cb1
* Thu Sep 25 2003 Mihai Ibanescu <misa@redhat.com> 2.3.1-1
cvsdist d855cb1
- 2.3.1 final
cvsdist bfd896b
cvsdist d855cb1
* Tue Sep 23 2003 Mihai Ibanescu <misa@redhat.com> 2.3.1-0.8.RC1
cvsdist d855cb1
- Building the python 2.3.1 release candidate
cvsdist d855cb1
- Updated the lib64 patch
cvsdist bfd896b
cvsdist d855cb1
* Wed Jul 30 2003 Mihai Ibanescu <misa@redhat.com> 2.3-0.2
cvsdist d855cb1
- Building python 2.3
cvsdist d855cb1
- Added more BuildRequires
cvsdist d855cb1
- Updated the startup files for modulator and pynche; idle installs its own
cvsdist d855cb1
  now.
cvsdist bfd896b
cvsdist bfd896b
* Thu Jul  3 2003 Mihai Ibanescu <misa@redhat.com> 2.2.3-4
cvsdist bfd896b
- Rebuilt against newer db4 packages (bug #98539)
cvsdist bfd896b
cvsdist bfd896b
* Mon Jun 9 2003 Elliot Lee <sopwith@redhat.com> 2.2.3-3
cvsdist bfd896b
- rebuilt
cvsdist bfd896b
cvsdist bfd896b
* Wed Jun  7 2003 Mihai Ibanescu <misa@redhat.com> 2.2.3-2
cvsdist bfd896b
- Rebuilt
cvsdist bfd896b
cvsdist bfd896b
* Tue Jun  6 2003 Mihai Ibanescu <misa@redhat.com> 2.2.3-1
cvsdist bfd896b
- Upgraded to 2.2.3
cvsdist bfd896b
cvsdist bfd896b
* Wed Apr  2 2003 Mihai Ibanescu <misa@redhat.com> 2.2.2-28
cvsdist bfd896b
- Rebuilt
cvsdist bfd896b
cvsdist bfd896b
* Wed Apr  2 2003 Mihai Ibanescu <misa@redhat.com> 2.2.2-27
cvsdist bfd896b
- Modified the ftpuri patch conforming to http://ietf.org/rfc/rfc1738.txt
cvsdist bfd896b
cvsdist 20402fd
* Mon Feb 24 2003 Elliot Lee <sopwith@redhat.com>
cvsdist 20402fd
- rebuilt
cvsdist 20402fd
cvsdist 20402fd
* Mon Feb 24 2003 Mihai Ibanescu <misa@redhat.com> 2.2.2-25
cvsdist 20402fd
- Fixed bug #84886: pydoc dies when run w/o arguments
cvsdist 20402fd
- Fixed bug #84205: add python shm module back (used to be shipped with 1.5.2)
cvsdist 20402fd
- Fixed bug #84966: path in byte-compiled code still wrong
cvsdist 20402fd
cvsdist 20402fd
* Thu Feb 20 2003 Jeremy Katz <katzj@redhat.com> 2.2.2-23
cvsdist 20402fd
- ftp uri's should be able to specify being rooted at the root instead of 
cvsdist 20402fd
  where you login via ftp (#84692)
cvsdist 20402fd
cvsdist 20402fd
* Mon Feb 10 2003 Mihai Ibanescu <misa@redhat.com> 2.2.2-22
cvsdist 20402fd
- Using newer Japanese codecs (1.4.9). Thanks to 
cvsdist 20402fd
  Peter Bowen <pzb@datastacks.com> for pointing this out.
cvsdist 20402fd
cvsdist 20402fd
* Thu Feb  6 2003 Mihai Ibanescu <misa@redhat.com> 2.2.2-21
cvsdist 20402fd
- Rebuild
cvsdist 20402fd
cvsdist 20402fd
* Wed Feb  5 2003 Mihai Ibanescu <misa@redhat.com> 2.2.2-20
cvsdist 20402fd
- Release number bumped really high: turning on UCS4 (ABI compatibility
cvsdist 20402fd
  breakage)
cvsdist 20402fd
cvsdist 20402fd
* Fri Jan 31 2003 Mihai Ibanescu <misa@redhat.com> 2.2.2-13
cvsdist 20402fd
- Attempt to look both in /usr/lib64 and /usr/lib/python2.2/site-packages/:
cvsdist 20402fd
  some work on python-2.2.2-lib64.patch
cvsdist 20402fd
cvsdist 20402fd
* Thu Jan 30 2003 Mihai Ibanescu <misa@redhat.com> 2.2.2-12
cvsdist 20402fd
- Rebuild to incorporate the removal of .lib64 and - files.
cvsdist 20402fd
cvsdist 20402fd
* Thu Jan 30 2003 Mihai Ibanescu <misa@redhat.com> 2.2.2-11.7.3
cvsdist 20402fd
- Fixed bug #82544: Errata removes most tools
cvsdist 20402fd
- Fixed bug #82435: Python 2.2.2 errata breaks redhat-config-users
cvsdist 20402fd
- Removed .lib64 and - files that get installed after we fix the multilib
cvsdist 20402fd
  .py files.
cvsdist 20402fd
cvsdist 20402fd
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
cvsdist 20402fd
- rebuilt
cvsdist 20402fd
cvsdist 20402fd
* Wed Jan 15 2003 Jens Petersen <petersen@redhat.com> 2.2.2-10
cvsdist 20402fd
- rebuild to update tkinter's tcltk deps
cvsdist 20402fd
- convert changelog to utf-8
cvsdist 20402fd
cvsdist 20402fd
* Tue Jan  7 2003 Nalin Dahyabhai <nalin@redhat.com> 2.2.2-9
cvsdist 20402fd
- rebuild
cvsdist 20402fd
cvsdist 20402fd
* Fri Jan  3 2003 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 20402fd
- pick up OpenSSL cflags and ldflags from pkgconfig if available
cvsdist 20402fd
cvsdist 20402fd
* Thu Jan  2 2003 Jeremy Katz <katzj@redhat.com> 2.2.2-8
cvsdist 20402fd
- urllib2 didn't support non-anonymous ftp.  add support based on how 
cvsdist 20402fd
  urllib did it (#80676, #78168)
cvsdist 20402fd
cvsdist 20402fd
* Mon Dec 16 2002 Mihai Ibanescu <misa@redhat.com> 2.2.2-7
cvsdist 20402fd
- Fix bug #79647 (Rebuild of SRPM fails if python isn't installed)
cvsdist 20402fd
- Added a bunch of missing BuildRequires found while fixing the
cvsdist 20402fd
  above-mentioned bug
cvsdist 20402fd
cvsdist 20402fd
* Tue Dec 10 2002 Tim Powers <timp@redhat.com> 2.2.2-6
cvsdist 20402fd
- rebuild to fix broken tcltk deps for tkinter
cvsdist 20402fd
cvsdist 20402fd
* Fri Nov 22 2002 Mihai Ibanescu <misa@redhat.com>
cvsdist 20402fd
2.2.2-3.7.3
cvsdist 20402fd
- Recompiled for 7.3 (to fix the -lcrypt bug)
cvsdist 20402fd
- Fix for the spurious error message at the end of the build (build-requires
cvsdist 20402fd
  gets confused by executable files starting with """"): make the tests
cvsdist 20402fd
  non-executable.
cvsdist 20402fd
cvsdist d4a3959
* Wed Nov 20 2002 Mihai Ibanescu <misa@redhat.com>
cvsdist d4a3959
2.2.2-5
cvsdist d4a3959
- Fixed configuration patch to add -lcrypt when compiling cryptmodule.c
cvsdist d4a3959
cvsdist d4a3959
2.2.2-4
cvsdist d4a3959
- Spec file change from Matt Wilson <msw@redhat.com> to disable linking 
cvsdist d4a3959
  with the C++ compiler.
cvsdist d4a3959
cvsdist d4a3959
* Mon Nov 11 2002 Mihai Ibanescu <misa@redhat.com>
cvsdist d4a3959
2.2.2-3.*
cvsdist d4a3959
- Merged patch from Karsten Hopp <karsten@redhat.de> from 2.2.1-17hammer to
cvsdist d4a3959
  use %%{_libdir}
cvsdist d4a3959
- Added XFree86-libs as BuildRequires (because of tkinter)
cvsdist d4a3959
- Fixed duplicate listing of plat-linux2
cvsdist d4a3959
- Fixed exclusion of lib-dynload/japanese
cvsdist d4a3959
- Added lib64 patch for the japanese codecs
cvsdist d4a3959
- Use setup magic instead of using tar directly on JapaneseCodecs
cvsdist d4a3959
cvsdist d4a3959
* Tue Nov  5 2002 Mihai Ibanescu <misa@redhat.com>
cvsdist d4a3959
2.2.2-2
cvsdist d4a3959
- Fix #76912 (python-tools contains idle, which uses tkinter, but there is no
cvsdist d4a3959
  requirement of tkinter from python-tools).
cvsdist d4a3959
- Fix #74013 (rpm is missing the /usr/lib/python2.2/test directory)
cvsdist d4a3959
cvsdist d4a3959
* Mon Nov  4 2002 Mihai Ibanescu <misa@redhat.com>
cvsdist d4a3959
- builds as python2 require a different libdb
cvsdist d4a3959
- changed the buildroot name of python to match python2 builds
cvsdist d4a3959
cvsdist d4a3959
* Fri Nov  1 2002 Mihai Ibanescu <misa@redhat.com>
cvsdist d4a3959
- updated python to 2.2.2 and adjusted the patches accordingly
cvsdist d4a3959
cvsdist d4a3959
* Mon Oct 21 2002 Mihai Ibanescu <misa@redhat.com>
cvsdist d4a3959
- Fix #53930 (Python-2.2.1-buildroot-bytecode.patch)
cvsdist d4a3959
- Added BuildPrereq dependency on gcc-c++
cvsdist d4a3959
cvsdist 20402fd
* Fri Aug 30 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2.1-17
cvsdist af6464c
- security fix for _execvpe
cvsdist af6464c
cvsdist 20402fd
* Tue Aug 13 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2.1-16
cvsdist 86d7877
- Fix  #71011,#71134, #58157
cvsdist 86d7877
cvsdist 20402fd
* Wed Aug  7 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2.1-15
cvsdist e0fde95
- Resurrect tkinter
cvsdist e0fde95
- Fix for distutils (#67671)
cvsdist 86d7877
- Fix #69962
cvsdist c8fb8c5
cvsdist 20402fd
* Thu Jul 25 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2.1-14
cvsdist e0fde95
- Obsolete tkinter/tkinter2 (#69838)
cvsdist c8fb8c5
cvsdist 20402fd
* Tue Jul 23 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2.1-13
cvsdist e0fde95
- Doc fixes (#53951) - not on alpha at the momemt
cvsdist c8fb8c5
cvsdist 20402fd
* Mon Jul  8 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2.1-12
cvsdist e0fde95
- fix pydoc (#68082)
cvsdist c8fb8c5
cvsdist 20402fd
* Mon Jul  8 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2.1-11
cvsdist e0fde95
- Add db4-devel as a BuildPrereq
cvsdist c8fb8c5
cvsdist e0fde95
* Fri Jun 21 2002 Tim Powers <timp@redhat.com> 2.2.1-10
cvsdist e0fde95
- automated rebuild
cvsdist c8fb8c5
cvsdist 20402fd
* Mon Jun 17 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2.1-9
cvsdist e0fde95
- Add Japanese codecs (#66352)
cvsdist c365dbf
cvsdist 20402fd
* Tue Jun 11 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2.1-8
cvsdist e0fde95
- No more tkinter...
cvsdist c365dbf
cvsdist 20402fd
* Wed May 29 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2.1-7
cvsdist e0fde95
- Rebuild
cvsdist 6b969f1
cvsdist 20402fd
* Tue May 21 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2.1-6
cvsdist e0fde95
- Add the email subcomponent (#65301)
cvsdist 6b01c7b
cvsdist 20402fd
* Fri May 10 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2.1-5
cvsdist e0fde95
- Rebuild
cvsdist 6b01c7b
cvsdist e0fde95
* Thu May 02 2002 Than Ngo <than@redhat.com> 2.2.1-4
cvsdist e0fde95
- rebuild i new enviroment
cvsdist ed2d2e6
cvsdist 20402fd
* Tue Apr 23 2002 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist e0fde95
- Use ucs2, not ucs4, to avoid breaking tkinter (#63965)
cvsdist 412e296
cvsdist 20402fd
* Mon Apr 22 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2.1-2
cvsdist e0fde95
- Make it use db4
cvsdist 412e296
cvsdist 20402fd
* Fri Apr 12 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2.1-1
cvsdist e0fde95
- 2.2.1 - a bugfix-only release
cvsdist e4efab2
cvsdist 20402fd
* Fri Apr 12 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2-16
cvsdist e0fde95
- the same, but in builddirs - this will remove them from the 
cvsdist e0fde95
  docs package, which doesn't look in the buildroot for files.
cvsdist 412e296
cvsdist 20402fd
* Fri Apr 12 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2-15
cvsdist e0fde95
- Get rid of temporary files and .cvsignores included 
cvsdist e0fde95
  in the tarball and make install
cvsdist e4efab2
cvsdist 20402fd
* Fri Apr  5 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2-14
cvsdist e0fde95
- Don't own lib-tk in main package, only in tkinter (#62753)
cvsdist e4efab2
cvsdist 20402fd
* Mon Mar 25 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2-13
cvsdist e0fde95
- rebuild
cvsdist e4efab2
cvsdist 20402fd
* Mon Mar 25 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2-12
cvsdist e0fde95
- rebuild
cvsdist e4efab2
cvsdist 20402fd
* Fri Mar  1 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2-11
cvsdist e0fde95
- Add a not to the Distutils obsoletes test (doh!)
cvsdist e4efab2
cvsdist 20402fd
* Fri Mar  1 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2-10
cvsdist e0fde95
- Rebuild
cvsdist e4efab2
cvsdist 20402fd
* Mon Feb 25 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2-9
cvsdist e0fde95
- Only obsolete Distutils when built as python
cvsdist e4efab2
cvsdist 20402fd
* Thu Feb 21 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2-8
cvsdist e0fde95
- Make files in /usr/bin install side by side with python 1.5 when
cvsdist e0fde95
- Drop explicit requirement of db4
cvsdist e0fde95
  built as python2
cvsdist e4efab2
cvsdist e0fde95
* Thu Jan 31 2002 Elliot Lee <sopwith@redhat.com> 2.2-7
cvsdist e0fde95
- Use version and pybasever macros to make updating easy
cvsdist e0fde95
- Use _smp_mflags macro
cvsdist e4efab2
cvsdist 20402fd
* Tue Jan 29 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2-6
cvsdist e0fde95
- Add db4-devel to BuildPrereq
cvsdist e4efab2
cvsdist e0fde95
* Fri Jan 25 2002 Nalin Dahyabhai <nalin@redhat.com> 2.2-5
cvsdist e0fde95
- disable ndbm support, which is db2 in disguise (really interesting things
cvsdist e0fde95
  can happen when you mix db2 and db4 in a single application)
cvsdist e4efab2
cvsdist 20402fd
* Thu Jan 24 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2-4
cvsdist e0fde95
- Obsolete subpackages if necesarry 
cvsdist e0fde95
- provide versioned python2
cvsdist e0fde95
- build with db4
cvsdist e4efab2
cvsdist 20402fd
* Wed Jan 16 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2-3
cvsdist e0fde95
- Alpha toolchain broken. Disable build on alpha.
cvsdist e0fde95
- New openssl
cvsdist e4efab2
cvsdist 20402fd
* Wed Dec 26 2001 Trond Eivind Glomsrød <teg@redhat.com> 2.2-1
cvsdist e0fde95
- 2.2 final
cvsdist e4efab2
cvsdist 20402fd
* Fri Dec 14 2001 Trond Eivind Glomsrød <teg@redhat.com> 2.2-0.11c1
cvsdist e0fde95
- 2.2 RC 1
cvsdist e0fde95
- Don't include the _tkinter module in the main package - it's 
cvsdist e0fde95
  already in the tkiter packace
cvsdist e0fde95
- Turn off the mpzmodule, something broke in the buildroot
cvsdist e4efab2
cvsdist 20402fd
* Wed Nov 28 2001 Trond Eivind Glomsrød <teg@redhat.com> 2.2-0.10b2
cvsdist e0fde95
- Use -fPIC for OPT as well, in lack of a proper libpython.so
cvsdist e4efab2
cvsdist e0fde95
* Mon Nov 26 2001 Matt Wilson <msw@redhat.com> 2.2-0.9b2
cvsdist e0fde95
- changed DESTDIR to point to / so that distutils will install dynload
cvsdist e0fde95
  modules properly in the installroot
cvsdist e4efab2
cvsdist e0fde95
* Fri Nov 16 2001 Matt Wilson <msw@redhat.com> 2.2-0.8b2
cvsdist e0fde95
- 2.2b2
cvsdist e4efab2
cvsdist e0fde95
* Fri Oct 26 2001 Matt Wilson <msw@redhat.com> 2.2-0.7b1
cvsdist e0fde95
- python2ify
cvsdist e4efab2
cvsdist 20402fd
* Fri Oct 19 2001 Trond Eivind Glomsrød <teg@redhat.com> 2.2-0.5b1
cvsdist e0fde95
- 2.2b1
cvsdist e4efab2
cvsdist 20402fd
* Sun Sep 30 2001 Trond Eivind Glomsrød <teg@redhat.com> 2.2-0.4a4
cvsdist e0fde95
- 2.2a4
cvsdist e0fde95
- Enable UCS4 support
cvsdist e0fde95
- Enable IPv6
cvsdist e0fde95
- Provide distutils
cvsdist e0fde95
- Include msgfmt.py and pygettext.py
cvsdist e4efab2
cvsdist 20402fd
* Fri Sep 14 2001 Trond Eivind Glomsrød <teg@redhat.com> 2.2-0.3a3
cvsdist e0fde95
- Obsolete Distutils, which is now part of the main package
cvsdist e0fde95
- Obsolete python2
cvsdist e4efab2
cvsdist 20402fd
* Thu Sep 13 2001 Trond Eivind Glomsrød <teg@redhat.com> 2.2-0.2a3
cvsdist e0fde95
- Add docs, tools and tkinter subpackages, to match the 1.5 layout
cvsdist e4efab2
cvsdist 20402fd
* Wed Sep 12 2001 Trond Eivind Glomsrød <teg@redhat.com> 2.2-0.1a3
cvsdist e0fde95
- 2.2a3
cvsdist e0fde95
- don't build tix and blt extensions
cvsdist e4efab2
cvsdist 20402fd
* Mon Aug 13 2001 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist e0fde95
- Add tk and tix to build dependencies
cvsdist e4efab2
cvsdist 20402fd
* Sat Jul 21 2001 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist e0fde95
- 2.1.1 bugfix release - with a GPL compatible license
cvsdist e4efab2
cvsdist 20402fd
* Fri Jul 20 2001 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist e0fde95
- Add new build dependencies (#49753)
cvsdist e4efab2
cvsdist e0fde95
* Tue Jun 26 2001 Nalin Dahyabhai <nalin@redhat.com>
cvsdist e0fde95
- build with -fPIC
cvsdist e4efab2
cvsdist 20402fd
* Fri Jun  1 2001 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist e0fde95
- 2.1
cvsdist e0fde95
- reorganization of file includes
cvsdist e4efab2
cvsdist 20402fd
* Wed Dec 20 2000 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist e0fde95
- fix the "requires" clause, it lacked a space causing problems
cvsdist e0fde95
- use %%{_tmppath}
cvsdist e0fde95
- don't define name, version etc
cvsdist e0fde95
- add the available patches from the Python home page
cvsdist e4efab2
cvsdist e0fde95
* Fri Dec 15 2000 Matt Wilson <msw@redhat.com>
cvsdist e0fde95
- added devel subpackage
cvsdist e4efab2
cvsdist e0fde95
* Fri Dec 15 2000 Matt Wilson <msw@redhat.com>
cvsdist e0fde95
- modify all files to use "python2.0" as the intrepter
cvsdist e0fde95
- don't build the Expat bindings
cvsdist e0fde95
- build against db1
cvsdist e4efab2
cvsdist e0fde95
* Mon Oct 16 2000 Jeremy Hylton <jeremy@beopen.com>
cvsdist e0fde95
- updated for 2.0 final
cvsdist e4efab2
cvsdist e0fde95
* Mon Oct  9 2000 Jeremy Hylton <jeremy@beopen.com>
cvsdist e0fde95
- updated for 2.0c1
cvsdist e0fde95
- build audioop, imageop, and rgbimg extension modules
cvsdist e0fde95
- include xml.parsers subpackage
cvsdist e0fde95
- add test.xml.out to files list
cvsdist e4efab2
cvsdist e0fde95
* Thu Oct  5 2000 Jeremy Hylton <jeremy@beopen.com>
cvsdist 20402fd
- added bin/python2.0 to files list (suggested by Martin v. L?)
cvsdist e4efab2
cvsdist e0fde95
* Tue Sep 26 2000 Jeremy Hylton <jeremy@beopen.com>
cvsdist e0fde95
- updated for release 1 of 2.0b2
cvsdist e0fde95
- use .bz2 version of Python source
cvsdist e4efab2
cvsdist e0fde95
* Tue Sep 12 2000 Jeremy Hylton <jeremy@beopen.com>
cvsdist e0fde95
- Version 2 of 2.0b1
cvsdist e0fde95
- Make the package relocatable.  Thanks to Suchandra Thapa.
cvsdist e0fde95
- Exclude Tkinter from main RPM.  If it is in a separate RPM, it is
cvsdist e0fde95
  easier to track Tk releases.