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

Revision 8758, 35.7 KB checked in by Takemikaduchi, 10 years ago (diff)

update or rebuild

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