python25-vl.spec 30 KB

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