python-vl.spec 36 KB

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