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

Revision 8011, 36.3 KB checked in by Takemikaduchi, 11 years ago (diff)

new upstream release

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