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

Revision 12068, 37.3 KB checked in by tomop, 5 years ago (diff)

python-2.7.16-1

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: 1%{?_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 06 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.7.16-1
484- new upstream release.
485- re-enabled semaphores.
486- removed a "z" option passed to tar.
487
488* Fri Jan 25 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.7.15-3
489- rebuilt with new toolchain.
490
491* Sat Nov 03 2018 Toshiaki Ara <ara_t@384.jp> 2.7.15-2
492- revert and update patchs (101, 102)
493
494* Fri Nov 02 2018 Toshiaki Ara <ara_t@384.jp> 2.7.15-1
495- new upstream release
496- drop Patches (31,42,101,102)
497
498* Sun Mar 27 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.7.11-2
499- rebuild with openssl-1.0.2g
500
501* Sat Feb 13 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.7.11-1
502- new upstream release
503
504* Sat Oct 10 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.7.10-1
505- new upstream release
506
507* Sun Mar 22 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 2.7.9-2
508- rebuilt with readline 6.3
509- changed BuildRequires: tcl-devel, tk-devel instead of tcl, tk respectively
510- changed BuildRequires: libdb-devel instead of db4-devel
511
512* Sun Dec 28 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.7.9-1
513- new upstream release
514- included %%{python_lib}/ensurepip (ignore _bundled*)
515
516* Sun Jul 06 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.7.7-2
517- rebuild with libffi-3.0.13
518
519* Wed Jul 02 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.7.7-1
520- new upstream release
521- remove Patch25 (python-2.6-rpath.patch)
522
523* Sat Mar 15 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.7.6-4
524- added Patch200 from upstream to fix CVE-2014-1912
525
526* Mon Feb 10 2014 Daisuke SUZUKI <daisuke@linux.or.jp> 2.7.6-3
527- Obsoletes python* < %{version}-%{release}
528
529* Sun Dec 01 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.7.6-2
530- fix typo of changelog
531
532* Sun Nov 24 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.7.6-1
533- new upstream release
534- update Patch101 (python-2.7-lib64-setup.patch)
535- remove Patch200 (Python-2.7-CVE-2013-4238.patch)
536
537* Sat Aug 24 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.7.5-2
538- added Patch200 from upstream to fix CVE-2013-4238
539
540* Sat Jun 15 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.7.5-1
541- new upstream release
542- replaced Patch0,24,25,29 to Fedora rawhide's same one
543- dropt Patch40,53
544- added Patch41,42,43,44 from Fedora
545- changed BuildRequires: libGL-devel to mesa-libGL-devel
546- deleted BuildRequires: libtermcap-devel
547
548* Sun Jan  6 2013 IWAI, Masaharu <iwai@alib.jp> 2.7.3-2
549- build with Tcl/Tk 8.5.7-1
550
551* Thu Apr 12 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.7.3-1
552- new upstream release
553- remove Patch20,32,41
554
555* Sat Feb 25 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 2.7.2-4
556- tkinter obsoletes python27-tkinter < 2.7.2
557- python-* obsoletes python-* < 2.7.2
558
559* Wed Feb 22 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.7.2-3
560- add configure option (--with-system-expat)
561
562* Wed Feb 22 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 2.7.2-2
563- add BR: sqlite3-devel
564- add BR: libX11-devel instead of xorg-x11-devel
565- remove unneeded BRs
566
567* Wed Feb 15 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.7.2-1
568- new upstream release
569- merge spec file with python27
570  * Sun Apr 03 2011 Shu KONNO <owa@bg.wakwak.com> 2.7.1-1
571  - initial python27 package which splited from pyhton-2.6.5-3
572  - updated python to 2.7.1
573  - updated python-2.7*-Setup.dist.patch
574  - dorpt Patch28: python-2.6.5-fix-expat-issue9054.patch
575  - dropt Patch50: Python-2.7-CVE-2010-3493.diff
576  - dropt Patch51: Python-2.7-CVE-2010-3492.diff
577  - added Path20-Patch40 from fedora-14
578  - added Path5.x from mandriva
579  - split python-2.7-lib64.patch to below
580    python-2.7-lib64-Makefile.patch
581    python-2.7-lib64-setup.patch
582    python-2.7-lib64-getpath.patch
583    python-2.7-lib64-site.patch
584    python-2.7-lib64-install.patch
585    python-2.7-lib64-sysconfig.patch
586    python-2.7-lib64-test_install.patch
587  - added python-2.7-lib64-test_site.patch
588
589- add Source2 (python-doc-2.7ja1-html.zip)
590- add Patch41 (00145-force-sys-platform-to-be-linux2.patch) from fedora
591
592* Sun Apr 17 2011 IWAI, Masaharu <iwai@alib.jp> 2.6.6-4
593- add Obsoletes: pysqlite <= 2.6.1-1vl6 (<BTS:VineLinux:1121>)
594- add Provides: pysqlite (<BTS:VineLinux:1121>)
595
596* Tue Feb 22 2011 Shu KONNO <owa@bg.wakwak.com> 2.6.6-3
597- rebuild with tix-8.4.3, file-5.05-2
598
599* Tue Jan 11 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.6.6-2
600- rebuild with openssl-1.0.0c
601
602* Wed Aug 25 2010 Shu KONNO <owa@bg.wakwak.com> 2.6.6-1
603- updated python to 2.6.6
604- updated python-docs to 2.6.6
605- updated python-2.6.?-lib64.patch
606
607* Tue Jun 29 2010 Shu KONNO <owa@bg.wakwak.com> 2.6.5-4
608- rebuilt with tcl/tk-8.4.19-2
609
610* Mon Mar 22 2010 Shu KONNO <owa@bg.wakwak.com> 2.6.5-3
611- fixed missing of python-docs files
612- dropt '--with doc' option
613- dropt BR: latex2html
614- replaced descriptions (from Misc/RPM/python-2.6.spec in tar-ball)
615
616* Sun Mar 21 2010 Shu KONNO <owa@bg.wakwak.com> 2.6.5-2
617- replaced Patch0: python-2.6.?-Setup.dist.patch
618- replaced Patch1: python-2.6.?-lib64.patch
619- added python-2.6.5-docs-html.tar.bz2
620- dropt Python-2.6.4-Doc.78718.tgz
621
622* Sat Mar 20 2010 Shu KONNO <owa@bg.wakwak.com> 2.6.5-1
623- updated python to 2.6.5
624- updated Patch0: Python-2.6.4-Setup.dist.patch
625- added macro bsddb_ver
626- added Patch11: python-support_bdb-4.8-v2.patch (instead of Patch10: python-2.6-db48.patch)
627
628* Sat Mar 06 2010 Shu KONNO <owa@bg.wakwak.com> 2.6.4-5
629- added Python-2.6.4-Doc.78718.tgz (documents from http://svn.python.org/projects)
630- changed default to '--with doc' again
631
632* Fri Feb 12 2010 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.6.4-4
633- rebuilt with gcc-4.4.3-3 on ppc
634- s/BuildPreReq/BuildRequires/
635
636* Thu Feb 04 2010 Shu KONNO <owa@bg.wakwak.com> 2.6.4-3
637- replaced Python-%%{version}-Setup.dist.patch
638- added BR: sqlite3-devel
639
640* Tue Feb 02 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.4-2
641- add Patch10 to build with db-4.8
642
643* Mon Feb 01 2010 Shu KONNO <owa@bg.wakwak.com> 2.6.4-1
644- updated python to 2.6.4
645- changed default to '--without doc'
646- added Setup.dist.patch instead of Setup.dist{32,64}.patch
647- updated python-*-lib64.patch to 2.6.3
648
649* Mon Feb 01 2010 Shu KONNO <owa@bg.wakwak.com> 2.5.5-1
650- updated python to 2.5.5
651
652* Wed May 06 2009 Shu KONNO <owa@bg.wakwak.com> 2.5.4-4vl5
653- added Python-2.5.4-{Setup,Setup64}.patch
654  - added _bsddb module
655  - dropt patch{0,9,10}
656
657* Sun May  3 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.5.4-3vl5
658- updated Patch0 for building with db-4.6.21
659
660* Thu Feb 26 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.5.4-2vl5
661- add patch10
662  - add -lcrypt for cryptmodule
663
664* Wed Dec 24 2008 Shu KONNO <owa@bg.wakwak.com> 2.5.4-1vl5
665- new upstream release
666- changed typo of summary(ja)
667
668* Sat Dec 20 2008 Shu KONNO <owa@bg.wakwak.com> 2.5.3-1vl5
669- new upstream release
670- dropt python-2.4.4_CVE-2007-4965.patch
671- dropt python-2.4.4_CVE-2008-1721.patch
672- dropt python-2.4.4-CVE-2008-1679.patch
673
674* Fri Jul 18 2008 Shu KONNO <owa@bg.wakwak.com> 2.5.2-1vl5
675- updated python to 2.5.2
676- added python-2.5.2-config.patch instead of python-2.5c1-config.patch
677- added python-2.5.2-config64.patch instead of python-2.4.3-config.lib64.patch
678- added python-2.5.2-lib64.patch instead of python-2.4.2-lib64.patch
679- added modules ctypes, sqlite3, and wsgiref
680- dropt modules lib-old
681- dropt python-2.4.4_CVE-2008-1887.patch
682- dropt python-2.4.4_CVE-2007-2052.patch
683- fixed the file permissions
684
685* Sun Jun 08 2008 Shu KONNO <owa@bg.wakwak.com> 2.4.5-1vl5
686- applied new versioning policy and spec in utf-8
687- added BuildPrereq: xorg-x11-devel
688- imported updates from Vine4.2
689        * Fri Apr 25 2008 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.4.4-1.4vl4
690        - add patch120 for fix CVE-2008-1679 (added fix of CVE-2007-4965)
691        - add patch130 for fix CVE-2008-1887 (PyString_FromStringAndSize)
692        - add patch140 for fix CVE-2007-2052 (_localemodule.c off-by-one err)
693        * Mon Apr 21 2008 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.4.4-1.3vl4
694        - add patch110 CVE-2008-1721 (zlib module)
695        - add remove unneeded files in Lib/test/
696        #- new versioning policy
697
698* Wed Mar 12 2008 Shu KONNO <owa@bg.wakwak.com> 2.4.5-0vl1
699- updated python to 2.4.5
700
701* Wed Feb 20 2008 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 2.4.4-0vl7
702- rebuild with expat-2.0.1
703
704* Mon Feb 18 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.4.4-0vl6
705- fix typo on Patch0 (s/db-4.2/db-4.3/)
706
707* Sun Feb 17 2008 Shu KONNO <owa@bg.wakwak.com> 2.4.4-0vl5
708- rebuild with tcl/tk-8.4.18
709
710* Sat Dec 01 2007 Shu KONNO <owa@bg.wakwak.com> 2.4.4-0vl4
711- imported updates from Vine4.2 Plus
712        * Thu Nov 01 2007 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.4.4-0vl1.2
713        - add BuildPrereq: nkf
714        * Wed Oct 31 2007 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.4.4-0vl1.1
715        - add patch100 for fix CVE-2007-4965 (imageop Module integer OF)
716
717* Sat Jun 16 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.4.4-0vl3
718- rebuilt with openssl-0.9.8e and tix-8.4.2
719- fixed spec file encoding
720
721* Wed May 09 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.4.4-0vl2
722- rebuilt with new toolchain and db4-4.3.x
723- modified Patch0 (s/db-4.2/db-4.3/)
724
725* Thu Oct 19 2006 Shu KONNO <owa@bg.wakwak.com> 2.4.4-0vl1
726- updated python to 2.4.4 (included security fix PSF-2006-001)
727- added japanese summary
728- updated patch8 (python-2.4.2-lib64.patch)
729- added patch9 (python-2.4.4c1-setup.lib64.patch)
730
731* Wed Sep 13 2006 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 2.4.3-0vl4
732- change docs Group to Applications/Documentation. <BTS:VineLinux:163>
733
734* Fri Aug 18 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.4.3-0vl3
735- rebuild with readline-5.1 (x86_64)
736
737* Fri Apr 14 2006 Shu KONNO <owa@bg.wakwak.com> 2.4.3-0vl2
738- fixed python-2.4.3-config.patch cause undefined symbol: crypt
739
740* Thu Mar 30 2006 Shu KONNO <owa@bg.wakwak.com> 2.4.3-0vl1
741- updated python to 2.4.3
742- added python-2.4.3-config.patch instead of python-2.4.1c1-config.patch
743
744* Wed Feb 15 2006 Shu KONNO <owa@bg.wakwak.com> 2.4.2-0vl5
745- set permition of lib-dynload/*.so to 755
746- added without_doc option
747- rebuilt with x86_64
748
749* Thu Nov 17 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 2.4.2-0vl4
750- add run_test option
751
752* Fri Nov  4 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 2.4.2-0vl3.2
753- add BuildPrereq: bzip2-devel
754- arrange testing script
755
756* Wed Nov 02 2005 Shu KONNO <owa@bg.wakwak.com> 2.4.2-0vl3.1
757- back to %%configure macro
758- change testing script
759
760* Mon Oct 31 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 2.4.2-0vl3
761- update Patch8 (VineSeed:10306)
762- use ./configure instead of %%configure script
763- add forgotten popd
764
765* Fri Oct 28 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 2.4.2-0vl2
766- add --enable-shared to confiugre option
767- add %%{_libdir}/libpython2.4.so* to python package
768- add LD_LIBRARY_PATH=$topdir to use pathfix.py
769- change build method of Doc
770- add files for make test
771- change install method
772
773* Wed Sep 28 2005 Shu KONNO <owa@bg.wakwak.com> 2.4.2-0vl1
774- update python to 2.4.2 (final)
775
776* Wed Mar 30 2005 Shu KONNO <owa@bg.wakwak.com> 2.4.1-0vl1
777- update python to 2.4.1 (final)
778
779* Sat Mar 19 2005 Shu KONNO <owa@bg.wakwak.com> 2.4.1-0vl0.c2
780- update python to 2.4.1c2
781- moved all site-packages files to python-tools package
782
783* Sat Mar 12 2005 Shu KONNO <owa@bg.wakwak.com> 2.4.1-0vl0.c1
784- update python to 2.4.1c1
785- droped aspython2 macros
786- droped japanese-codecs module
787- droped Source2 idle, now it's provided from original source
788- droped Source3 modulator, now it's generated in a spec file
789- droped Source4 pynche, now it's generated in a spec file
790- droped Python-2.3.3-buildroot-bytecode.patch
791- changed python-2.3.3-config2.patch to python-2.4.1c1-config.patch
792
793* Wed Feb 09 2005 Shu KONNO <owa@bg.wakwak.com> 2.3.5-0vl1
794- update python to 2.3.5
795
796* Fri Feb 04 2005 Shu KONNO <owa@bg.wakwak.com> 2.3.4-0vl6
797- add PSF-2005-001.patch
798
799* Wed Nov 17 2004 Shu KONNO <owa@bg.wakwak.com> 2.3.4-0vl4
800- rebuilt
801
802* Wed Oct 13 2004 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.3.4-0vl3
803- modified Patch0 and Patch8 (-ldb-4.0 -> -ldb-4.2)
804
805* Wed Oct 13 2004 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.3.4-0vl2
806- rebuilt with db4-4.2.25
807
808* Thu May 27 2004 Shu KONNO <owa@bg.wakwak.com> 2.3.4-0vl1
809- updated python to 2.3.4
810- fixed patch10, patch11
811
812* Sat Apr 17 2004 Shu KONNO <owa@bg.wakwak.com> 2.3.3-0vl1
813- rebuild
814
815* Thu Apr 08 2004 Shu KONNO <owa@bg.wakwak.com> 2.3.3-0vl0.3
816- updated python-2.3.3-config2.patch
817
818* Thu Apr 08 2004 Shu KONNO <owa@bg.wakwak.com> 2.3.3-0vl0.2
819- added librarys 'logging, bsddb, idlelib' to /usr/lib/python2.3
820
821* Wed Apr 07 2004 Shu KONNO <owa@bg.wakwak.com> 2.3.3-0vl0.1
822- updated python to 2.3.3
823- changed version code 2.2.3 to 2.3.3 in source{2,3,4}
824- updated config2.patch for 2.3.3
825- updated nowhatsnew.patch for 2.3.3
826- updated distutilrpm.patch in which tabstops have made indent error
827- updated buildroot-bytecode.patch for 2.3.3
828- deleted buildroot.patch which fixed in 2.3.3
829- changed Tools/idle with Lib/idlelib
830
831* Wed Mar 31 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 2.2.3-3vl3
832- rebuild with openssl-0.9.7d
833
834* Wed Mar 03 2004 Shu KONNO <owa@bg.wakwak.com> 2.2.3-3vl2
835- updated JapaneseCodecs to 1.4.10
836
837* Wed Jul 09 2003 KOBAYASHI R. Taizo <tkoba@vinelinux.org> 2.2.3-3vl1
838- synced with RawHide 2.2.3-3 (substantially source ver up)
839
840* Mon Mar 31 2003 KOBAYASHI R. Taizo <tkoba@vinelinux.org> 2.2.2-26vl1
841- rebuild with tcltk-8.4.2
842- synced with RawHide 2.2.2-26
843  * Mon Feb 24 2003 Elliot Lee <sopwith@redhat.com>
844  - rebuilt
845
846  * Mon Feb 24 2003 Mihai Ibanescu <misa@redhat.com> 2.2.2-25
847  - Fixed bug #84886: pydoc dies when run w/o arguments
848  - Fixed bug #84205: add python shm module back (used to be shipped with 1.5.2)
849  - Fixed bug #84966: path in byte-compiled code still wrong
850
851  * Thu Feb 20 2003 Jeremy Katz <katzj@redhat.com> 2.2.2-23
852  - ftp uri's should be able to specify being rooted at the root instead of
853    where you login via ftp (#84692)
854
855  * Mon Feb 10 2003 Mihai Ibanescu <misa@redhat.com> 2.2.2-22
856  - Using newer Japanese codecs (1.4.9). Thanks to
857    Peter Bowen <pzb@datastacks.com> for pointing this out.
858
859  * Thu Feb  6 2003 Mihai Ibanescu <misa@redhat.com> 2.2.2-21
860  - Rebuild
861
862  * Wed Feb  5 2003 Mihai Ibanescu <misa@redhat.com> 2.2.2-20
863  - Release number bumped really high: turning on UCS4 (ABI compatibility
864    breakage)
865
866  * Fri Jan 31 2003 Mihai Ibanescu <misa@redhat.com> 2.2.2-13
867  - Attempt to look both in /usr/lib64 and /usr/lib/python2.2/site-packages/:
868    some work on python-2.2.2-lib64.patch
869
870  * Thu Jan 30 2003 Mihai Ibanescu <misa@redhat.com> 2.2.2-12
871  - Rebuild to incorporate the removal of .lib64 and - files.
872
873  * Thu Jan 30 2003 Mihai Ibanescu <misa@redhat.com> 2.2.2-11.7.3
874  - Fixed bug #82544: Errata removes most tools
875  - Fixed bug #82435: Python 2.2.2 errata breaks redhat-config-users
876  - Removed .lib64 and - files that get installed after we fix the multilib
877    .py files.
878
879  * Wed Jan 22 2003 Tim Powers <timp@redhat.com>
880  - rebuilt
881
882  * Wed Jan 15 2003 Jens Petersen <petersen@redhat.com> 2.2.2-10
883  - rebuild to update tkinter's tcltk deps
884  - convert changelog to utf-8
885
886
887* Wed Jan 15 2003 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.2.2-9vl0
888- rebuilt for Vine Linux against db4
889- obsolete python-base (which comes with python-2.2.1 of TestPkg)
890
891* Tue Jan  7 2003 Nalin Dahyabhai <nalin@redhat.com> 2.2.2-9
892- rebuild
893
894* Fri Jan  3 2003 Nalin Dahyabhai <nalin@redhat.com>
895- pick up OpenSSL cflags and ldflags from pkgconfig if available
896
897* Thu Jan  2 2003 Jeremy Katz <katzj@redhat.com> 2.2.2-8
898- urllib2 didn't support non-anonymous ftp.  add support based on how
899  urllib did it (#80676, #78168)
900
901* Mon Dec 16 2002 Mihai Ibanescu <misa@redhat.com> 2.2.2-7
902- Fix bug #79647 (Rebuild of SRPM fails if python isn't installed)
903- Added a bunch of missing BuildRequires found while fixing the
904  above-mentioned bug
905
906* Tue Dec 10 2002 Tim Powers <timp@redhat.com> 2.2.2-6
907- rebuild to fix broken tcltk deps for tkinter
908
909* Fri Nov 22 2002 Mihai Ibanescu <misa@redhat.com>
9102.2.2-3.7.3
911- Recompiled for 7.3 (to fix the -lcrypt bug)
912- Fix for the spurious error message at the end of the build (build-requires
913  gets confused by executable files starting with """"): make the tests
914  non-executable.
915
916* Wed Nov 20 2002 Mihai Ibanescu <misa@redhat.com>
9172.2.2-5
918- Fixed configuration patch to add -lcrypt when compiling cryptmodule.c
919
9202.2.2-4
921- Spec file change from Matt Wilson <msw@redhat.com> to disable linking
922  with the C++ compiler.
923
924* Mon Nov 11 2002 Mihai Ibanescu <misa@redhat.com>
9252.2.2-3.*
926- Merged patch from Karsten Hopp <karsten@redhat.de> from 2.2.1-17hammer to
927  use %%{_libdir}
928- Added XFree86-libs as BuildRequires (because of tkinter)
929- Fixed duplicate listing of plat-linux2
930- Fixed exclusion of lib-dynload/japanese
931- Added lib64 patch for the japanese codecs
932- Use setup magic instead of using tar directly on JapaneseCodecs
933
934* Tue Nov  5 2002 Mihai Ibanescu <misa@redhat.com>
9352.2.2-2
936- Fix #76912 (python-tools contains idle, which uses tkinter, but there is no
937  requirement of tkinter from python-tools).
938- Fix #74013 (rpm is missing the /usr/lib/python2.2/test directory)
939
940* Mon Nov  4 2002 Mihai Ibanescu <misa@redhat.com>
941- builds as python2 require a different libdb
942- changed the buildroot name of python to match python2 builds
943
944* Fri Nov  1 2002 Mihai Ibanescu <misa@redhat.com>
945- updated python to 2.2.2 and adjusted the patches accordingly
946
947* Mon Oct 21 2002 Mihai Ibanescu <misa@redhat.com>
948- Fix #53930 (Python-2.2.1-buildroot-bytecode.patch)
949- Added BuildPrereq dependency on gcc-c++
950
951* Fri Aug 30 2002 Trond Eivind Glomsroed <teg@redhat.com> 2.2.1-17
952- security fix for _execvpe
953
954* Tue Aug 13 2002 Trond Eivind Glomsroed <teg@redhat.com> 2.2.1-16
955- Fix  #71011,#71134, #58157
956
957* Wed Aug  7 2002 Trond Eivind Glomsroed <teg@redhat.com> 2.2.1-15
958- Resurrect tkinter
959- Fix for distutils (#67671)
960- Fix #69962
961
962* Thu Jul 25 2002 Trond Eivind Glomsroed <teg@redhat.com> 2.2.1-14
963- Obsolete tkinter/tkinter2 (#69838)
964
965* Tue Jul 23 2002 Trond Eivind Glomsroed <teg@redhat.com> 2.2.1-13
966- Doc fixes (#53951) - not on alpha at the momemt
967
968* Mon Jul  8 2002 Trond Eivind Glomsroed <teg@redhat.com> 2.2.1-12
969- fix pydoc (#68082)
970
971* Mon Jul  8 2002 Trond Eivind Glomsroed <teg@redhat.com> 2.2.1-11
972- Add db4-devel as a BuildPrereq
973
974* Fri Jun 21 2002 Tim Powers <timp@redhat.com> 2.2.1-10
975- automated rebuild
976
977* Mon Jun 17 2002 Trond Eivind Glomsroed <teg@redhat.com> 2.2.1-9
978- Add Japanese codecs (#66352)
979
980* Tue Jun 11 2002 Trond Eivind Glomsroed <teg@redhat.com> 2.2.1-8
981- No more tkinter...
982
983* Wed May 29 2002 Trond Eivind Glomsroed <teg@redhat.com> 2.2.1-7
984- Rebuild
985
986* Tue May 21 2002 Trond Eivind Glomsroed <teg@redhat.com> 2.2.1-6
987- Add the email subcomponent (#65301)
988
989* Fri May 10 2002 Trond Eivind Glomsroed <teg@redhat.com> 2.2.1-5
990- Rebuild
991
992* Thu May 02 2002 Than Ngo <than@redhat.com> 2.2.1-4
993- rebuild i new enviroment
994
995* Tue Apr 23 2002 Trond Eivind Glomsroed <teg@redhat.com>
996- Use ucs2, not ucs4, to avoid breaking tkinter (#63965)
997
998* Mon Apr 22 2002 Trond Eivind Glomsroed <teg@redhat.com> 2.2.1-2
999- Make it use db4
1000
1001* Fri Apr 12 2002 Trond Eivind Glomsroed <teg@redhat.com> 2.2.1-1
1002- 2.2.1 - a bugfix-only release
1003
1004* Fri Apr 12 2002 Trond Eivind Glomsroed <teg@redhat.com> 2.2-16
1005- the same, but in builddirs - this will remove them from the
1006  docs package, which doesn't look in the buildroot for files.
1007
1008* Fri Apr 12 2002 Trond Eivind Glomsroed <teg@redhat.com> 2.2-15
1009- Get rid of temporary files and .cvsignores included
1010  in the tarball and make install
1011
1012* Fri Apr  5 2002 Trond Eivind Glomsroed <teg@redhat.com> 2.2-14
1013- Don't own lib-tk in main package, only in tkinter (#62753)
1014
1015* Mon Mar 25 2002 Trond Eivind Glomsroed <teg@redhat.com> 2.2-13
1016- rebuild
1017
1018* Mon Mar 25 2002 Trond Eivind Glomsroed <teg@redhat.com> 2.2-12
1019- rebuild
1020
1021* Fri Mar  1 2002 Trond Eivind Glomsroed <teg@redhat.com> 2.2-11
1022- Add a not to the Distutils obsoletes test (doh!)
1023
1024* Fri Mar  1 2002 Trond Eivind Glomsroed <teg@redhat.com> 2.2-10
1025- Rebuild
1026
1027* Mon Feb 25 2002 Trond Eivind Glomsroed <teg@redhat.com> 2.2-9
1028- Only obsolete Distutils when built as python
1029
1030* Thu Feb 21 2002 Trond Eivind Glomsroed <teg@redhat.com> 2.2-8
1031- Make files in /usr/bin install side by side with python 1.5 when
1032- Drop explicit requirement of db4
1033  built as python2
1034
1035* Thu Jan 31 2002 Elliot Lee <sopwith@redhat.com> 2.2-7
1036- Use version and pybasever macros to make updating easy
1037- Use _smp_mflags macro
1038
1039* Tue Jan 29 2002 Trond Eivind Glomsroed <teg@redhat.com> 2.2-6
1040- Add db4-devel to BuildPrereq
1041
1042* Fri Jan 25 2002 Nalin Dahyabhai <nalin@redhat.com> 2.2-5
1043- disable ndbm support, which is db2 in disguise (really interesting things
1044  can happen when you mix db2 and db4 in a single application)
1045
1046* Thu Jan 24 2002 Trond Eivind Glomsroed <teg@redhat.com> 2.2-4
1047- Obsolete subpackages if necesarry
1048- provide versioned python2
1049- build with db4
1050
1051* Wed Jan 16 2002 Trond Eivind Glomsroed <teg@redhat.com> 2.2-3
1052- Alpha toolchain broken. Disable build on alpha.
1053- New openssl
1054
1055* Wed Dec 26 2001 Trond Eivind Glomsroed <teg@redhat.com> 2.2-1
1056- 2.2 final
1057
1058* Fri Dec 14 2001 Trond Eivind Glomsroed <teg@redhat.com> 2.2-0.11c1
1059- 2.2 RC 1
1060- Don't include the _tkinter module in the main package - it's
1061  already in the tkiter packace
1062- Turn off the mpzmodule, something broke in the buildroot
1063
1064* Wed Nov 28 2001 Trond Eivind Glomsroed <teg@redhat.com> 2.2-0.10b2
1065- Use -fPIC for OPT as well, in lack of a proper libpython.so
1066
1067* Mon Nov 26 2001 Matt Wilson <msw@redhat.com> 2.2-0.9b2
1068- changed DESTDIR to point to / so that distutils will install dynload
1069  modules properly in the installroot
1070
1071* Fri Nov 16 2001 Matt Wilson <msw@redhat.com> 2.2-0.8b2
1072- 2.2b2
1073
1074* Fri Oct 26 2001 Matt Wilson <msw@redhat.com> 2.2-0.7b1
1075- python2ify
1076
1077* Fri Oct 19 2001 Trond Eivind Glomsroed <teg@redhat.com> 2.2-0.5b1
1078- 2.2b1
1079
1080* Sun Sep 30 2001 Trond Eivind Glomsroed <teg@redhat.com> 2.2-0.4a4
1081- 2.2a4
1082- Enable UCS4 support
1083- Enable IPv6
1084- Provide distutils
1085- Include msgfmt.py and pygettext.py
1086
1087* Fri Sep 14 2001 Trond Eivind Glomsroed <teg@redhat.com> 2.2-0.3a3
1088- Obsolete Distutils, which is now part of the main package
1089- Obsolete python2
1090
1091* Thu Sep 13 2001 Trond Eivind Glomsroed <teg@redhat.com> 2.2-0.2a3
1092- Add docs, tools and tkinter subpackages, to match the 1.5 layout
1093
1094* Wed Sep 12 2001 Trond Eivind Glomsroed <teg@redhat.com> 2.2-0.1a3
1095- 2.2a3
1096- don't build tix and blt extensions
1097
1098* Mon Aug 13 2001 Trond Eivind Glomsroed <teg@redhat.com>
1099- Add tk and tix to build dependencies
1100
1101* Sat Jul 21 2001 Trond Eivind Glomsroed <teg@redhat.com>
1102- 2.1.1 bugfix release - with a GPL compatible license
1103
1104* Fri Jul 20 2001 Trond Eivind Glomsroed <teg@redhat.com>
1105- Add new build dependencies (#49753)
1106
1107* Tue Jun 26 2001 Nalin Dahyabhai <nalin@redhat.com>
1108- build with -fPIC
1109
1110* Fri Jun  1 2001 Trond Eivind Glomsroed <teg@redhat.com>
1111- 2.1
1112- reorganization of file includes
1113
1114* Wed Dec 20 2000 Trond Eivind Glomsroed <teg@redhat.com>
1115- fix the "requires" clause, it lacked a space causing problems
1116- use %%{_tmppath}
1117- don't define name, version etc
1118- add the available patches from the Python home page
1119
1120* Fri Dec 15 2000 Matt Wilson <msw@redhat.com>
1121- added devel subpackage
1122
1123* Fri Dec 15 2000 Matt Wilson <msw@redhat.com>
1124- modify all files to use "python2.0" as the intrepter
1125- don't build the Expat bindings
1126- build against db1
1127
1128* Mon Oct 16 2000 Jeremy Hylton <jeremy@beopen.com>
1129- updated for 2.0 final
1130
1131* Mon Oct  9 2000 Jeremy Hylton <jeremy@beopen.com>
1132- updated for 2.0c1
1133- build audioop, imageop, and rgbimg extension modules
1134- include xml.parsers subpackage
1135- add test.xml.out to files list
1136
1137* Thu Oct  5 2000 Jeremy Hylton <jeremy@beopen.com>
1138- added bin/python2.0 to files list (suggested by Martin v. Loewis)
1139
1140* Tue Sep 26 2000 Jeremy Hylton <jeremy@beopen.com>
1141- updated for release 1 of 2.0b2
1142- use .bz2 version of Python source
1143
1144* Tue Sep 12 2000 Jeremy Hylton <jeremy@beopen.com>
1145- Version 2 of 2.0b1
1146- Make the package relocatable.  Thanks to Suchandra Thapa.
1147- Exclude Tkinter from main RPM.  If it is in a separate RPM, it is
1148  easier to track Tk releases.
Note: See TracBrowser for help on using the repository browser.