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

Revision 12277, 37.7 KB checked in by tomop, 5 years ago (diff)

updated 22 packages

Cython-0.29.13-1

alsa-lib-1.1.9-1

alsa-plugins-1.1.9-1

alsa-tools-1.1.7-1

alsa-utils-1.1.9-1

cairo-1.16.0-1

evince-3.30.3-1

expat-2.2.9-1

file-roller-3.30.1-1

gtk-doc-1.32-2

libplist-2.0.0-1

libsndfile-1.0.28-1

ncurses-6.1-2

openssh-8.1p1-1

python-2.7.16-5

python3-3.5.7-4

rsync-3.1.3-1

samba-4.10.9-1

sudo-1.8.28-1

sysstat-12.1.7-1

tix-8.4.3-5

zabbix-4.0.13-1

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