cvsdist 64c8a92
%{!?__python_ver:%define __python_ver EMPTY}
60b7a5f
#define __python_ver 25
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
60b7a5f
%define pybasever 2.5
cvsdist d78f1e2
%define tools_dir %{_libdir}/python%{pybasever}/Tools
cvsdist d78f1e2
%define demo_dir %{_libdir}/python%{pybasever}/Demo
Mihai Ibanescu 8854995
%define doc_tools_dir %{_libdir}/python%{pybasever}/Doc/tools
cvsdist e0fde95
cvsdist e0fde95
Summary: An interpreted, interactive, object-oriented programming language.
cvsdist e0fde95
Name: %{python}
440a06e
Version: 2.5.1
da14e7e
Release: 17%{?dist}
87c8da2
License: Python Software Foundation License v2 
cvsdist e4efab2
Group: Development/Languages
cvsdist d855cb1
Provides: python-abi = %{pybasever}
jbj 8e4b82e
Provides: python(abi) = %{pybasever}
Mihai Ibanescu 6828cb0
Source: http://www.python.org/ftp/python/%{version}/Python-%{version}.tar.bz2
60b7a5f
60b7a5f
Patch0: python-2.5-config.patch
60b7a5f
Patch1: Python-2.2.1-pydocnogui.patch
440a06e
Patch2: python-2.3.4-pydocnodoc.patch
440a06e
Patch3: python-2.4.1-canonicalize.patch
440a06e
Patch4: python-2.5-cflags.patch
7e007c7
Patch5: python-2.5.1-ctypes-exec-stack.patch
b7dfd0a
Patch6: python-2.5.1-plural-fix.patch
e574c7e
Patch7: python-2.5.1-sqlite-encoding.patch
3939a12
Patch8: python-2.5-xmlrpclib-marshal-objects.patch
59062c0
Patch9: python-2.5-tkinter.patch
59062c0
Patch10: python-2.5.1-binutils-no-dep.patch
59062c0
Patch11: python-2.5.1-codec-ascii-tolower.patch
59062c0
Patch12: python-2.5.1-pysqlite.patch
60b7a5f
87c8da2
# upstreamed
87c8da2
12cb76f
# disable egg-infos for now
12cb76f
Patch50: python-2.5-disable-egginfo.patch
12cb76f
50ca183
# new db version
50ca183
Patch60: python-2.5.1-db46.patch
50ca183
60b7a5f
# lib64 patches
60b7a5f
Patch101: python-2.3.4-lib64-regex.patch
60b7a5f
Patch102: python-2.5-lib64.patch
cvsdist 20402fd
59062c0
Patch999: python-2.5.CVE-2007-4965-int-overflow.patch
59062c0
50ca183
cvsdist 64c8a92
%if %{main_python}
cvsdist 64c8a92
Obsoletes: Distutils
cvsdist 64c8a92
Provides: Distutils
cvsdist e0fde95
Obsoletes: python2 
cvsdist e0fde95
Provides: python2 = %{version}
bca2575
Obsoletes: python-elementtree <= 1.2.6
bca2575
Obsoletes: python-sqlite < 2.3.2
bca2575
Provides: python-sqlite = 2.3.2
7b22577
Obsoletes: python-ctypes < 1.0.1
7b22577
Provides: python-ctypes = 1.0.1
cvsdist e0fde95
%endif
cvsdist 20402fd
cvsdist e0fde95
BuildRoot: %{_tmppath}/%{name}-%{version}-root
15bc50a
BuildPrereq: readline-devel, openssl-devel, gmp-devel
Mihai Ibanescu 0fdf6c4
BuildPrereq: ncurses-devel, gdbm-devel, zlib-devel, expat-devel
59062c0
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
60b7a5f
BuildPrereq: tix-devel bzip2-devel sqlite-devel
Mihai Ibanescu 5533529
BuildPrereq: autoconf
c4c08b1
BuildPrereq: db4-devel >= 4.6
60b7a5f
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
87c8da2
%package libs
87c8da2
Summary: The libraries for python runtime
87c8da2
Group: Applications/System
87c8da2
Requires: %{python} = %{version}-%{release}
59062c0
# Needed for ctypes, to load libraries, worked around for Live CDs size
59062c0
# Requires: binutils
87c8da2
87c8da2
%description libs
87c8da2
The python interpreter can be embedded into applications wanting to 
87c8da2
use python as an embedded scripting language.  The python-libs package 
87c8da2
provides the libraries needed for this.
87c8da2
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
60b7a5f
%setup -q -n Python-%{version}
cvsdist e4efab2
cvsdist e0fde95
%patch0 -p1 -b .rhconfig
60b7a5f
%patch1 -p1 -b .no_gui
440a06e
%patch2 -p1 -b .no-doc
440a06e
%patch3 -p1 -b .canonicalize
440a06e
%patch4 -p1 -b .cflags
5ee001f
%patch5 -p1 -b .ctypesexec
b7dfd0a
%patch6 -p1 -b .plural
e574c7e
%patch7 -p1
3939a12
%patch8 -p1 -b .xmlrpc
60b7a5f
12cb76f
%patch50 -p1 -b .egginfo
50ca183
%patch60 -p1 -b .db46
12cb76f
cvsdist 20402fd
%if %{_lib} == lib64
60b7a5f
%patch101 -p1 -b .lib64-regex
60b7a5f
%patch102 -p1 -b .lib64
cvsdist 20402fd
%endif
60b7a5f
59062c0
%patch9 -p1 -b .tkinter
59062c0
%patch10 -p1 -b .binutils-no-dep
59062c0
%patch11 -p1 -b .ascii-tolower
59062c0
%patch12 -p1 -b .pysqlite-2.3.3-minimal
59062c0
6520c85
%ifarch alpha ia64
6520c85
# 64bit, but not lib64 arches need this too...
6520c85
%patch101 -p1 -b .lib64-regex
6520c85
%endif
6520c85
59062c0
%patch999 -p1 -b .cve2007-4965
59062c0
cvsdist e0fde95
# This shouldn't be necesarry, but is right now (2.2a3)
cvsdist e0fde95
find -name "*~" |xargs rm -f
cvsdist 6b969f1
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
60b7a5f
# For patch 4, 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}" .
60b7a5f
# Rebuild with new python
60b7a5f
# We need a link to a versioned python in the build directory
60b7a5f
ln -s python python%{pybasever}
60b7a5f
LD_LIBRARY_PATH=$topdir PATH=$PATH:$topdir make -s OPT="$CFLAGS" %{?_smp_mflags}
60b7a5f
60b7a5f
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
440a06e
# don't include tests that are run at build time in the package
59062c0
# This is documented, and used: rhbz#387401
59062c0
mkdir save_bits_of_test
59062c0
for i in test_support.py __init__.py; do
59062c0
  cp -a $RPM_BUILD_ROOT/%{_libdir}/python%{pybasever}/test/$i save_bits_of_test
59062c0
done
440a06e
rm -rf $RPM_BUILD_ROOT/%{_libdir}/python%{pybasever}/test
59062c0
mkdir $RPM_BUILD_ROOT/%{_libdir}/python%{pybasever}/test
59062c0
cp -a save_bits_of_test/* $RPM_BUILD_ROOT/%{_libdir}/python%{pybasever}/test
440a06e
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
Mihai Ibanescu 44819ff
# Documentation tools
Mihai Ibanescu 8854995
install -m755 -d $RPM_BUILD_ROOT%{doc_tools_dir}
Mihai Ibanescu 8854995
install -m755 Doc/tools/mkhowto $RPM_BUILD_ROOT%{doc_tools_dir}
Mihai Ibanescu 44819ff
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
60b7a5f
rm -f $RPM_BUILD_ROOT%{_libdir}/python%{pybasever}/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
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 a56567d
rm -f $RPM_BUILD_ROOT%{_libdir}/python%{pybasever}/email/test/data/audiotest.au $RPM_BUILD_ROOT%{_libdir}/python%{pybasever}/test/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
Mihai Ibanescu f1d2531
# Make python-devel multilib-ready (bug #192747, #139911)
Mihai Ibanescu f1d2531
%define _pyconfig32_h pyconfig-32.h
Mihai Ibanescu f1d2531
%define _pyconfig64_h pyconfig-64.h
Mihai Ibanescu f1d2531
8cf5a31
%ifarch ppc64 s390x x86_64 ia64 alpha sparc64
Mihai Ibanescu 00d689b
%define _pyconfig_h %{_pyconfig64_h}
Mihai Ibanescu f1d2531
%else
Mihai Ibanescu 00d689b
%define _pyconfig_h %{_pyconfig32_h}
Mihai Ibanescu f1d2531
%endif
Mihai Ibanescu f1d2531
mv $RPM_BUILD_ROOT%{_includedir}/python%{pybasever}/pyconfig.h \
Mihai Ibanescu f1d2531
   $RPM_BUILD_ROOT%{_includedir}/python%{pybasever}/%{_pyconfig_h}
Mihai Ibanescu f1d2531
cat > $RPM_BUILD_ROOT%{_includedir}/python%{pybasever}/pyconfig.h << EOF
Mihai Ibanescu f1d2531
#include <bits/wordsize.h>
Mihai Ibanescu f1d2531
Mihai Ibanescu f1d2531
#if __WORDSIZE == 32
Mihai Ibanescu f1d2531
#include "%{_pyconfig32_h}"
Mihai Ibanescu f1d2531
#elif __WORDSIZE == 64
Mihai Ibanescu f1d2531
#include "%{_pyconfig64_h}"
Mihai Ibanescu f1d2531
#else
59062c0
#error "Unknown word size"
Mihai Ibanescu f1d2531
#endif
Mihai Ibanescu f1d2531
EOF
6520c85
ln -s ../../libpython%{pybasever}.so $RPM_BUILD_ROOT%{_libdir}/python%{pybasever}/config/libpython%{pybasever}.so
Mihai Ibanescu f1d2531
Mihai Ibanescu 3af5a60
# Fix for bug 201434: make sure distutils looks at the right pyconfig.h file
Mihai Ibanescu 3af5a60
sed -i -e "s/'pyconfig.h'/'%{_pyconfig_h}'/" $RPM_BUILD_ROOT%{_libdir}/python%{pybasever}/distutils/sysconfig.py
Mihai Ibanescu 3af5a60
60b7a5f
# Get rid of egg-info files (core python modules are installed through rpms)
60b7a5f
rm $RPM_BUILD_ROOT%{_libdir}/python%{pybasever}/*.egg-info
60b7a5f
27b0394
# python's build is stupid and doesn't fail if extensions fail to build
27b0394
# let's list a few that we care about...
27b0394
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
27b0394
    if [ ! -f $RPM_BUILD_ROOT/%{_libdir}/python%{pybasever}/lib-dynload/$so ]; then
27b0394
       echo "Missing $so!!!"
27b0394
       exit 1
27b0394
    fi
27b0394
done
27b0394
cvsdist e4efab2
%clean
cvsdist e0fde95
rm -fr $RPM_BUILD_ROOT
cvsdist e0fde95
5b28df5
%post libs -p /sbin/ldconfig
87c8da2
5b28df5
%postun libs -p /sbin/ldconfig
87c8da2
87c8da2
cvsdist e0fde95
%files -f dynfiles
cvsdist d855cb1
%defattr(-, root, root)
cvsdist e0fde95
%doc LICENSE README
Mihai Ibanescu d6509bb
%{_bindir}/pydoc*
Mihai Ibanescu f9962c6
%{_bindir}/python*
cvsdist e0fde95
%{_mandir}/*/*
cvsdist e0fde95
cvsdist d4a3959
%dir %{_libdir}/python%{pybasever}
cvsdist d855cb1
%dir %{_libdir}/python%{pybasever}/site-packages
cvsdist d855cb1
%{_libdir}/python%{pybasever}/site-packages/README
cvsdist d4a3959
%{_libdir}/python%{pybasever}/*.py*
cvsdist d4a3959
%{_libdir}/python%{pybasever}/*.doc
cvsdist d855cb1
%{_libdir}/python%{pybasever}/bsddb
60b7a5f
%{_libdir}/python%{pybasever}/compiler
60b7a5f
%{_libdir}/python%{pybasever}/ctypes
cvsdist d4a3959
%{_libdir}/python%{pybasever}/curses
cvsdist d4a3959
%{_libdir}/python%{pybasever}/distutils
60b7a5f
%{_libdir}/python%{pybasever}/email
cvsdist d4a3959
%{_libdir}/python%{pybasever}/encodings
60b7a5f
%{_libdir}/python%{pybasever}/hotshot
cvsdist d855cb1
%{_libdir}/python%{pybasever}/idlelib
cvsdist d855cb1
%{_libdir}/python%{pybasever}/logging
cvsdist d4a3959
%{_libdir}/python%{pybasever}/plat-linux2
60b7a5f
%{_libdir}/python%{pybasever}/sqlite3
85670aa
%{_libdir}/python%{pybasever}/test
60b7a5f
%{_libdir}/python%{pybasever}/wsgiref
60b7a5f
%{_libdir}/python%{pybasever}/xml
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
87c8da2
%files libs
87c8da2
%defattr(-,root,root)
87c8da2
%doc LICENSE README
87c8da2
%{_libdir}/libpython%{pybasever}.so.*
87c8da2
cvsdist e4efab2
%files devel
cvsdist e0fde95
%defattr(-,root,root)
cvsdist e0fde95
/usr/include/*
6520c85
%dir %{_libdir}/python%{pybasever}/config
6520c85
%{_libdir}/python%{pybasever}/config/*
87c8da2
%{_libdir}/libpython%{pybasever}.so
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*
cvsdist 2f0d566
%{tools_dir}
cvsdist d78f1e2
%{demo_dir}
Mihai Ibanescu 44819ff
%{_libdir}/python%{pybasever}/Doc
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
da14e7e
* Mon Dec  3 2007 Jeremy Katz <katzj@redhat.com> - 2.5.1-17
da14e7e
- rebuild for new libssl
da14e7e
59062c0
* Fri Nov 30 2007 James Antill <jantill@redhat.com> - 2.5.1-16
59062c0
- Fix pyconfig.h comment typo.
59062c0
- Add back test_support.py and the __init__.py file.
59062c0
- Resolves: rhbz#387401
59062c0
59062c0
* Tue Oct 30 2007 James Antill <jantill@redhat.com> - 2.5.1-15
59062c0
- Do codec lowercase in C Locale.
59062c0
- Resolves: 207134 191096
59062c0
- Fix stupid namespacing in pysqlite, minimal upgrade to 2.3.3 pysqlite
59062c0
- Resolves: 263221
59062c0
59062c0
* Wed Oct 24 2007 James Antill <jantill@redhat.com> - 2.5.1-14
59062c0
- Remove bintuils dep. for live CD ... add work around for ctypes
59062c0
59062c0
* Mon Oct 22 2007 James Antill <jantill@redhat.com> - 2.5.1-13
59062c0
- Add tix buildprereq
59062c0
- Add tkinter patch
59062c0
- Resolves: #281751
59062c0
- Fix ctypes loading of libraries, add requires on binutils
59062c0
- Resolves: #307221
59062c0
- Possible fix for CVE-2007-4965 possible exploitable integer overflow
59062c0
- Resolves: #295971
59062c0
3939a12
* Tue Oct 16 2007 Mike Bonnet <mikeb@redhat.com> - 2.5.1-12
3939a12
- fix marshalling of objects in xmlrpclib (python bug #1739842)
3939a12
e574c7e
* Fri Sep 14 2007 Jeremy Katz <katzj@redhat.com> - 2.5.1-11
e574c7e
- fix encoding of sqlite .py files to work around weird encoding problem 
e574c7e
  in Turkish (#283331)
e574c7e
b7dfd0a
* Mon Sep 10 2007 Jeremy Katz <katzj@redhat.com> - 2.5.1-10
b7dfd0a
- work around problems with multi-line plural specification (#252136)
b7dfd0a
ce994f2
* Tue Aug 28 2007 Jeremy Katz <katzj@redhat.com> - 2.5.1-9
ce994f2
- rebuild against new expat
ce994f2
50ca183
* Tue Aug 14 2007 Jeremy Katz <katzj@redhat.com> - 2.5.1-8
50ca183
- build against db4.6
50ca183
8cf5a31
* Tue Aug 14 2007 Dennis Gilmore <dennis@ausil.us> - 2.5.1-7
8cf5a31
- add sparc64 to the list of archs for _pyconfig64_h
8cf5a31
5ee001f
* Fri Aug 10 2007 Jeremy Katz <katzj@redhat.com> - 2.5.1-6
5ee001f
- fix ctypes again on some arches (Hans de Goede, #251637)
5ee001f
7c4cd75
* Fri Jul  6 2007 Jeremy Katz <katzj@redhat.com> - 2.5.1-5
7c4cd75
- link curses modules with ncursesw (#246385)
7c4cd75
27b0394
* Wed Jun 27 2007 Jeremy Katz <katzj@redhat.com> - 2.5.1-4
27b0394
- fix _elementtree.so build (#245703)
27b0394
- ensure that extension modules we expect are actually built rather than 
27b0394
  having them silently fall out of the package
27b0394
787d525
* Tue Jun 26 2007 Jeremy Katz <katzj@redhat.com> - 2.5.1-3
787d525
- link with system expat (#245703)
787d525
64142ef
* Thu Jun 21 2007 Jeremy Katz <katzj@redhat.com> - 2.5.1-2
64142ef
- rebuild to take advantage of hardlinking between identical pyc/pyo files
64142ef
440a06e
* Thu May 31 2007 Jeremy Katz <katzj@redhat.com> - 2.5.1-1
440a06e
- update to python 2.5.1
440a06e
920a5e3
* Mon Mar 19 2007 Jeremy Katz <katzj@redhat.com> - 2.5.3-12
920a5e3
- fix alpha build (#231961)
920a5e3
53b3a20
* Tue Feb 13 2007 Jeremy Katz <katzj@redhat.com> - 2.5.3-11
53b3a20
- tcl/tk was reverted; rebuild again
53b3a20
759563c
* Thu Feb  1 2007 Jeremy Katz <katzj@redhat.com> - 2.5.3-10
759563c
- rebuild for new tcl/tk
759563c
15bc50a
* Tue Jan 16 2007 Miroslav Lichvar <mlichvar@redhat.com> - 2.5.3-9
15bc50a
- link with ncurses
15bc50a
6520c85
* Sat Jan  6 2007 Jeremy Katz <katzj@redhat.com> - 2.5.3-8
6520c85
- fix extensions to use shared libpython (#219564)
6520c85
- all 64bit platforms need the regex fix (#122304)
6520c85
d707252
* Wed Jan  3 2007 Jeremy Katz <katzj@redhat.com> - 2.5.3-7
d707252
- fix ctypes to not require execstack (#220669)
d707252
68ac77b
* Fri Dec 15 2006 Jeremy Katz <katzj@redhat.com> - 2.5.3-6
68ac77b
- don't link against compat-db (Robert Scheck)
68ac77b
2fe2afd
* Wed Dec 13 2006 Jarod Wilson <jwilson@redhat.com> - 2.5.3-5
2fe2afd
- fix invalid assert in debug mode (upstream changeset 52622)
2fe2afd
7b22577
* Tue Dec 12 2006 Jeremy Katz <katzj@redhat.com> - 2.5.3-4
7b22577
- obsolete/provide python-ctypes (#219256)
7b22577
87c8da2
* Mon Dec 11 2006 Jeremy Katz <katzj@redhat.com> - 2.5.3-3
87c8da2
- fix atexit traceback with failed syslog logger (#218214)
87c8da2
- split libpython into python-libs subpackage for multilib apps 
87c8da2
  embedding python interpreters
87c8da2
12cb76f
* Wed Dec  6 2006 Jeremy Katz <katzj@redhat.com> - 2.5.3-2
12cb76f
- disable installation of .egg-info files for now
12cb76f
60b7a5f
* Tue Dec  5 2006 Jeremy Katz <katzj@redhat.com>
60b7a5f
- support db 4.5
bca2575
- obsolete python-elementtree; since it requires some code tweaks, don't 
bca2575
  provide it
bca2575
- obsolete old python-sqlite; provide the version that's actually included
043f570
60b7a5f
* Mon Oct 30 2006 Jeremy Katz <katzj@redhat.com>
60b7a5f
- fix _md5 and _sha modules (Robert Sheck)
60b7a5f
- no longer provide optik compat; it's been a couple of years now
60b7a5f
- no longer provide the old shm module; if this is still needed, let's 
60b7a5f
  build it separately
60b7a5f
- no longer provide japanese codecs; should be a separate package
Mihai Ibanescu faf70c1
60b7a5f
* Mon Oct 23 2006 Jeremy Katz <katzj@redhat.com> - 2.5-0
60b7a5f
- update to 2.5.0 final
Mihai Ibanescu 3af5a60
60b7a5f
* Fri Aug 18 2006 Mihai Ibanescu <misa@redhat.com> - 2.4.99.c1
60b7a5f
- Updated to 2.5c1. Merged fixes from FC6 too:
Mihai Ibanescu 4d8ff39
- Fixed bug #199373 (on some platforms CFLAGS is needed when linking)
60b7a5f
- Fixed bug #198971 (case conversion not locale safe in logging library)
60b7a5f
- Verified bug #201434 (distutils.sysconfig is confused by the change to make
60b7a5f
  python-devel multilib friendly) is fixed upstream
Mihai Ibanescu 4d8ff39
60b7a5f
* Sun Jul 16 2006 Mihai Ibanescu <misa@redhat.com> - 2.4.99.b2
60b7a5f
- Updated to 2.5b2 (which for comparison reasons is re-labeled 2.4.99.b2)
Mihai Ibanescu e9210a2
60b7a5f
* Fri Jun 23 2006 Mihai Ibanescu <misa@redhat.com> - 2.4.99.b1
60b7a5f
- Updated to 2.5b1 (which for comparison reasons is re-labeled 2.4.99.b1)
bfb71df
0d8e7a5
* Tue Jun 13 2006 Jeremy Katz <katzj@redhat.com> - 2.4.3-11.FC6
0d8e7a5
- and fix it for real
0d8e7a5
441dd7e
* Tue Jun 13 2006 Jeremy Katz <katzj@redhat.com> - 2.4.3-10.FC6
441dd7e
- fix python-devel on ia64
441dd7e
Mihai Ibanescu b50c49c
* Tue Jun 13 2006 Mihai Ibanescu <misa@redhat.com> - 2.4.3-9
Mihai Ibanescu f1d2531
- Fixed python-devel to be multilib friendly (bug #192747, #139911)
Mihai Ibanescu f1d2531
Mihai Ibanescu 8854995
* Tue Jun 13 2006 Mihai Ibanescu <misa@redhat.com> - 2.4.3-8
Mihai Ibanescu 8854995
- Only copying mkhowto from the Docs - we don't need perl dependencies from
Mihai Ibanescu 8854995
  python-tools.
Mihai Ibanescu 8854995
Mihai Ibanescu 9599189
* Mon Jun 12 2006 Mihai Ibanescu <misa@redhat.com> - 2.4.3-7
Mihai Ibanescu 9599189
- Fixed bug #121198 (webbrowser.py should use the user's preferences first)
Mihai Ibanescu 9599189
Mihai Ibanescu 44819ff
* Mon Jun 12 2006 Mihai Ibanescu <misa@redhat.com> - 2.4.3-6
Mihai Ibanescu 44819ff
- Fixed bug #192592 (too aggressive assertion fails) - SF#1257960
Mihai Ibanescu 44819ff
- Fixed bug #167468 (Doc/tools not included) - added in the python-tools package
Mihai Ibanescu 44819ff
Mihai Ibanescu da026cd
* Thu Jun  8 2006 Mihai Ibanescu <misa@redhat.com> - 2.4.3-5
Mihai Ibanescu d6509bb
- Fixed bug #193484 (added pydoc in the main package)
Mihai Ibanescu da026cd
Mihai Ibanescu ce74b88
* Mon Jun  5 2006 Mihai Ibanescu <misa@redhat.com> - 2.4.3-4
Mihai Ibanescu ce74b88
- Added dist in the release
Mihai Ibanescu ce74b88
Mihai Ibanescu 638997f
* Mon May 15 2006 Mihai Ibanescu <misa@redhat.com> - 2.4.3-3
Mihai Ibanescu 638997f
- rebuilt to fix broken libX11 dependency
Mihai Ibanescu 638997f
a0ec9b2
* Wed Apr 12 2006 Jeremy Katz <katzj@redhat.com> - 2.4.3-2
a0ec9b2
- rebuild with new gcc to fix #188649
a0ec9b2
Mihai Ibanescu 84c6c7b
* Thu Apr  6 2006 Mihai Ibanescu <misa@redhat.com> - 2.4.3-1
Mihai Ibanescu 84c6c7b
- Updated to 2.4.3
Mihai Ibanescu 84c6c7b
0a667e1
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.4.2-3.2.1
0a667e1
- bump again for double-long bug on ppc(64)
0a667e1
Mihai Ibanescu 8f9fe48
* Fri Feb 10 2006 Mihai Ibanescu <misa@redhat.com> - 2.4.3-3.2
Mihai Ibanescu 8f9fe48
- rebuilt for newer tix
Mihai Ibanescu 8f9fe48
e34b638
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2.4.2-3.1
e34b638
- rebuilt for new gcc4.1 snapshot and glibc changes
e34b638
Mihai Ibanescu a56567d
* Fri Jan 20 2006 Mihai Ibanescu <misa@redhat.com> 2.4.2-3
Mihai Ibanescu a56567d
- fixed #136654 for another instance of audiotest.au
Mihai Ibanescu a56567d
c80caf6
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
c80caf6
- rebuilt
c80caf6
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.