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

Revision 10025, 36.4 KB checked in by Takemikaduchi, 8 years ago (diff)

python,python3,thunderbird,wine: new upstream release
mesa: create compat32-mesa-dri-drivers subpackage
others: create compat32 subpackage

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}.11
15Release: 1%{?_dist_release}
16License: PSF
17Group: Development/Languages
18URL: http://www.python.org/%{pybasever}/
19Source0: http://www.python.org/ftp/python/%{version}/Python-%{version}.tar.xz
20Source1: http://docs.python.org/archives/python-%{version}-docs-html.tar.bz2
21Source2: http://python-doc-ja.googlecode.com/files/python-doc-%{pybasever}ja1-html.zip
22Source6: shmmodule.c
23Patch0: python-2.7.1-config.patch
24Patch3: python-2.2.1-pydocnogui.patch
25Patch4: python-2.3.3-distutilrpm.patch
26
27## from fedora
28Patch21: python-2.3.4-lib64-regex.patch
29Patch22: python-2.5-cflags.patch
30Patch23: python-2.5.1-plural-fix.patch
31Patch24: python-2.5.1-sqlite-encoding.patch
32Patch29: python-2.6.5-more-configuration-flags.patch
33Patch31: python-2.7rc1-binutils-no-dep.patch
34Patch36: python-2.7rc1-no-static-lib.patch
35Patch37: python-2.7rc1-socketmodule-constants.patch
36Patch38: python-2.7rc1-socketmodule-constants2.patch
37Patch39: python-2.7rc1-statvfs-f_flag-constants.patch
38
39Patch41: 00121-add-Modules-to-build-path.patch
40Patch42: 00125-less-verbose-COUNT_ALLOCS.patch
41Patch43: 00133-skip-test_dl.patch
42Patch44: 00137-skip-distutils-tests-that-fail-in-rpmbuild.patch
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: libdb-devel
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: tcl-devel
81BuildRequires: tk-devel
82BuildRequires: tix
83BuildRequires: findutils
84BuildRequires: pkgconfig
85BuildRequires: nkf
86BuildRoot: %{_tmppath}/%{name}-%{version}-root
87
88Vendor: Project Vine
89Distribution: Vine Linux
90
91
92%description
93Python is an interpreted, interactive, object-oriented programming
94language often compared to Tcl, Perl, Scheme or Java. Python includes
95modules, classes, exceptions, very high level dynamic data types and
96dynamic typing. Python supports interfaces to many system calls and
97libraries, as well as to various windowing systems (X11, Motif, Tk,
98Mac and MFC).
99
100Programmers can write new built-in modules for Python in C or C++.
101Python can be used as an extension language for applications that need
102a programmable interface. This package contains most of the standard
103Python modules, as well as modules for interfacing to the Tix widget
104set for Tk and RPM.
105
106Note that documentation for Python is provided in the python-docs
107package.
108
109%package devel
110Summary: The libraries and header files needed for Python development.
111Summary(ja): Python での開発に必要なライブラリやヘッダファイル
112Group: Development/Libraries
113Obsoletes: python2-devel
114Obsoletes: python27-devel < %{version}-%{release}
115
116%description devel
117The Python programming language's interpreter can be extended with
118dynamically loaded extensions and can be embedded in other programs.
119This package contains the header files and libraries needed to do
120these types of tasks.
121
122Install python-devel if you want to develop Python extensions.  The
123python package will also need to be installed.  You'll probably also
124want to install the python-docs package, which contains Python
125documentation.
126
127%package tools
128Summary: A collection of development tools included with Python.
129Summary(ja): Python に含まれる開発ツール一式
130Group: Development/Tools
131Requires: %{name} = %{version}
132Requires: tkinter = %{version}
133Obsoletes: python2-tools
134Obsoletes: python27-tools < %{version}-%{release}
135
136%description tools
137The Python package includes several development tools that are used
138to build python programs. This package contains a selection of those
139tools, including the IDLE Python IDE.
140
141Install python-tools if you want to use these tools to develop
142Python programs.  You will also need to install the python and
143tkinter packages.
144
145%package docs
146Summary: Documentation for the Python programming language.
147Summary(ja): Python プログラミング言語のドキュメント
148Group: Applications/Documentation
149Obsoletes: python2-docs
150Obsoletes: python27-docs < %{version}-%{release}
151
152%description docs
153The python-docs package contains documentation on the Python
154programming language and interpreter.  The documentation is provided
155in ASCII text files and in LaTeX source files.
156
157Install the python-docs package if you'd like to use the documentation
158for the Python language.
159
160%package -n tkinter
161Summary: A graphical user interface for the Python scripting language.
162Summary(ja): Python スクリプト言語のグラフィカルインターフェイス
163Group: Development/Languages
164Obsoletes: tkinter2
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%dir %{python_lib}/ensurepip
392%{python_lib}/*.py*
393%{python_lib}/*.doc
394%{python_lib}/bsddb
395%{python_lib}/compiler
396%{python_lib}/ctypes
397%{python_lib}/curses
398%{python_lib}/distutils
399%exclude %{python_lib}/distutils/command/wininst-*.exe
400%{python_lib}/email
401%{python_lib}/encodings
402%{python_lib}/hotshot
403%{python_lib}/idlelib
404%{python_lib}/importlib
405%{python_lib}/json
406%{python_lib}/lib2to3
407%{python_lib}/logging
408%{python_lib}/multiprocessing
409%{python_lib}/plat-linux2
410%{python_lib}/pydoc_data
411%{python_lib}/sqlite3
412%{python_lib}/unittest
413%{python_lib}/wsgiref
414%{python_lib}/wsgiref.egg-info
415%{python_lib}/xml
416%exclude %{python_lib}/ensurepip/_bundled
417%{python_lib}/ensurepip/*
418
419%dir %{python_lib}/config
420%{python_lib}/config/Makefile
421%dir %{_includedir}/python%{pybasever}
422%{_includedir}/python%{pybasever}/pyconfig.h
423%if %{_lib} == lib64
424%dir %{_prefix}/lib/python%{pybasever}
425%dir %{_prefix}/lib/python%{pybasever}/site-packages
426%endif
427
428%files devel
429%defattr(-,root,root)
430%{_bindir}/python-config
431%{_bindir}/python2-config
432%{_bindir}/python%{pybasever}-config
433%{_includedir}/python%{pybasever}/*
434%exclude %{_includedir}/python%{pybasever}/pyconfig.h
435%{_libdir}/libpython%{pybasever}.so
436%{_libdir}/pkgconfig/python-%{pybasever}.pc
437%{_libdir}/pkgconfig/python.pc
438%{_libdir}/pkgconfig/python2.pc
439%{python_lib}/config
440%exclude %{python_lib}/config/Makefile
441%{python_lib}/distutils/command/wininst-*.exe
442%{python_lib}/test
443
444%files tools
445%defattr(-,root,root,755)
446%{python_lib}/site-packages
447%{_bindir}/idle
448%{_bindir}/2to3
449%{_bindir}/modulator
450%{_bindir}/msgfmt.py
451%{_bindir}/pydoc
452%{_bindir}/pygettext.py
453%{_bindir}/pynche
454%{_bindir}/smtpd.py
455
456%files docs
457%defattr(-,root,root,755)
458%doc Misc/NEWS Misc/README Misc/cheatsheet Misc/HISTORY
459%doc Doc/html
460%doc Doc.ja/html
461
462%files -n tkinter
463%defattr(-,root,root,755)
464%{python_lib}/lib-tk
465%{python_lib}/lib-dynload/_tkinter.so
466
467
468%changelog
469* Sat Feb 13 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.7.11-1
470- new upstream release
471
472* Sat Oct 10 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.7.10-1
473- new upstream release
474
475* Sun Mar 22 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 2.7.9-2
476- rebuilt with readline 6.3
477- changed BuildRequires: tcl-devel, tk-devel instead of tcl, tk respectively
478- changed BuildRequires: libdb-devel instead of db4-devel
479
480* Sun Dec 28 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.7.9-1
481- new upstream release
482- included %%{python_lib}/ensurepip (ignore _bundled*)
483
484* Sun Jul 06 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.7.7-2
485- rebuild with libffi-3.0.13
486
487* Wed Jul 02 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.7.7-1
488- new upstream release
489- remove Patch25 (python-2.6-rpath.patch)
490
491* Sat Mar 15 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.7.6-4
492- added Patch200 from upstream to fix CVE-2014-1912
493
494* Mon Feb 10 2014 Daisuke SUZUKI <daisuke@linux.or.jp> 2.7.6-3
495- Obsoletes python* < %{version}-%{release}
496
497* Sun Dec 01 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.7.6-2
498- fix typo of changelog
499
500* Sun Nov 24 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.7.6-1
501- new upstream release
502- update Patch101 (python-2.7-lib64-setup.patch)
503- remove Patch200 (Python-2.7-CVE-2013-4238.patch)
504
505* Sat Aug 24 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.7.5-2
506- added Patch200 from upstream to fix CVE-2013-4238
507
508* Sat Jun 15 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.7.5-1
509- new upstream release
510- replaced Patch0,24,25,29 to Fedora rawhide's same one
511- dropt Patch40,53
512- added Patch41,42,43,44 from Fedora
513- changed BuildRequires: libGL-devel to mesa-libGL-devel
514- deleted BuildRequires: libtermcap-devel
515
516* Sun Jan  6 2013 IWAI, Masaharu <iwai@alib.jp> 2.7.3-2
517- build with Tcl/Tk 8.5.7-1
518
519* Thu Apr 12 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.7.3-1
520- new upstream release
521- remove Patch20,32,41
522
523* Sat Feb 25 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 2.7.2-4
524- tkinter obsoletes python27-tkinter < 2.7.2
525- python-* obsoletes python-* < 2.7.2
526
527* Wed Feb 22 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.7.2-3
528- add configure option (--with-system-expat)
529
530* Wed Feb 22 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 2.7.2-2
531- add BR: sqlite3-devel
532- add BR: libX11-devel instead of xorg-x11-devel
533- remove unneeded BRs
534
535* Wed Feb 15 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.7.2-1
536- new upstream release
537- merge spec file with python27
538  * Sun Apr 03 2011 Shu KONNO <owa@bg.wakwak.com> 2.7.1-1
539  - initial python27 package which splited from pyhton-2.6.5-3
540  - updated python to 2.7.1
541  - updated python-2.7*-Setup.dist.patch
542  - dorpt Patch28: python-2.6.5-fix-expat-issue9054.patch
543  - dropt Patch50: Python-2.7-CVE-2010-3493.diff
544  - dropt Patch51: Python-2.7-CVE-2010-3492.diff
545  - added Path20-Patch40 from fedora-14
546  - added Path5.x from mandriva
547  - split python-2.7-lib64.patch to below
548    python-2.7-lib64-Makefile.patch
549    python-2.7-lib64-setup.patch
550    python-2.7-lib64-getpath.patch
551    python-2.7-lib64-site.patch
552    python-2.7-lib64-install.patch
553    python-2.7-lib64-sysconfig.patch
554    python-2.7-lib64-test_install.patch
555  - added python-2.7-lib64-test_site.patch
556
557- add Source2 (python-doc-2.7ja1-html.zip)
558- add Patch41 (00145-force-sys-platform-to-be-linux2.patch) from fedora
559
560* Sun Apr 17 2011 IWAI, Masaharu <iwai@alib.jp> 2.6.6-4
561- add Obsoletes: pysqlite <= 2.6.1-1vl6 (<BTS:VineLinux:1121>)
562- add Provides: pysqlite (<BTS:VineLinux:1121>)
563
564* Tue Feb 22 2011 Shu KONNO <owa@bg.wakwak.com> 2.6.6-3
565- rebuild with tix-8.4.3, file-5.05-2
566
567* Tue Jan 11 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.6.6-2
568- rebuild with openssl-1.0.0c
569
570* Wed Aug 25 2010 Shu KONNO <owa@bg.wakwak.com> 2.6.6-1
571- updated python to 2.6.6
572- updated python-docs to 2.6.6
573- updated python-2.6.?-lib64.patch
574
575* Tue Jun 29 2010 Shu KONNO <owa@bg.wakwak.com> 2.6.5-4
576- rebuilt with tcl/tk-8.4.19-2
577
578* Mon Mar 22 2010 Shu KONNO <owa@bg.wakwak.com> 2.6.5-3
579- fixed missing of python-docs files
580- dropt '--with doc' option
581- dropt BR: latex2html
582- replaced descriptions (from Misc/RPM/python-2.6.spec in tar-ball)
583
584* Sun Mar 21 2010 Shu KONNO <owa@bg.wakwak.com> 2.6.5-2
585- replaced Patch0: python-2.6.?-Setup.dist.patch
586- replaced Patch1: python-2.6.?-lib64.patch
587- added python-2.6.5-docs-html.tar.bz2
588- dropt Python-2.6.4-Doc.78718.tgz
589
590* Sat Mar 20 2010 Shu KONNO <owa@bg.wakwak.com> 2.6.5-1
591- updated python to 2.6.5
592- updated Patch0: Python-2.6.4-Setup.dist.patch
593- added macro bsddb_ver
594- added Patch11: python-support_bdb-4.8-v2.patch (instead of Patch10: python-2.6-db48.patch)
595
596* Sat Mar 06 2010 Shu KONNO <owa@bg.wakwak.com> 2.6.4-5
597- added Python-2.6.4-Doc.78718.tgz (documents from http://svn.python.org/projects)
598- changed default to '--with doc' again
599
600* Fri Feb 12 2010 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.6.4-4
601- rebuilt with gcc-4.4.3-3 on ppc
602- s/BuildPreReq/BuildRequires/
603
604* Thu Feb 04 2010 Shu KONNO <owa@bg.wakwak.com> 2.6.4-3
605- replaced Python-%%{version}-Setup.dist.patch
606- added BR: sqlite3-devel
607
608* Tue Feb 02 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.4-2
609- add Patch10 to build with db-4.8
610
611* Mon Feb 01 2010 Shu KONNO <owa@bg.wakwak.com> 2.6.4-1
612- updated python to 2.6.4
613- changed default to '--without doc'
614- added Setup.dist.patch instead of Setup.dist{32,64}.patch
615- updated python-*-lib64.patch to 2.6.3
616
617* Mon Feb 01 2010 Shu KONNO <owa@bg.wakwak.com> 2.5.5-1
618- updated python to 2.5.5
619
620* Wed May 06 2009 Shu KONNO <owa@bg.wakwak.com> 2.5.4-4vl5
621- added Python-2.5.4-{Setup,Setup64}.patch
622  - added _bsddb module
623  - dropt patch{0,9,10}
624
625* Sun May  3 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.5.4-3vl5
626- updated Patch0 for building with db-4.6.21
627
628* Thu Feb 26 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.5.4-2vl5
629- add patch10
630  - add -lcrypt for cryptmodule
631
632* Wed Dec 24 2008 Shu KONNO <owa@bg.wakwak.com> 2.5.4-1vl5
633- new upstream release
634- changed typo of summary(ja)
635
636* Sat Dec 20 2008 Shu KONNO <owa@bg.wakwak.com> 2.5.3-1vl5
637- new upstream release
638- dropt python-2.4.4_CVE-2007-4965.patch
639- dropt python-2.4.4_CVE-2008-1721.patch
640- dropt python-2.4.4-CVE-2008-1679.patch
641
642* Fri Jul 18 2008 Shu KONNO <owa@bg.wakwak.com> 2.5.2-1vl5
643- updated python to 2.5.2
644- added python-2.5.2-config.patch instead of python-2.5c1-config.patch
645- added python-2.5.2-config64.patch instead of python-2.4.3-config.lib64.patch
646- added python-2.5.2-lib64.patch instead of python-2.4.2-lib64.patch
647- added modules ctypes, sqlite3, and wsgiref
648- dropt modules lib-old
649- dropt python-2.4.4_CVE-2008-1887.patch
650- dropt python-2.4.4_CVE-2007-2052.patch
651- fixed the file permissions
652
653* Sun Jun 08 2008 Shu KONNO <owa@bg.wakwak.com> 2.4.5-1vl5
654- applied new versioning policy and spec in utf-8
655- added BuildPrereq: xorg-x11-devel
656- imported updates from Vine4.2
657        * Fri Apr 25 2008 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.4.4-1.4vl4
658        - add patch120 for fix CVE-2008-1679 (added fix of CVE-2007-4965)
659        - add patch130 for fix CVE-2008-1887 (PyString_FromStringAndSize)
660        - add patch140 for fix CVE-2007-2052 (_localemodule.c off-by-one err)
661        * Mon Apr 21 2008 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.4.4-1.3vl4
662        - add patch110 CVE-2008-1721 (zlib module)
663        - add remove unneeded files in Lib/test/
664        #- new versioning policy
665
666* Wed Mar 12 2008 Shu KONNO <owa@bg.wakwak.com> 2.4.5-0vl1
667- updated python to 2.4.5
668
669* Wed Feb 20 2008 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 2.4.4-0vl7
670- rebuild with expat-2.0.1
671
672* Mon Feb 18 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.4.4-0vl6
673- fix typo on Patch0 (s/db-4.2/db-4.3/)
674
675* Sun Feb 17 2008 Shu KONNO <owa@bg.wakwak.com> 2.4.4-0vl5
676- rebuild with tcl/tk-8.4.18
677
678* Sat Dec 01 2007 Shu KONNO <owa@bg.wakwak.com> 2.4.4-0vl4
679- imported updates from Vine4.2 Plus
680        * Thu Nov 01 2007 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.4.4-0vl1.2
681        - add BuildPrereq: nkf
682        * Wed Oct 31 2007 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.4.4-0vl1.1
683        - add patch100 for fix CVE-2007-4965 (imageop Module integer OF)
684
685* Sat Jun 16 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.4.4-0vl3
686- rebuilt with openssl-0.9.8e and tix-8.4.2
687- fixed spec file encoding
688
689* Wed May 09 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.4.4-0vl2
690- rebuilt with new toolchain and db4-4.3.x
691- modified Patch0 (s/db-4.2/db-4.3/)
692
693* Thu Oct 19 2006 Shu KONNO <owa@bg.wakwak.com> 2.4.4-0vl1
694- updated python to 2.4.4 (included security fix PSF-2006-001)
695- added japanese summary
696- updated patch8 (python-2.4.2-lib64.patch)
697- added patch9 (python-2.4.4c1-setup.lib64.patch)
698
699* Wed Sep 13 2006 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 2.4.3-0vl4
700- change docs Group to Applications/Documentation. <BTS:VineLinux:163>
701
702* Fri Aug 18 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.4.3-0vl3
703- rebuild with readline-5.1 (x86_64)
704
705* Fri Apr 14 2006 Shu KONNO <owa@bg.wakwak.com> 2.4.3-0vl2
706- fixed python-2.4.3-config.patch cause undefined symbol: crypt
707
708* Thu Mar 30 2006 Shu KONNO <owa@bg.wakwak.com> 2.4.3-0vl1
709- updated python to 2.4.3
710- added python-2.4.3-config.patch instead of python-2.4.1c1-config.patch
711
712* Wed Feb 15 2006 Shu KONNO <owa@bg.wakwak.com> 2.4.2-0vl5
713- set permition of lib-dynload/*.so to 755
714- added without_doc option
715- rebuilt with x86_64
716
717* Thu Nov 17 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 2.4.2-0vl4
718- add run_test option
719
720* Fri Nov  4 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 2.4.2-0vl3.2
721- add BuildPrereq: bzip2-devel
722- arrange testing script
723
724* Wed Nov 02 2005 Shu KONNO <owa@bg.wakwak.com> 2.4.2-0vl3.1
725- back to %%configure macro
726- change testing script
727
728* Mon Oct 31 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 2.4.2-0vl3
729- update Patch8 (VineSeed:10306)
730- use ./configure instead of %%configure script
731- add forgotten popd
732
733* Fri Oct 28 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 2.4.2-0vl2
734- add --enable-shared to confiugre option
735- add %%{_libdir}/libpython2.4.so* to python package
736- add LD_LIBRARY_PATH=$topdir to use pathfix.py
737- change build method of Doc
738- add files for make test
739- change install method
740
741* Wed Sep 28 2005 Shu KONNO <owa@bg.wakwak.com> 2.4.2-0vl1
742- update python to 2.4.2 (final)
743
744* Wed Mar 30 2005 Shu KONNO <owa@bg.wakwak.com> 2.4.1-0vl1
745- update python to 2.4.1 (final)
746
747* Sat Mar 19 2005 Shu KONNO <owa@bg.wakwak.com> 2.4.1-0vl0.c2
748- update python to 2.4.1c2
749- moved all site-packages files to python-tools package
750
751* Sat Mar 12 2005 Shu KONNO <owa@bg.wakwak.com> 2.4.1-0vl0.c1
752- update python to 2.4.1c1
753- droped aspython2 macros
754- droped japanese-codecs module
755- droped Source2 idle, now it's provided from original source
756- droped Source3 modulator, now it's generated in a spec file
757- droped Source4 pynche, now it's generated in a spec file
758- droped Python-2.3.3-buildroot-bytecode.patch
759- changed python-2.3.3-config2.patch to python-2.4.1c1-config.patch
760
761* Wed Feb 09 2005 Shu KONNO <owa@bg.wakwak.com> 2.3.5-0vl1
762- update python to 2.3.5
763
764* Fri Feb 04 2005 Shu KONNO <owa@bg.wakwak.com> 2.3.4-0vl6
765- add PSF-2005-001.patch
766
767* Wed Nov 17 2004 Shu KONNO <owa@bg.wakwak.com> 2.3.4-0vl4
768- rebuilt
769
770* Wed Oct 13 2004 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.3.4-0vl3
771- modified Patch0 and Patch8 (-ldb-4.0 -> -ldb-4.2)
772
773* Wed Oct 13 2004 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.3.4-0vl2
774- rebuilt with db4-4.2.25
775
776* Thu May 27 2004 Shu KONNO <owa@bg.wakwak.com> 2.3.4-0vl1
777- updated python to 2.3.4
778- fixed patch10, patch11
779
780* Sat Apr 17 2004 Shu KONNO <owa@bg.wakwak.com> 2.3.3-0vl1
781- rebuild
782
783* Thu Apr 08 2004 Shu KONNO <owa@bg.wakwak.com> 2.3.3-0vl0.3
784- updated python-2.3.3-config2.patch
785
786* Thu Apr 08 2004 Shu KONNO <owa@bg.wakwak.com> 2.3.3-0vl0.2
787- added librarys 'logging, bsddb, idlelib' to /usr/lib/python2.3
788
789* Wed Apr 07 2004 Shu KONNO <owa@bg.wakwak.com> 2.3.3-0vl0.1
790- updated python to 2.3.3
791- changed version code 2.2.3 to 2.3.3 in source{2,3,4}
792- updated config2.patch for 2.3.3
793- updated nowhatsnew.patch for 2.3.3
794- updated distutilrpm.patch in which tabstops have made indent error
795- updated buildroot-bytecode.patch for 2.3.3
796- deleted buildroot.patch which fixed in 2.3.3
797- changed Tools/idle with Lib/idlelib
798
799* Wed Mar 31 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 2.2.3-3vl3
800- rebuild with openssl-0.9.7d
801
802* Wed Mar 03 2004 Shu KONNO <owa@bg.wakwak.com> 2.2.3-3vl2
803- updated JapaneseCodecs to 1.4.10
804
805* Wed Jul 09 2003 KOBAYASHI R. Taizo <tkoba@vinelinux.org> 2.2.3-3vl1
806- synced with RawHide 2.2.3-3 (substantially source ver up)
807
808* Mon Mar 31 2003 KOBAYASHI R. Taizo <tkoba@vinelinux.org> 2.2.2-26vl1
809- rebuild with tcltk-8.4.2
810- synced with RawHide 2.2.2-26
811  * Mon Feb 24 2003 Elliot Lee <sopwith@redhat.com>
812  - rebuilt
813
814  * Mon Feb 24 2003 Mihai Ibanescu <misa@redhat.com> 2.2.2-25
815  - Fixed bug #84886: pydoc dies when run w/o arguments
816  - Fixed bug #84205: add python shm module back (used to be shipped with 1.5.2)
817  - Fixed bug #84966: path in byte-compiled code still wrong
818
819  * Thu Feb 20 2003 Jeremy Katz <katzj@redhat.com> 2.2.2-23
820  - ftp uri's should be able to specify being rooted at the root instead of
821    where you login via ftp (#84692)
822
823  * Mon Feb 10 2003 Mihai Ibanescu <misa@redhat.com> 2.2.2-22
824  - Using newer Japanese codecs (1.4.9). Thanks to
825    Peter Bowen <pzb@datastacks.com> for pointing this out.
826
827  * Thu Feb  6 2003 Mihai Ibanescu <misa@redhat.com> 2.2.2-21
828  - Rebuild
829
830  * Wed Feb  5 2003 Mihai Ibanescu <misa@redhat.com> 2.2.2-20
831  - Release number bumped really high: turning on UCS4 (ABI compatibility
832    breakage)
833
834  * Fri Jan 31 2003 Mihai Ibanescu <misa@redhat.com> 2.2.2-13
835  - Attempt to look both in /usr/lib64 and /usr/lib/python2.2/site-packages/:
836    some work on python-2.2.2-lib64.patch
837
838  * Thu Jan 30 2003 Mihai Ibanescu <misa@redhat.com> 2.2.2-12
839  - Rebuild to incorporate the removal of .lib64 and - files.
840
841  * Thu Jan 30 2003 Mihai Ibanescu <misa@redhat.com> 2.2.2-11.7.3
842  - Fixed bug #82544: Errata removes most tools
843  - Fixed bug #82435: Python 2.2.2 errata breaks redhat-config-users
844  - Removed .lib64 and - files that get installed after we fix the multilib
845    .py files.
846
847  * Wed Jan 22 2003 Tim Powers <timp@redhat.com>
848  - rebuilt
849
850  * Wed Jan 15 2003 Jens Petersen <petersen@redhat.com> 2.2.2-10
851  - rebuild to update tkinter's tcltk deps
852  - convert changelog to utf-8
853
854
855* Wed Jan 15 2003 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.2.2-9vl0
856- rebuilt for Vine Linux against db4
857- obsolete python-base (which comes with python-2.2.1 of TestPkg)
858
859* Tue Jan  7 2003 Nalin Dahyabhai <nalin@redhat.com> 2.2.2-9
860- rebuild
861
862* Fri Jan  3 2003 Nalin Dahyabhai <nalin@redhat.com>
863- pick up OpenSSL cflags and ldflags from pkgconfig if available
864
865* Thu Jan  2 2003 Jeremy Katz <katzj@redhat.com> 2.2.2-8
866- urllib2 didn't support non-anonymous ftp.  add support based on how
867  urllib did it (#80676, #78168)
868
869* Mon Dec 16 2002 Mihai Ibanescu <misa@redhat.com> 2.2.2-7
870- Fix bug #79647 (Rebuild of SRPM fails if python isn't installed)
871- Added a bunch of missing BuildRequires found while fixing the
872  above-mentioned bug
873
874* Tue Dec 10 2002 Tim Powers <timp@redhat.com> 2.2.2-6
875- rebuild to fix broken tcltk deps for tkinter
876
877* Fri Nov 22 2002 Mihai Ibanescu <misa@redhat.com>
8782.2.2-3.7.3
879- Recompiled for 7.3 (to fix the -lcrypt bug)
880- Fix for the spurious error message at the end of the build (build-requires
881  gets confused by executable files starting with """"): make the tests
882  non-executable.
883
884* Wed Nov 20 2002 Mihai Ibanescu <misa@redhat.com>
8852.2.2-5
886- Fixed configuration patch to add -lcrypt when compiling cryptmodule.c
887
8882.2.2-4
889- Spec file change from Matt Wilson <msw@redhat.com> to disable linking
890  with the C++ compiler.
891
892* Mon Nov 11 2002 Mihai Ibanescu <misa@redhat.com>
8932.2.2-3.*
894- Merged patch from Karsten Hopp <karsten@redhat.de> from 2.2.1-17hammer to
895  use %%{_libdir}
896- Added XFree86-libs as BuildRequires (because of tkinter)
897- Fixed duplicate listing of plat-linux2
898- Fixed exclusion of lib-dynload/japanese
899- Added lib64 patch for the japanese codecs
900- Use setup magic instead of using tar directly on JapaneseCodecs
901
902* Tue Nov  5 2002 Mihai Ibanescu <misa@redhat.com>
9032.2.2-2
904- Fix #76912 (python-tools contains idle, which uses tkinter, but there is no
905  requirement of tkinter from python-tools).
906- Fix #74013 (rpm is missing the /usr/lib/python2.2/test directory)
907
908* Mon Nov  4 2002 Mihai Ibanescu <misa@redhat.com>
909- builds as python2 require a different libdb
910- changed the buildroot name of python to match python2 builds
911
912* Fri Nov  1 2002 Mihai Ibanescu <misa@redhat.com>
913- updated python to 2.2.2 and adjusted the patches accordingly
914
915* Mon Oct 21 2002 Mihai Ibanescu <misa@redhat.com>
916- Fix #53930 (Python-2.2.1-buildroot-bytecode.patch)
917- Added BuildPrereq dependency on gcc-c++
918
919* Fri Aug 30 2002 Trond Eivind Glomsroed <teg@redhat.com> 2.2.1-17
920- security fix for _execvpe
921
922* Tue Aug 13 2002 Trond Eivind Glomsroed <teg@redhat.com> 2.2.1-16
923- Fix  #71011,#71134, #58157
924
925* Wed Aug  7 2002 Trond Eivind Glomsroed <teg@redhat.com> 2.2.1-15
926- Resurrect tkinter
927- Fix for distutils (#67671)
928- Fix #69962
929
930* Thu Jul 25 2002 Trond Eivind Glomsroed <teg@redhat.com> 2.2.1-14
931- Obsolete tkinter/tkinter2 (#69838)
932
933* Tue Jul 23 2002 Trond Eivind Glomsroed <teg@redhat.com> 2.2.1-13
934- Doc fixes (#53951) - not on alpha at the momemt
935
936* Mon Jul  8 2002 Trond Eivind Glomsroed <teg@redhat.com> 2.2.1-12
937- fix pydoc (#68082)
938
939* Mon Jul  8 2002 Trond Eivind Glomsroed <teg@redhat.com> 2.2.1-11
940- Add db4-devel as a BuildPrereq
941
942* Fri Jun 21 2002 Tim Powers <timp@redhat.com> 2.2.1-10
943- automated rebuild
944
945* Mon Jun 17 2002 Trond Eivind Glomsroed <teg@redhat.com> 2.2.1-9
946- Add Japanese codecs (#66352)
947
948* Tue Jun 11 2002 Trond Eivind Glomsroed <teg@redhat.com> 2.2.1-8
949- No more tkinter...
950
951* Wed May 29 2002 Trond Eivind Glomsroed <teg@redhat.com> 2.2.1-7
952- Rebuild
953
954* Tue May 21 2002 Trond Eivind Glomsroed <teg@redhat.com> 2.2.1-6
955- Add the email subcomponent (#65301)
956
957* Fri May 10 2002 Trond Eivind Glomsroed <teg@redhat.com> 2.2.1-5
958- Rebuild
959
960* Thu May 02 2002 Than Ngo <than@redhat.com> 2.2.1-4
961- rebuild i new enviroment
962
963* Tue Apr 23 2002 Trond Eivind Glomsroed <teg@redhat.com>
964- Use ucs2, not ucs4, to avoid breaking tkinter (#63965)
965
966* Mon Apr 22 2002 Trond Eivind Glomsroed <teg@redhat.com> 2.2.1-2
967- Make it use db4
968
969* Fri Apr 12 2002 Trond Eivind Glomsroed <teg@redhat.com> 2.2.1-1
970- 2.2.1 - a bugfix-only release
971
972* Fri Apr 12 2002 Trond Eivind Glomsroed <teg@redhat.com> 2.2-16
973- the same, but in builddirs - this will remove them from the
974  docs package, which doesn't look in the buildroot for files.
975
976* Fri Apr 12 2002 Trond Eivind Glomsroed <teg@redhat.com> 2.2-15
977- Get rid of temporary files and .cvsignores included
978  in the tarball and make install
979
980* Fri Apr  5 2002 Trond Eivind Glomsroed <teg@redhat.com> 2.2-14
981- Don't own lib-tk in main package, only in tkinter (#62753)
982
983* Mon Mar 25 2002 Trond Eivind Glomsroed <teg@redhat.com> 2.2-13
984- rebuild
985
986* Mon Mar 25 2002 Trond Eivind Glomsroed <teg@redhat.com> 2.2-12
987- rebuild
988
989* Fri Mar  1 2002 Trond Eivind Glomsroed <teg@redhat.com> 2.2-11
990- Add a not to the Distutils obsoletes test (doh!)
991
992* Fri Mar  1 2002 Trond Eivind Glomsroed <teg@redhat.com> 2.2-10
993- Rebuild
994
995* Mon Feb 25 2002 Trond Eivind Glomsroed <teg@redhat.com> 2.2-9
996- Only obsolete Distutils when built as python
997
998* Thu Feb 21 2002 Trond Eivind Glomsroed <teg@redhat.com> 2.2-8
999- Make files in /usr/bin install side by side with python 1.5 when
1000- Drop explicit requirement of db4
1001  built as python2
1002
1003* Thu Jan 31 2002 Elliot Lee <sopwith@redhat.com> 2.2-7
1004- Use version and pybasever macros to make updating easy
1005- Use _smp_mflags macro
1006
1007* Tue Jan 29 2002 Trond Eivind Glomsroed <teg@redhat.com> 2.2-6
1008- Add db4-devel to BuildPrereq
1009
1010* Fri Jan 25 2002 Nalin Dahyabhai <nalin@redhat.com> 2.2-5
1011- disable ndbm support, which is db2 in disguise (really interesting things
1012  can happen when you mix db2 and db4 in a single application)
1013
1014* Thu Jan 24 2002 Trond Eivind Glomsroed <teg@redhat.com> 2.2-4
1015- Obsolete subpackages if necesarry
1016- provide versioned python2
1017- build with db4
1018
1019* Wed Jan 16 2002 Trond Eivind Glomsroed <teg@redhat.com> 2.2-3
1020- Alpha toolchain broken. Disable build on alpha.
1021- New openssl
1022
1023* Wed Dec 26 2001 Trond Eivind Glomsroed <teg@redhat.com> 2.2-1
1024- 2.2 final
1025
1026* Fri Dec 14 2001 Trond Eivind Glomsroed <teg@redhat.com> 2.2-0.11c1
1027- 2.2 RC 1
1028- Don't include the _tkinter module in the main package - it's
1029  already in the tkiter packace
1030- Turn off the mpzmodule, something broke in the buildroot
1031
1032* Wed Nov 28 2001 Trond Eivind Glomsroed <teg@redhat.com> 2.2-0.10b2
1033- Use -fPIC for OPT as well, in lack of a proper libpython.so
1034
1035* Mon Nov 26 2001 Matt Wilson <msw@redhat.com> 2.2-0.9b2
1036- changed DESTDIR to point to / so that distutils will install dynload
1037  modules properly in the installroot
1038
1039* Fri Nov 16 2001 Matt Wilson <msw@redhat.com> 2.2-0.8b2
1040- 2.2b2
1041
1042* Fri Oct 26 2001 Matt Wilson <msw@redhat.com> 2.2-0.7b1
1043- python2ify
1044
1045* Fri Oct 19 2001 Trond Eivind Glomsroed <teg@redhat.com> 2.2-0.5b1
1046- 2.2b1
1047
1048* Sun Sep 30 2001 Trond Eivind Glomsroed <teg@redhat.com> 2.2-0.4a4
1049- 2.2a4
1050- Enable UCS4 support
1051- Enable IPv6
1052- Provide distutils
1053- Include msgfmt.py and pygettext.py
1054
1055* Fri Sep 14 2001 Trond Eivind Glomsroed <teg@redhat.com> 2.2-0.3a3
1056- Obsolete Distutils, which is now part of the main package
1057- Obsolete python2
1058
1059* Thu Sep 13 2001 Trond Eivind Glomsroed <teg@redhat.com> 2.2-0.2a3
1060- Add docs, tools and tkinter subpackages, to match the 1.5 layout
1061
1062* Wed Sep 12 2001 Trond Eivind Glomsroed <teg@redhat.com> 2.2-0.1a3
1063- 2.2a3
1064- don't build tix and blt extensions
1065
1066* Mon Aug 13 2001 Trond Eivind Glomsroed <teg@redhat.com>
1067- Add tk and tix to build dependencies
1068
1069* Sat Jul 21 2001 Trond Eivind Glomsroed <teg@redhat.com>
1070- 2.1.1 bugfix release - with a GPL compatible license
1071
1072* Fri Jul 20 2001 Trond Eivind Glomsroed <teg@redhat.com>
1073- Add new build dependencies (#49753)
1074
1075* Tue Jun 26 2001 Nalin Dahyabhai <nalin@redhat.com>
1076- build with -fPIC
1077
1078* Fri Jun  1 2001 Trond Eivind Glomsroed <teg@redhat.com>
1079- 2.1
1080- reorganization of file includes
1081
1082* Wed Dec 20 2000 Trond Eivind Glomsroed <teg@redhat.com>
1083- fix the "requires" clause, it lacked a space causing problems
1084- use %%{_tmppath}
1085- don't define name, version etc
1086- add the available patches from the Python home page
1087
1088* Fri Dec 15 2000 Matt Wilson <msw@redhat.com>
1089- added devel subpackage
1090
1091* Fri Dec 15 2000 Matt Wilson <msw@redhat.com>
1092- modify all files to use "python2.0" as the intrepter
1093- don't build the Expat bindings
1094- build against db1
1095
1096* Mon Oct 16 2000 Jeremy Hylton <jeremy@beopen.com>
1097- updated for 2.0 final
1098
1099* Mon Oct  9 2000 Jeremy Hylton <jeremy@beopen.com>
1100- updated for 2.0c1
1101- build audioop, imageop, and rgbimg extension modules
1102- include xml.parsers subpackage
1103- add test.xml.out to files list
1104
1105* Thu Oct  5 2000 Jeremy Hylton <jeremy@beopen.com>
1106- added bin/python2.0 to files list (suggested by Martin v. Loewis)
1107
1108* Tue Sep 26 2000 Jeremy Hylton <jeremy@beopen.com>
1109- updated for release 1 of 2.0b2
1110- use .bz2 version of Python source
1111
1112* Tue Sep 12 2000 Jeremy Hylton <jeremy@beopen.com>
1113- Version 2 of 2.0b1
1114- Make the package relocatable.  Thanks to Suchandra Thapa.
1115- Exclude Tkinter from main RPM.  If it is in a separate RPM, it is
1116  easier to track Tk releases.
Note: See TracBrowser for help on using the repository browser.