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

Revision 11826, 36.6 KB checked in by ara_t, 6 years ago (diff)

update to 2.7.15

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