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

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