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

Revision 8255, 36.6 KB checked in by daisuke, 11 years ago (diff)

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