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

Revision 11829, 36.7 KB checked in by ara_t, 6 years ago (diff)

python: revert and update patches

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