python-vl.spec 31 KB

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