python27-vl.spec 34 KB

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