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

Revision 12477, 38.2 KB checked in by tomop, 4 years ago (diff)

updated 11 packages

libxml2-2.9.10-4

newt-0.52.21-2

python-docutils-0.16-2

python-inotify-0.9.6-3

python-lxml-4.5.2-2

python-pykf-0.3.4-8

python-2.7.18-1

rhpxl-1.9-10

rrdtool-1.7.2-3

system-config-date-1.9.61-3

system-config-network-1.6.2-2

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