source: projects/specs/trunk/p/python/python-vl.spec @ 12026

Revision 12026, 37.1 KB checked in by tomop, 5 years ago (diff)

python-2.7.15-3

Line 
1# if you wanna test, add " --define '_run_test 1' " option to rpmbuild command
2%define run_test %{?_run_test:1}%{!?_run_test:0}
3%define unicode ucs4
4%define bsddb_ver 4.8
5%define tcl_major 8.5
6%define tk_major 8.5
7%define tix_major 8.4
8%define pybasever 2.7
9%define python_lib %{_libdir}/python%{pybasever}
10
11Summary: An interpreted, interactive, object-oriented programming language.
12Summary(ja): オブジェクト指向言語 Python インタプリタ
13Name: python
14Version: %{pybasever}.15
15Release: 3%{?_dist_release}
16License: PSF
17Group: Development/Languages
18URL: http://www.python.org/%{pybasever}/
19
20Source0: http://www.python.org/ftp/python/%{version}/Python-%{version}.tar.xz
21Source1: http://docs.python.org/2/archives/python-%{version}-docs-html.tar.bz2
22Source2: http://python-doc-ja.googlecode.com/files/python-doc-%{pybasever}ja1-html.zip
23Source6: shmmodule.c
24
25Patch0: python-2.7.1-config.patch
26Patch3: python-2.2.1-pydocnogui.patch
27Patch4: python-2.3.3-distutilrpm.patch
28
29## from fedora
30Patch21: python-2.3.4-lib64-regex.patch
31Patch22: python-2.5-cflags.patch
32Patch23: python-2.5.1-plural-fix.patch
33Patch24: python-2.5.1-sqlite-encoding.patch
34Patch29: python-2.6.5-more-configuration-flags.patch
35# Patch31: python-2.7rc1-binutils-no-dep.patch
36Patch36: python-2.7rc1-no-static-lib.patch
37Patch37: python-2.7rc1-socketmodule-constants.patch
38Patch38: python-2.7rc1-socketmodule-constants2.patch
39Patch39: python-2.7rc1-statvfs-f_flag-constants.patch
40
41Patch41: 00121-add-Modules-to-build-path.patch
42# Patch42: 00125-less-verbose-COUNT_ALLOCS.patch
43Patch43: 00133-skip-test_dl.patch
44Patch44: 00137-skip-distutils-tests-that-fail-in-rpmbuild.patch
45
46## for lib64
47Patch100: python-2.7-lib64-Makefile.patch
48Patch101: python-2.7-lib64-setup.patch
49Patch102: python-2.7-lib64-getpath.patch
50Patch103: python-2.7-lib64-site.patch
51Patch104: python-2.7-lib64-install.patch
52Patch105: python-2.7-lib64-sysconfig.patch
53Patch106: python-2.7-lib64-distutils_sysconfig.patch
54Patch107: python-2.7-lib64-test_install.patch
55
56Patch200: python-2.7-recvfrom_into_buffer_overflow_2.7.patch
57
58Obsoletes: python2
59Obsoletes: python27 < %{version}-%{release}
60Provides: python27
61Obsoletes: Distutils
62Obsoletes: python-base
63Provides: Distutils
64# <BTS:VineLinux:1121>
65Obsoletes: pysqlite <= 2.6.1-1vl6
66Provides: pysqlite
67
68BuildRequires: libdb-devel
69BuildRequires: readline-devel
70#BuildRequires: libtermcap-devel
71BuildRequires: openssl-devel
72BuildRequires: gmp-devel
73BuildRequires: ncurses-devel
74BuildRequires: gdbm-devel
75BuildRequires: zlib-devel
76BuildRequires: bzip2-devel
77BuildRequires: expat-devel
78BuildRequires: mesa-libGL-devel
79BuildRequires: libX11-devel
80BuildRequires: libffi-devel
81BuildRequires: libnsl2-devel
82BuildRequires: libtirpc-devel
83BuildRequires: sqlite3-devel
84BuildRequires: tcl-devel
85BuildRequires: tk-devel
86BuildRequires: tix
87BuildRequires: findutils
88BuildRequires: pkgconfig
89BuildRequires: nkf
90BuildRoot: %{_tmppath}/%{name}-%{version}-root
91
92Vendor: Project Vine
93Distribution: Vine Linux
94
95
96%description
97Python is an interpreted, interactive, object-oriented programming
98language often compared to Tcl, Perl, Scheme or Java. Python includes
99modules, classes, exceptions, very high level dynamic data types and
100dynamic typing. Python supports interfaces to many system calls and
101libraries, as well as to various windowing systems (X11, Motif, Tk,
102Mac and MFC).
103
104Programmers can write new built-in modules for Python in C or C++.
105Python can be used as an extension language for applications that need
106a programmable interface. This package contains most of the standard
107Python modules, as well as modules for interfacing to the Tix widget
108set for Tk and RPM.
109
110Note that documentation for Python is provided in the python-docs
111package.
112
113%package devel
114Summary: The libraries and header files needed for Python development.
115Summary(ja): Python での開発に必要なライブラリやヘッダファイル
116Group: Development/Libraries
117Obsoletes: python2-devel
118Obsoletes: python27-devel < %{version}-%{release}
119
120%description devel
121The Python programming language's interpreter can be extended with
122dynamically loaded extensions and can be embedded in other programs.
123This package contains the header files and libraries needed to do
124these types of tasks.
125
126Install python-devel if you want to develop Python extensions.  The
127python package will also need to be installed.  You'll probably also
128want to install the python-docs package, which contains Python
129documentation.
130
131%package tools
132Summary: A collection of development tools included with Python.
133Summary(ja): Python に含まれる開発ツール一式
134Group: Development/Tools
135Requires: %{name} = %{version}
136Requires: tkinter = %{version}
137Obsoletes: python2-tools
138Obsoletes: python27-tools < %{version}-%{release}
139
140%description tools
141The Python package includes several development tools that are used
142to build python programs. This package contains a selection of those
143tools, including the IDLE Python IDE.
144
145Install python-tools if you want to use these tools to develop
146Python programs.  You will also need to install the python and
147tkinter packages.
148
149%package docs
150Summary: Documentation for the Python programming language.
151Summary(ja): Python プログラミング言語のドキュメント
152Group: Applications/Documentation
153Obsoletes: python2-docs
154Obsoletes: python27-docs < %{version}-%{release}
155
156%description docs
157The python-docs package contains documentation on the Python
158programming language and interpreter.  The documentation is provided
159in ASCII text files and in LaTeX source files.
160
161Install the python-docs package if you'd like to use the documentation
162for the Python language.
163#'
164
165%package -n tkinter
166Summary: A graphical user interface for the Python scripting language.
167Summary(ja): Python スクリプト言語のグラフィカルインターフェイス
168Group: Development/Languages
169Obsoletes: tkinter2
170Requires: %{name} = %{version}-%{release}
171Requires: tix
172Obsoletes: python27-tkinter < %{version}-%{release}
173Provides: python27-tkinter = %{version}-%{release}
174
175%description -n tkinter
176The Tkinter (Tk interface) program is an graphical user interface for
177the Python scripting language.
178
179You should install the tkinter package if you'd like to use a graphical
180user interface for Python programming.
181#'
182
183
184%prep
185%setup -q -n Python-%{version} -a 1
186%patch0 -p1 -b .Setup
187%patch3 -p1 -b .no_gui
188%patch4 -p1 -b .distutilrpm
189
190## from fedora-14
191%patch21 -p1 -b .lib64-regex
192%patch22 -p1 -b .cflags
193%patch23 -p1 -b .plural-fix
194%patch24 -p1 -b .sqlite-encoding
195%patch29 -p1 -b .more-configuration-flags
196# %patch31 -p1 -b .binutils-no-dep
197%patch36 -p1 -b .no-static-lib
198%patch37 -p1 -b .socketmodule-constants
199%patch38 -p1 -b .socketmodule-constants2
200%patch39 -p1 -b .statvfs-f_flag-constants
201
202## from fedora-rawhide on 2.7.5
203%patch41 -p1
204# %patch42 -p1 -b .less-verbose-COUNT_ALLOCS
205%patch43 -p1
206%patch44 -p1
207
208%if %{_lib} == lib64
209%patch100 -p1 -b .Makefile
210%patch101 -p1 -b .setup
211%patch102 -p1 -b .getpath
212%patch103 -p1 -b .site
213%patch104 -p1 -b .install
214%patch105 -p1 -b .sysconfig
215%patch106 -p1 -b .distutils_sysconfig
216%patch107 -p1 -b .test_install
217# %patch108 -p1 -b .test_site
218%endif
219
220%patch200 -p1 -b .CVE-2014-1912
221
222## shm module
223cp %{SOURCE6} Modules
224cat >> Modules/Setup.dist << EOF
225
226## Shared memory module
227shm shmmodule.c
228EOF
229
230## Fix library flags
231pushd Modules
232mv Setup.dist Setup.dist.tmp
233cat Setup.dist.tmp \
234        | sed "s^-ldb-4.?^-ldb-%{bsddb_ver}^" \
235        | sed "s^-ltcl^-ltcl%{tcl_major}^" \
236        | sed "s^-ltk^-ltk%{tk_major}^" \
237        | sed "s^-ltix^-ltix%{tix_major}^" \
238        > Setup.dist
239rm -f Setup.dist.tmp
240popd
241
242##
243autoconf
244
245
246%build
247topdir=`pwd`
248export CFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE -fPIC"
249export CXXFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE -fPIC"
250export OPT="$RPM_OPT_FLAGS -D_GNU_SOURCE -fPIC"
251export LINKCC="gcc"
252export CC=gcc
253if pkg-config openssl ; then
254        export CFLAGS="$CFLAGS $(pkg-config --cflags openssl)"
255        export LDFLAGS="$LDFLAGS $(pkg-config --libs-only-L openssl)"
256fi
257if pkg-config libtirpc ; then
258        export CFLAGS="$CFLAGS $(pkg-config --cflags libtirpc)"
259        export CXXFLAGS="$CXXFLAGS $(pkg-config --cflags libtirpc)"
260        export LDFLAGS="$LDFLAGS $(pkg-config --libs-only-L libtirpc)"
261        export LIBS="$LIBS $(pkg-config --libs-only-l libtirpc)"
262fi
263%configure \
264        --enable-ipv6 \
265        --enable-unicode=%{unicode} \
266        --enable-shared \
267        --with-system-ffi \
268        --with-system-expat \
269        ;
270make OPT="$CFLAGS" %{?_smp_mflags}
271
272## rebuild with new python
273export LD_LIBRARY_PATH=$topdir
274export PATH="$topdir:$PATH"
275ln -s $topdir/python $topdir/python%{pybasever}
276#$topdir/python Tools/scripts/pathfix.py -i "/usr/bin/env python%{pybasever}" .
277make OPT="$CFLAGS" %{?_smp_mflags}
278
279
280%if %{run_test}
281#%%check
282# This runs the test set twice (once with no compiled files, once with
283# the compiled files left by the previous test run).
284find ./Lib -name '*.py[co]' -print | xargs rm -f
285LD_LIBRARY_PATH=$topdir:$topdir/Modules:$topdir/build/lib.linux-%{_host_cpu}-%{pybasever}
286PYTHONHOME=$topdir
287PYTHONPATH=$topdir/Lib:$topdir/Lib/test:$topdir/Lib/lib-tk:$topdir/Lib/site-packages
288PYTHONPATH=$PYTHONPATH:$LD_LIBRARY_PATH
289export PYTHONHOME PYTHONPATH LD_LIBRARY_PATH
290#SKIPLIST="-x test___all__ -x test_dl -x test_gdb -x test_pydoc"
291SKIPLIST=""
292./python -tt -E ./Lib/test/regrtest.py -l -w $SKIPLIST 2>&1 | tee make.check1.log
293./python -tt -E ./Lib/test/regrtest.py -l -w $SKIPLIST 2>&1 | tee make.check2.log
294#-------------------------------##
295# Sat Nov 27 2010 ...last tested
296# 344 tests OK.
297# 4 tests failed:
298#     test___all__ test_dl test_gdb test_pydoc
299# 36 tests skipped:
300# 2 skips unexpected on linux2:
301#-------------------------------##
302%endif
303
304
305%install
306rm -fr $RPM_BUILD_ROOT
307mkdir -p $RPM_BUILD_ROOT/usr $RPM_BUILD_ROOT%{_mandir}
308
309# Temporary workaround to avoid confusing find-requires: don't ship the tests
310# as executable files
311chmod 0644 Lib/test/test_*.py
312
313make DESTDIR=$RPM_BUILD_ROOT install
314
315install -d $RPM_BUILD_ROOT%{python_lib}/site-packages
316install -d $RPM_BUILD_ROOT%{python_lib}/config
317ln -s ../../libpython%{pybasever}.so $RPM_BUILD_ROOT%{python_lib}/config/libpython%{pybasever}.so
318%if %{_lib} == lib64
319install -d $RPM_BUILD_ROOT%{_prefix}/lib/python%{pybasever}/site-packages
320%endif
321
322# Fix the interpreter path in binaries installed by distutils
323# (which changes them by itself)
324# Make sure we preserve the file permissions
325for fixed in $RPM_BUILD_ROOT/usr/bin/pydoc; do
326    sed 's,#!.*/python$,#!/usr/bin/env python%{pybasever},' $fixed > $fixed- \
327        && cat $fixed- > $fixed && rm -f $fixed-
328done
329
330
331## tools
332echo "#!/bin/bash
333exec %{python_lib}/site-packages/pynche/pynche" \
334        > $RPM_BUILD_ROOT%{_bindir}/pynche
335chmod 755 $RPM_BUILD_ROOT%{_bindir}/pynche
336
337echo "#!/bin/bash
338exec %{python_lib}/site-packages/modulator/modulator.py" \
339        > $RPM_BUILD_ROOT%{_bindir}/modulator
340chmod 755 $RPM_BUILD_ROOT%{_bindir}/modulator
341
342## idle
343mkdir -p $RPM_BUILD_ROOT%{python_lib}/site-packages/idle
344install -m 755 ./Lib/idlelib/idle.py $RPM_BUILD_ROOT%{python_lib}/site-packages/idle
345
346##pynche
347rm -f Tools/pynche/*.pyw
348cp -r Tools/pynche $RPM_BUILD_ROOT%{python_lib}/site-packages/
349
350##gettext
351install -m755  Tools/i18n/pygettext.py $RPM_BUILD_ROOT%{_bindir}/
352install -m755  Tools/i18n/msgfmt.py $RPM_BUILD_ROOT%{_bindir}/
353
354## Get rid of crap
355find $RPM_BUILD_ROOT/ -name "*~"|xargs rm -f
356find $RPM_BUILD_ROOT/ -name ".cvsignore"|xargs rm -f
357find . -name "*~"|xargs rm -f
358find . -name ".cvsignore"|xargs rm -f
359
360##zero length
361rm -f $RPM_BUILD_ROOT%{python_lib}/site-packages/modulator/Templates/copyright
362
363## Clean up the testsuite - we don't need compiled files for it
364find $RPM_BUILD_ROOT%{python_lib}/test \
365    -name "*.pyc" -o -name "*.pyo" | xargs rm -f
366rm -f $RPM_BUILD_ROOT%{python_lib}/LICENSE.txt
367
368find $RPM_BUILD_ROOT%{python_lib}/lib-dynload -type f \
369        | grep -v _tkinter.so \
370        | sed "s|$RPM_BUILD_ROOT||" \
371        > dynfiles
372
373## Fix the file permissions
374chmod 755 $RPM_BUILD_ROOT%{python_lib}/lib-dynload/*.so
375chmod 755 $RPM_BUILD_ROOT%{_libdir}/libpython*.so.*
376find $RPM_BUILD_ROOT%{python_lib} -type f -name '*.py' | xargs chmod -x
377
378## docs
379if [ -d Doc/html ] ; then
380        rm -rf Doc/html
381fi
382tar xvzf %SOURCE1
383mv python-%{version}-docs-html Doc/html
384unzip %SOURCE2
385mkdir Doc.ja
386mv python-doc-%{pybasever}ja1-html Doc.ja/html
387
388%clean
389rm -fr $RPM_BUILD_ROOT
390
391
392%files -f dynfiles
393%defattr(-, root, root)
394%license LICENSE
395%doc README
396%{_bindir}/python
397%{_bindir}/python2
398%{_bindir}/python%{pybasever}
399%{_libdir}/libpython%{pybasever}.so.*
400%{_mandir}/man1/python*
401%dir %{python_lib}
402%dir %{python_lib}/lib-dynload
403%dir %{python_lib}/site-packages
404%dir %{python_lib}/ensurepip
405%{python_lib}/*.py*
406%{python_lib}/*.doc
407%{python_lib}/bsddb
408%{python_lib}/compiler
409%{python_lib}/ctypes
410%{python_lib}/curses
411%{python_lib}/distutils
412%exclude %{python_lib}/distutils/command/wininst-*.exe
413%{python_lib}/email
414%{python_lib}/encodings
415%{python_lib}/hotshot
416%{python_lib}/idlelib
417%{python_lib}/importlib
418%{python_lib}/json
419%{python_lib}/lib2to3
420%{python_lib}/logging
421%{python_lib}/multiprocessing
422%{python_lib}/plat-linux2
423%{python_lib}/pydoc_data
424%{python_lib}/sqlite3
425%{python_lib}/unittest
426%{python_lib}/wsgiref
427%{python_lib}/wsgiref.egg-info
428%{python_lib}/xml
429%exclude %{python_lib}/ensurepip/_bundled
430%{python_lib}/ensurepip/*
431
432%dir %{python_lib}/config
433%{python_lib}/config/Makefile
434%dir %{_includedir}/python%{pybasever}
435%{_includedir}/python%{pybasever}/pyconfig.h
436%if %{_lib} == lib64
437%dir %{_prefix}/lib/python%{pybasever}
438%dir %{_prefix}/lib/python%{pybasever}/site-packages
439%endif
440
441%files devel
442%defattr(-,root,root)
443%{_bindir}/python-config
444%{_bindir}/python2-config
445%{_bindir}/python%{pybasever}-config
446%{_includedir}/python%{pybasever}/*
447%exclude %{_includedir}/python%{pybasever}/pyconfig.h
448%{_libdir}/libpython%{pybasever}.so
449%{_libdir}/pkgconfig/python-%{pybasever}.pc
450%{_libdir}/pkgconfig/python.pc
451%{_libdir}/pkgconfig/python2.pc
452%{python_lib}/config
453%exclude %{python_lib}/config/Makefile
454%{python_lib}/distutils/command/wininst-*.exe
455%{python_lib}/test
456
457%files tools
458%defattr(-,root,root,755)
459%{python_lib}/site-packages
460%{_bindir}/idle
461%{_bindir}/2to3
462%{_bindir}/modulator
463%{_bindir}/msgfmt.py
464%{_bindir}/pydoc
465%{_bindir}/pygettext.py
466%{_bindir}/pynche
467%{_bindir}/smtpd.py
468
469%files docs
470%defattr(-,root,root,755)
471%doc Misc/NEWS Misc/README Misc/cheatsheet Misc/HISTORY
472%doc Doc/html
473%doc Doc.ja/html
474
475%files -n tkinter
476%defattr(-,root,root,755)
477%{python_lib}/lib-tk
478%{python_lib}/lib-dynload/_tkinter.so
479
480
481%changelog
482* Fri Jan 25 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.7.15-3
483- rebuilt with new toolchain.
484
485* Sat Nov 03 2018 Toshiaki Ara <ara_t@384.jp> 2.7.15-2
486- revert and update patchs (101, 102)
487
488* Fri Nov 02 2018 Toshiaki Ara <ara_t@384.jp> 2.7.15-1
489- new upstream release
490- drop Patches (31,42,101,102)
491
492* Sun Mar 27 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.7.11-2
493- rebuild with openssl-1.0.2g
494
495* Sat Feb 13 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.7.11-1
496- new upstream release
497
498* Sat Oct 10 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.7.10-1
499- new upstream release
500
501* Sun Mar 22 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 2.7.9-2
502- rebuilt with readline 6.3
503- changed BuildRequires: tcl-devel, tk-devel instead of tcl, tk respectively
504- changed BuildRequires: libdb-devel instead of db4-devel
505
506* Sun Dec 28 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.7.9-1
507- new upstream release
508- included %%{python_lib}/ensurepip (ignore _bundled*)
509
510* Sun Jul 06 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.7.7-2
511- rebuild with libffi-3.0.13
512
513* Wed Jul 02 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.7.7-1
514- new upstream release
515- remove Patch25 (python-2.6-rpath.patch)
516
517* Sat Mar 15 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.7.6-4
518- added Patch200 from upstream to fix CVE-2014-1912
519
520* Mon Feb 10 2014 Daisuke SUZUKI <daisuke@linux.or.jp> 2.7.6-3
521- Obsoletes python* < %{version}-%{release}
522
523* Sun Dec 01 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.7.6-2
524- fix typo of changelog
525
526* Sun Nov 24 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.7.6-1
527- new upstream release
528- update Patch101 (python-2.7-lib64-setup.patch)
529- remove Patch200 (Python-2.7-CVE-2013-4238.patch)
530
531* Sat Aug 24 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.7.5-2
532- added Patch200 from upstream to fix CVE-2013-4238
533
534* Sat Jun 15 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.7.5-1
535- new upstream release
536- replaced Patch0,24,25,29 to Fedora rawhide's same one
537- dropt Patch40,53
538- added Patch41,42,43,44 from Fedora
539- changed BuildRequires: libGL-devel to mesa-libGL-devel
540- deleted BuildRequires: libtermcap-devel
541
542* Sun Jan  6 2013 IWAI, Masaharu <iwai@alib.jp> 2.7.3-2
543- build with Tcl/Tk 8.5.7-1
544
545* Thu Apr 12 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.7.3-1
546- new upstream release
547- remove Patch20,32,41
548
549* Sat Feb 25 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 2.7.2-4
550- tkinter obsoletes python27-tkinter < 2.7.2
551- python-* obsoletes python-* < 2.7.2
552
553* Wed Feb 22 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.7.2-3
554- add configure option (--with-system-expat)
555
556* Wed Feb 22 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 2.7.2-2
557- add BR: sqlite3-devel
558- add BR: libX11-devel instead of xorg-x11-devel
559- remove unneeded BRs
560
561* Wed Feb 15 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.7.2-1
562- new upstream release
563- merge spec file with python27
564  * Sun Apr 03 2011 Shu KONNO <owa@bg.wakwak.com> 2.7.1-1
565  - initial python27 package which splited from pyhton-2.6.5-3
566  - updated python to 2.7.1
567  - updated python-2.7*-Setup.dist.patch
568  - dorpt Patch28: python-2.6.5-fix-expat-issue9054.patch
569  - dropt Patch50: Python-2.7-CVE-2010-3493.diff
570  - dropt Patch51: Python-2.7-CVE-2010-3492.diff
571  - added Path20-Patch40 from fedora-14
572  - added Path5.x from mandriva
573  - split python-2.7-lib64.patch to below
574    python-2.7-lib64-Makefile.patch
575    python-2.7-lib64-setup.patch
576    python-2.7-lib64-getpath.patch
577    python-2.7-lib64-site.patch
578    python-2.7-lib64-install.patch
579    python-2.7-lib64-sysconfig.patch
580    python-2.7-lib64-test_install.patch
581  - added python-2.7-lib64-test_site.patch
582
583- add Source2 (python-doc-2.7ja1-html.zip)
584- add Patch41 (00145-force-sys-platform-to-be-linux2.patch) from fedora
585
586* Sun Apr 17 2011 IWAI, Masaharu <iwai@alib.jp> 2.6.6-4
587- add Obsoletes: pysqlite <= 2.6.1-1vl6 (<BTS:VineLinux:1121>)
588- add Provides: pysqlite (<BTS:VineLinux:1121>)
589
590* Tue Feb 22 2011 Shu KONNO <owa@bg.wakwak.com> 2.6.6-3
591- rebuild with tix-8.4.3, file-5.05-2
592
593* Tue Jan 11 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.6.6-2
594- rebuild with openssl-1.0.0c
595
596* Wed Aug 25 2010 Shu KONNO <owa@bg.wakwak.com> 2.6.6-1
597- updated python to 2.6.6
598- updated python-docs to 2.6.6
599- updated python-2.6.?-lib64.patch
600
601* Tue Jun 29 2010 Shu KONNO <owa@bg.wakwak.com> 2.6.5-4
602- rebuilt with tcl/tk-8.4.19-2
603
604* Mon Mar 22 2010 Shu KONNO <owa@bg.wakwak.com> 2.6.5-3
605- fixed missing of python-docs files
606- dropt '--with doc' option
607- dropt BR: latex2html
608- replaced descriptions (from Misc/RPM/python-2.6.spec in tar-ball)
609
610* Sun Mar 21 2010 Shu KONNO <owa@bg.wakwak.com> 2.6.5-2
611- replaced Patch0: python-2.6.?-Setup.dist.patch
612- replaced Patch1: python-2.6.?-lib64.patch
613- added python-2.6.5-docs-html.tar.bz2
614- dropt Python-2.6.4-Doc.78718.tgz
615
616* Sat Mar 20 2010 Shu KONNO <owa@bg.wakwak.com> 2.6.5-1
617- updated python to 2.6.5
618- updated Patch0: Python-2.6.4-Setup.dist.patch
619- added macro bsddb_ver
620- added Patch11: python-support_bdb-4.8-v2.patch (instead of Patch10: python-2.6-db48.patch)
621
622* Sat Mar 06 2010 Shu KONNO <owa@bg.wakwak.com> 2.6.4-5
623- added Python-2.6.4-Doc.78718.tgz (documents from http://svn.python.org/projects)
624- changed default to '--with doc' again
625
626* Fri Feb 12 2010 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.6.4-4
627- rebuilt with gcc-4.4.3-3 on ppc
628- s/BuildPreReq/BuildRequires/
629
630* Thu Feb 04 2010 Shu KONNO <owa@bg.wakwak.com> 2.6.4-3
631- replaced Python-%%{version}-Setup.dist.patch
632- added BR: sqlite3-devel
633
634* Tue Feb 02 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.4-2
635- add Patch10 to build with db-4.8
636
637* Mon Feb 01 2010 Shu KONNO <owa@bg.wakwak.com> 2.6.4-1
638- updated python to 2.6.4
639- changed default to '--without doc'
640- added Setup.dist.patch instead of Setup.dist{32,64}.patch
641- updated python-*-lib64.patch to 2.6.3
642
643* Mon Feb 01 2010 Shu KONNO <owa@bg.wakwak.com> 2.5.5-1
644- updated python to 2.5.5
645
646* Wed May 06 2009 Shu KONNO <owa@bg.wakwak.com> 2.5.4-4vl5
647- added Python-2.5.4-{Setup,Setup64}.patch
648  - added _bsddb module
649  - dropt patch{0,9,10}
650
651* Sun May  3 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.5.4-3vl5
652- updated Patch0 for building with db-4.6.21
653
654* Thu Feb 26 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.5.4-2vl5
655- add patch10
656  - add -lcrypt for cryptmodule
657
658* Wed Dec 24 2008 Shu KONNO <owa@bg.wakwak.com> 2.5.4-1vl5
659- new upstream release
660- changed typo of summary(ja)
661
662* Sat Dec 20 2008 Shu KONNO <owa@bg.wakwak.com> 2.5.3-1vl5
663- new upstream release
664- dropt python-2.4.4_CVE-2007-4965.patch
665- dropt python-2.4.4_CVE-2008-1721.patch
666- dropt python-2.4.4-CVE-2008-1679.patch
667
668* Fri Jul 18 2008 Shu KONNO <owa@bg.wakwak.com> 2.5.2-1vl5
669- updated python to 2.5.2
670- added python-2.5.2-config.patch instead of python-2.5c1-config.patch
671- added python-2.5.2-config64.patch instead of python-2.4.3-config.lib64.patch
672- added python-2.5.2-lib64.patch instead of python-2.4.2-lib64.patch
673- added modules ctypes, sqlite3, and wsgiref
674- dropt modules lib-old
675- dropt python-2.4.4_CVE-2008-1887.patch
676- dropt python-2.4.4_CVE-2007-2052.patch
677- fixed the file permissions
678
679* Sun Jun 08 2008 Shu KONNO <owa@bg.wakwak.com> 2.4.5-1vl5
680- applied new versioning policy and spec in utf-8
681- added BuildPrereq: xorg-x11-devel
682- imported updates from Vine4.2
683        * Fri Apr 25 2008 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.4.4-1.4vl4
684        - add patch120 for fix CVE-2008-1679 (added fix of CVE-2007-4965)
685        - add patch130 for fix CVE-2008-1887 (PyString_FromStringAndSize)
686        - add patch140 for fix CVE-2007-2052 (_localemodule.c off-by-one err)
687        * Mon Apr 21 2008 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.4.4-1.3vl4
688        - add patch110 CVE-2008-1721 (zlib module)
689        - add remove unneeded files in Lib/test/
690        #- new versioning policy
691
692* Wed Mar 12 2008 Shu KONNO <owa@bg.wakwak.com> 2.4.5-0vl1
693- updated python to 2.4.5
694
695* Wed Feb 20 2008 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 2.4.4-0vl7
696- rebuild with expat-2.0.1
697
698* Mon Feb 18 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.4.4-0vl6
699- fix typo on Patch0 (s/db-4.2/db-4.3/)
700
701* Sun Feb 17 2008 Shu KONNO <owa@bg.wakwak.com> 2.4.4-0vl5
702- rebuild with tcl/tk-8.4.18
703
704* Sat Dec 01 2007 Shu KONNO <owa@bg.wakwak.com> 2.4.4-0vl4
705- imported updates from Vine4.2 Plus
706        * Thu Nov 01 2007 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.4.4-0vl1.2
707        - add BuildPrereq: nkf
708        * Wed Oct 31 2007 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.4.4-0vl1.1
709        - add patch100 for fix CVE-2007-4965 (imageop Module integer OF)
710
711* Sat Jun 16 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.4.4-0vl3
712- rebuilt with openssl-0.9.8e and tix-8.4.2
713- fixed spec file encoding
714
715* Wed May 09 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.4.4-0vl2
716- rebuilt with new toolchain and db4-4.3.x
717- modified Patch0 (s/db-4.2/db-4.3/)
718
719* Thu Oct 19 2006 Shu KONNO <owa@bg.wakwak.com> 2.4.4-0vl1
720- updated python to 2.4.4 (included security fix PSF-2006-001)
721- added japanese summary
722- updated patch8 (python-2.4.2-lib64.patch)
723- added patch9 (python-2.4.4c1-setup.lib64.patch)
724
725* Wed Sep 13 2006 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 2.4.3-0vl4
726- change docs Group to Applications/Documentation. <BTS:VineLinux:163>
727
728* Fri Aug 18 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.4.3-0vl3
729- rebuild with readline-5.1 (x86_64)
730
731* Fri Apr 14 2006 Shu KONNO <owa@bg.wakwak.com> 2.4.3-0vl2
732- fixed python-2.4.3-config.patch cause undefined symbol: crypt
733
734* Thu Mar 30 2006 Shu KONNO <owa@bg.wakwak.com> 2.4.3-0vl1
735- updated python to 2.4.3
736- added python-2.4.3-config.patch instead of python-2.4.1c1-config.patch
737
738* Wed Feb 15 2006 Shu KONNO <owa@bg.wakwak.com> 2.4.2-0vl5
739- set permition of lib-dynload/*.so to 755
740- added without_doc option
741- rebuilt with x86_64
742
743* Thu Nov 17 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 2.4.2-0vl4
744- add run_test option
745
746* Fri Nov  4 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 2.4.2-0vl3.2
747- add BuildPrereq: bzip2-devel
748- arrange testing script
749
750* Wed Nov 02 2005 Shu KONNO <owa@bg.wakwak.com> 2.4.2-0vl3.1
751- back to %%configure macro
752- change testing script
753
754* Mon Oct 31 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 2.4.2-0vl3
755- update Patch8 (VineSeed:10306)
756- use ./configure instead of %%configure script
757- add forgotten popd
758
759* Fri Oct 28 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 2.4.2-0vl2
760- add --enable-shared to confiugre option
761- add %%{_libdir}/libpython2.4.so* to python package
762- add LD_LIBRARY_PATH=$topdir to use pathfix.py
763- change build method of Doc
764- add files for make test
765- change install method
766
767* Wed Sep 28 2005 Shu KONNO <owa@bg.wakwak.com> 2.4.2-0vl1
768- update python to 2.4.2 (final)
769
770* Wed Mar 30 2005 Shu KONNO <owa@bg.wakwak.com> 2.4.1-0vl1
771- update python to 2.4.1 (final)
772
773* Sat Mar 19 2005 Shu KONNO <owa@bg.wakwak.com> 2.4.1-0vl0.c2
774- update python to 2.4.1c2
775- moved all site-packages files to python-tools package
776
777* Sat Mar 12 2005 Shu KONNO <owa@bg.wakwak.com> 2.4.1-0vl0.c1
778- update python to 2.4.1c1
779- droped aspython2 macros
780- droped japanese-codecs module
781- droped Source2 idle, now it's provided from original source
782- droped Source3 modulator, now it's generated in a spec file
783- droped Source4 pynche, now it's generated in a spec file
784- droped Python-2.3.3-buildroot-bytecode.patch
785- changed python-2.3.3-config2.patch to python-2.4.1c1-config.patch
786
787* Wed Feb 09 2005 Shu KONNO <owa@bg.wakwak.com> 2.3.5-0vl1
788- update python to 2.3.5
789
790* Fri Feb 04 2005 Shu KONNO <owa@bg.wakwak.com> 2.3.4-0vl6
791- add PSF-2005-001.patch
792
793* Wed Nov 17 2004 Shu KONNO <owa@bg.wakwak.com> 2.3.4-0vl4
794- rebuilt
795
796* Wed Oct 13 2004 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.3.4-0vl3
797- modified Patch0 and Patch8 (-ldb-4.0 -> -ldb-4.2)
798
799* Wed Oct 13 2004 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.3.4-0vl2
800- rebuilt with db4-4.2.25
801
802* Thu May 27 2004 Shu KONNO <owa@bg.wakwak.com> 2.3.4-0vl1
803- updated python to 2.3.4
804- fixed patch10, patch11
805
806* Sat Apr 17 2004 Shu KONNO <owa@bg.wakwak.com> 2.3.3-0vl1
807- rebuild
808
809* Thu Apr 08 2004 Shu KONNO <owa@bg.wakwak.com> 2.3.3-0vl0.3
810- updated python-2.3.3-config2.patch
811
812* Thu Apr 08 2004 Shu KONNO <owa@bg.wakwak.com> 2.3.3-0vl0.2
813- added librarys 'logging, bsddb, idlelib' to /usr/lib/python2.3
814
815* Wed Apr 07 2004 Shu KONNO <owa@bg.wakwak.com> 2.3.3-0vl0.1
816- updated python to 2.3.3
817- changed version code 2.2.3 to 2.3.3 in source{2,3,4}
818- updated config2.patch for 2.3.3
819- updated nowhatsnew.patch for 2.3.3
820- updated distutilrpm.patch in which tabstops have made indent error
821- updated buildroot-bytecode.patch for 2.3.3
822- deleted buildroot.patch which fixed in 2.3.3
823- changed Tools/idle with Lib/idlelib
824
825* Wed Mar 31 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 2.2.3-3vl3
826- rebuild with openssl-0.9.7d
827
828* Wed Mar 03 2004 Shu KONNO <owa@bg.wakwak.com> 2.2.3-3vl2
829- updated JapaneseCodecs to 1.4.10
830
831* Wed Jul 09 2003 KOBAYASHI R. Taizo <tkoba@vinelinux.org> 2.2.3-3vl1
832- synced with RawHide 2.2.3-3 (substantially source ver up)
833
834* Mon Mar 31 2003 KOBAYASHI R. Taizo <tkoba@vinelinux.org> 2.2.2-26vl1
835- rebuild with tcltk-8.4.2
836- synced with RawHide 2.2.2-26
837  * Mon Feb 24 2003 Elliot Lee <sopwith@redhat.com>
838  - rebuilt
839
840  * Mon Feb 24 2003 Mihai Ibanescu <misa@redhat.com> 2.2.2-25
841  - Fixed bug #84886: pydoc dies when run w/o arguments
842  - Fixed bug #84205: add python shm module back (used to be shipped with 1.5.2)
843  - Fixed bug #84966: path in byte-compiled code still wrong
844
845  * Thu Feb 20 2003 Jeremy Katz <katzj@redhat.com> 2.2.2-23
846  - ftp uri's should be able to specify being rooted at the root instead of
847    where you login via ftp (#84692)
848
849  * Mon Feb 10 2003 Mihai Ibanescu <misa@redhat.com> 2.2.2-22
850  - Using newer Japanese codecs (1.4.9). Thanks to
851    Peter Bowen <pzb@datastacks.com> for pointing this out.
852
853  * Thu Feb  6 2003 Mihai Ibanescu <misa@redhat.com> 2.2.2-21
854  - Rebuild
855
856  * Wed Feb  5 2003 Mihai Ibanescu <misa@redhat.com> 2.2.2-20
857  - Release number bumped really high: turning on UCS4 (ABI compatibility
858    breakage)
859
860  * Fri Jan 31 2003 Mihai Ibanescu <misa@redhat.com> 2.2.2-13
861  - Attempt to look both in /usr/lib64 and /usr/lib/python2.2/site-packages/:
862    some work on python-2.2.2-lib64.patch
863
864  * Thu Jan 30 2003 Mihai Ibanescu <misa@redhat.com> 2.2.2-12
865  - Rebuild to incorporate the removal of .lib64 and - files.
866
867  * Thu Jan 30 2003 Mihai Ibanescu <misa@redhat.com> 2.2.2-11.7.3
868  - Fixed bug #82544: Errata removes most tools
869  - Fixed bug #82435: Python 2.2.2 errata breaks redhat-config-users
870  - Removed .lib64 and - files that get installed after we fix the multilib
871    .py files.
872
873  * Wed Jan 22 2003 Tim Powers <timp@redhat.com>
874  - rebuilt
875
876  * Wed Jan 15 2003 Jens Petersen <petersen@redhat.com> 2.2.2-10
877  - rebuild to update tkinter's tcltk deps
878  - convert changelog to utf-8
879
880
881* Wed Jan 15 2003 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.2.2-9vl0
882- rebuilt for Vine Linux against db4
883- obsolete python-base (which comes with python-2.2.1 of TestPkg)
884
885* Tue Jan  7 2003 Nalin Dahyabhai <nalin@redhat.com> 2.2.2-9
886- rebuild
887
888* Fri Jan  3 2003 Nalin Dahyabhai <nalin@redhat.com>
889- pick up OpenSSL cflags and ldflags from pkgconfig if available
890
891* Thu Jan  2 2003 Jeremy Katz <katzj@redhat.com> 2.2.2-8
892- urllib2 didn't support non-anonymous ftp.  add support based on how
893  urllib did it (#80676, #78168)
894
895* Mon Dec 16 2002 Mihai Ibanescu <misa@redhat.com> 2.2.2-7
896- Fix bug #79647 (Rebuild of SRPM fails if python isn't installed)
897- Added a bunch of missing BuildRequires found while fixing the
898  above-mentioned bug
899
900* Tue Dec 10 2002 Tim Powers <timp@redhat.com> 2.2.2-6
901- rebuild to fix broken tcltk deps for tkinter
902
903* Fri Nov 22 2002 Mihai Ibanescu <misa@redhat.com>
9042.2.2-3.7.3
905- Recompiled for 7.3 (to fix the -lcrypt bug)
906- Fix for the spurious error message at the end of the build (build-requires
907  gets confused by executable files starting with """"): make the tests
908  non-executable.
909
910* Wed Nov 20 2002 Mihai Ibanescu <misa@redhat.com>
9112.2.2-5
912- Fixed configuration patch to add -lcrypt when compiling cryptmodule.c
913
9142.2.2-4
915- Spec file change from Matt Wilson <msw@redhat.com> to disable linking
916  with the C++ compiler.
917
918* Mon Nov 11 2002 Mihai Ibanescu <misa@redhat.com>
9192.2.2-3.*
920- Merged patch from Karsten Hopp <karsten@redhat.de> from 2.2.1-17hammer to
921  use %%{_libdir}
922- Added XFree86-libs as BuildRequires (because of tkinter)
923- Fixed duplicate listing of plat-linux2
924- Fixed exclusion of lib-dynload/japanese
925- Added lib64 patch for the japanese codecs
926- Use setup magic instead of using tar directly on JapaneseCodecs
927
928* Tue Nov  5 2002 Mihai Ibanescu <misa@redhat.com>
9292.2.2-2
930- Fix #76912 (python-tools contains idle, which uses tkinter, but there is no
931  requirement of tkinter from python-tools).
932- Fix #74013 (rpm is missing the /usr/lib/python2.2/test directory)
933
934* Mon Nov  4 2002 Mihai Ibanescu <misa@redhat.com>
935- builds as python2 require a different libdb
936- changed the buildroot name of python to match python2 builds
937
938* Fri Nov  1 2002 Mihai Ibanescu <misa@redhat.com>
939- updated python to 2.2.2 and adjusted the patches accordingly
940
941* Mon Oct 21 2002 Mihai Ibanescu <misa@redhat.com>
942- Fix #53930 (Python-2.2.1-buildroot-bytecode.patch)
943- Added BuildPrereq dependency on gcc-c++
944
945* Fri Aug 30 2002 Trond Eivind Glomsroed <teg@redhat.com> 2.2.1-17
946- security fix for _execvpe
947
948* Tue Aug 13 2002 Trond Eivind Glomsroed <teg@redhat.com> 2.2.1-16
949- Fix  #71011,#71134, #58157
950
951* Wed Aug  7 2002 Trond Eivind Glomsroed <teg@redhat.com> 2.2.1-15
952- Resurrect tkinter
953- Fix for distutils (#67671)
954- Fix #69962
955
956* Thu Jul 25 2002 Trond Eivind Glomsroed <teg@redhat.com> 2.2.1-14
957- Obsolete tkinter/tkinter2 (#69838)
958
959* Tue Jul 23 2002 Trond Eivind Glomsroed <teg@redhat.com> 2.2.1-13
960- Doc fixes (#53951) - not on alpha at the momemt
961
962* Mon Jul  8 2002 Trond Eivind Glomsroed <teg@redhat.com> 2.2.1-12
963- fix pydoc (#68082)
964
965* Mon Jul  8 2002 Trond Eivind Glomsroed <teg@redhat.com> 2.2.1-11
966- Add db4-devel as a BuildPrereq
967
968* Fri Jun 21 2002 Tim Powers <timp@redhat.com> 2.2.1-10
969- automated rebuild
970
971* Mon Jun 17 2002 Trond Eivind Glomsroed <teg@redhat.com> 2.2.1-9
972- Add Japanese codecs (#66352)
973
974* Tue Jun 11 2002 Trond Eivind Glomsroed <teg@redhat.com> 2.2.1-8
975- No more tkinter...
976
977* Wed May 29 2002 Trond Eivind Glomsroed <teg@redhat.com> 2.2.1-7
978- Rebuild
979
980* Tue May 21 2002 Trond Eivind Glomsroed <teg@redhat.com> 2.2.1-6
981- Add the email subcomponent (#65301)
982
983* Fri May 10 2002 Trond Eivind Glomsroed <teg@redhat.com> 2.2.1-5
984- Rebuild
985
986* Thu May 02 2002 Than Ngo <than@redhat.com> 2.2.1-4
987- rebuild i new enviroment
988
989* Tue Apr 23 2002 Trond Eivind Glomsroed <teg@redhat.com>
990- Use ucs2, not ucs4, to avoid breaking tkinter (#63965)
991
992* Mon Apr 22 2002 Trond Eivind Glomsroed <teg@redhat.com> 2.2.1-2
993- Make it use db4
994
995* Fri Apr 12 2002 Trond Eivind Glomsroed <teg@redhat.com> 2.2.1-1
996- 2.2.1 - a bugfix-only release
997
998* Fri Apr 12 2002 Trond Eivind Glomsroed <teg@redhat.com> 2.2-16
999- the same, but in builddirs - this will remove them from the
1000  docs package, which doesn't look in the buildroot for files.
1001
1002* Fri Apr 12 2002 Trond Eivind Glomsroed <teg@redhat.com> 2.2-15
1003- Get rid of temporary files and .cvsignores included
1004  in the tarball and make install
1005
1006* Fri Apr  5 2002 Trond Eivind Glomsroed <teg@redhat.com> 2.2-14
1007- Don't own lib-tk in main package, only in tkinter (#62753)
1008
1009* Mon Mar 25 2002 Trond Eivind Glomsroed <teg@redhat.com> 2.2-13
1010- rebuild
1011
1012* Mon Mar 25 2002 Trond Eivind Glomsroed <teg@redhat.com> 2.2-12
1013- rebuild
1014
1015* Fri Mar  1 2002 Trond Eivind Glomsroed <teg@redhat.com> 2.2-11
1016- Add a not to the Distutils obsoletes test (doh!)
1017
1018* Fri Mar  1 2002 Trond Eivind Glomsroed <teg@redhat.com> 2.2-10
1019- Rebuild
1020
1021* Mon Feb 25 2002 Trond Eivind Glomsroed <teg@redhat.com> 2.2-9
1022- Only obsolete Distutils when built as python
1023
1024* Thu Feb 21 2002 Trond Eivind Glomsroed <teg@redhat.com> 2.2-8
1025- Make files in /usr/bin install side by side with python 1.5 when
1026- Drop explicit requirement of db4
1027  built as python2
1028
1029* Thu Jan 31 2002 Elliot Lee <sopwith@redhat.com> 2.2-7
1030- Use version and pybasever macros to make updating easy
1031- Use _smp_mflags macro
1032
1033* Tue Jan 29 2002 Trond Eivind Glomsroed <teg@redhat.com> 2.2-6
1034- Add db4-devel to BuildPrereq
1035
1036* Fri Jan 25 2002 Nalin Dahyabhai <nalin@redhat.com> 2.2-5
1037- disable ndbm support, which is db2 in disguise (really interesting things
1038  can happen when you mix db2 and db4 in a single application)
1039
1040* Thu Jan 24 2002 Trond Eivind Glomsroed <teg@redhat.com> 2.2-4
1041- Obsolete subpackages if necesarry
1042- provide versioned python2
1043- build with db4
1044
1045* Wed Jan 16 2002 Trond Eivind Glomsroed <teg@redhat.com> 2.2-3
1046- Alpha toolchain broken. Disable build on alpha.
1047- New openssl
1048
1049* Wed Dec 26 2001 Trond Eivind Glomsroed <teg@redhat.com> 2.2-1
1050- 2.2 final
1051
1052* Fri Dec 14 2001 Trond Eivind Glomsroed <teg@redhat.com> 2.2-0.11c1
1053- 2.2 RC 1
1054- Don't include the _tkinter module in the main package - it's
1055  already in the tkiter packace
1056- Turn off the mpzmodule, something broke in the buildroot
1057
1058* Wed Nov 28 2001 Trond Eivind Glomsroed <teg@redhat.com> 2.2-0.10b2
1059- Use -fPIC for OPT as well, in lack of a proper libpython.so
1060
1061* Mon Nov 26 2001 Matt Wilson <msw@redhat.com> 2.2-0.9b2
1062- changed DESTDIR to point to / so that distutils will install dynload
1063  modules properly in the installroot
1064
1065* Fri Nov 16 2001 Matt Wilson <msw@redhat.com> 2.2-0.8b2
1066- 2.2b2
1067
1068* Fri Oct 26 2001 Matt Wilson <msw@redhat.com> 2.2-0.7b1
1069- python2ify
1070
1071* Fri Oct 19 2001 Trond Eivind Glomsroed <teg@redhat.com> 2.2-0.5b1
1072- 2.2b1
1073
1074* Sun Sep 30 2001 Trond Eivind Glomsroed <teg@redhat.com> 2.2-0.4a4
1075- 2.2a4
1076- Enable UCS4 support
1077- Enable IPv6
1078- Provide distutils
1079- Include msgfmt.py and pygettext.py
1080
1081* Fri Sep 14 2001 Trond Eivind Glomsroed <teg@redhat.com> 2.2-0.3a3
1082- Obsolete Distutils, which is now part of the main package
1083- Obsolete python2
1084
1085* Thu Sep 13 2001 Trond Eivind Glomsroed <teg@redhat.com> 2.2-0.2a3
1086- Add docs, tools and tkinter subpackages, to match the 1.5 layout
1087
1088* Wed Sep 12 2001 Trond Eivind Glomsroed <teg@redhat.com> 2.2-0.1a3
1089- 2.2a3
1090- don't build tix and blt extensions
1091
1092* Mon Aug 13 2001 Trond Eivind Glomsroed <teg@redhat.com>
1093- Add tk and tix to build dependencies
1094
1095* Sat Jul 21 2001 Trond Eivind Glomsroed <teg@redhat.com>
1096- 2.1.1 bugfix release - with a GPL compatible license
1097
1098* Fri Jul 20 2001 Trond Eivind Glomsroed <teg@redhat.com>
1099- Add new build dependencies (#49753)
1100
1101* Tue Jun 26 2001 Nalin Dahyabhai <nalin@redhat.com>
1102- build with -fPIC
1103
1104* Fri Jun  1 2001 Trond Eivind Glomsroed <teg@redhat.com>
1105- 2.1
1106- reorganization of file includes
1107
1108* Wed Dec 20 2000 Trond Eivind Glomsroed <teg@redhat.com>
1109- fix the "requires" clause, it lacked a space causing problems
1110- use %%{_tmppath}
1111- don't define name, version etc
1112- add the available patches from the Python home page
1113
1114* Fri Dec 15 2000 Matt Wilson <msw@redhat.com>
1115- added devel subpackage
1116
1117* Fri Dec 15 2000 Matt Wilson <msw@redhat.com>
1118- modify all files to use "python2.0" as the intrepter
1119- don't build the Expat bindings
1120- build against db1
1121
1122* Mon Oct 16 2000 Jeremy Hylton <jeremy@beopen.com>
1123- updated for 2.0 final
1124
1125* Mon Oct  9 2000 Jeremy Hylton <jeremy@beopen.com>
1126- updated for 2.0c1
1127- build audioop, imageop, and rgbimg extension modules
1128- include xml.parsers subpackage
1129- add test.xml.out to files list
1130
1131* Thu Oct  5 2000 Jeremy Hylton <jeremy@beopen.com>
1132- added bin/python2.0 to files list (suggested by Martin v. Loewis)
1133
1134* Tue Sep 26 2000 Jeremy Hylton <jeremy@beopen.com>
1135- updated for release 1 of 2.0b2
1136- use .bz2 version of Python source
1137
1138* Tue Sep 12 2000 Jeremy Hylton <jeremy@beopen.com>
1139- Version 2 of 2.0b1
1140- Make the package relocatable.  Thanks to Suchandra Thapa.
1141- Exclude Tkinter from main RPM.  If it is in a separate RPM, it is
1142  easier to track Tk releases.
Note: See TracBrowser for help on using the repository browser.