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

Revision 12376, 37.8 KB checked in by tomop, 4 years ago (diff)

updated 19 packages

g-wrap-1.9.15-2

gjs-1.54.3-2

glib2-2.64.2-2

gobject-introspection-1.64.1-1

guile-2.2.7-1

guile20-2.0.14-5

hardinfo-0.5.1-4

llvm-10.0.0-2

libffi-3.3-1

libffi321-3.2.1-1

p11-kit-0.23.20-2

pycairo-1.18.2-1

pygobject-2.28.6-7

pygobject3-3.34.0-1

python-cffi-1.14.0-1

python-2.7.17-1

python3-3.5.9-1

ruby-2.6.6-2

uim-1.8.8-3

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