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

Revision 12097, 37.4 KB checked in by tomop, 5 years ago (diff)

python-2.7.16-2

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