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

Revision 8014, 36.4 KB checked in by Takemikaduchi, 11 years ago (diff)

fix typo of changelog

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