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

Revision 8306, 36.8 KB checked in by kudoh, 10 years ago (diff)

rebuilt and more

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