python-vl.spec 35 KB

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