python-vl.spec 35 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073
  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: 2%{?_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. ;
  247. make OPT="$CFLAGS" %{?_smp_mflags}
  248. ## rebuild with new python
  249. export LD_LIBRARY_PATH=$topdir
  250. export PATH="$topdir:$PATH"
  251. ln -s $topdir/python $topdir/python%{pybasever}
  252. #$topdir/python Tools/scripts/pathfix.py -i "/usr/bin/env python%{pybasever}" .
  253. make OPT="$CFLAGS" %{?_smp_mflags}
  254. %if %{run_test}
  255. #%%check
  256. # This runs the test set twice (once with no compiled files, once with
  257. # the compiled files left by the previous test run).
  258. find ./Lib -name '*.py[co]' -print | xargs rm -f
  259. LD_LIBRARY_PATH=$topdir:$topdir/Modules:$topdir/build/lib.linux-%{_host_cpu}-%{pybasever}
  260. PYTHONHOME=$topdir
  261. PYTHONPATH=$topdir/Lib:$topdir/Lib/test:$topdir/Lib/lib-tk:$topdir/Lib/site-packages
  262. PYTHONPATH=$PYTHONPATH:$LD_LIBRARY_PATH
  263. export PYTHONHOME PYTHONPATH LD_LIBRARY_PATH
  264. #SKIPLIST="-x test___all__ -x test_dl -x test_gdb -x test_pydoc"
  265. SKIPLIST=""
  266. ./python -tt -E ./Lib/test/regrtest.py -l -w $SKIPLIST 2>&1 | tee make.check1.log
  267. ./python -tt -E ./Lib/test/regrtest.py -l -w $SKIPLIST 2>&1 | tee make.check2.log
  268. #-------------------------------##
  269. # Sat Nov 27 2010 ...last tested
  270. # 344 tests OK.
  271. # 4 tests failed:
  272. # test___all__ test_dl test_gdb test_pydoc
  273. # 36 tests skipped:
  274. # 2 skips unexpected on linux2:
  275. #-------------------------------##
  276. %endif
  277. %install
  278. rm -fr $RPM_BUILD_ROOT
  279. mkdir -p $RPM_BUILD_ROOT/usr $RPM_BUILD_ROOT%{_mandir}
  280. # Temporary workaround to avoid confusing find-requires: don't ship the tests
  281. # as executable files
  282. chmod 0644 Lib/test/test_*.py
  283. make DESTDIR=$RPM_BUILD_ROOT install
  284. install -d $RPM_BUILD_ROOT%{python_lib}/site-packages
  285. install -d $RPM_BUILD_ROOT%{python_lib}/config
  286. ln -s ../../libpython%{pybasever}.so $RPM_BUILD_ROOT%{python_lib}/config/libpython%{pybasever}.so
  287. %if %{_lib} == lib64
  288. install -d $RPM_BUILD_ROOT%{_prefix}/lib/python%{pybasever}/site-packages
  289. %endif
  290. # Fix the interpreter path in binaries installed by distutils
  291. # (which changes them by itself)
  292. # Make sure we preserve the file permissions
  293. for fixed in $RPM_BUILD_ROOT/usr/bin/pydoc; do
  294. sed 's,#!.*/python$,#!/usr/bin/env python%{pybasever},' $fixed > $fixed- \
  295. && cat $fixed- > $fixed && rm -f $fixed-
  296. done
  297. ## tools
  298. echo "#!/bin/bash
  299. exec %{python_lib}/site-packages/pynche/pynche" \
  300. > $RPM_BUILD_ROOT%{_bindir}/pynche
  301. chmod 755 $RPM_BUILD_ROOT%{_bindir}/pynche
  302. echo "#!/bin/bash
  303. exec %{python_lib}/site-packages/modulator/modulator.py" \
  304. > $RPM_BUILD_ROOT%{_bindir}/modulator
  305. chmod 755 $RPM_BUILD_ROOT%{_bindir}/modulator
  306. ## idle
  307. mkdir -p $RPM_BUILD_ROOT%{python_lib}/site-packages/idle
  308. install -m 755 ./Lib/idlelib/idle.py $RPM_BUILD_ROOT%{python_lib}/site-packages/idle
  309. ##pynche
  310. rm -f Tools/pynche/*.pyw
  311. cp -r Tools/pynche $RPM_BUILD_ROOT%{python_lib}/site-packages/
  312. ##gettext
  313. install -m755 Tools/i18n/pygettext.py $RPM_BUILD_ROOT%{_bindir}/
  314. install -m755 Tools/i18n/msgfmt.py $RPM_BUILD_ROOT%{_bindir}/
  315. ## Get rid of crap
  316. find $RPM_BUILD_ROOT/ -name "*~"|xargs rm -f
  317. find $RPM_BUILD_ROOT/ -name ".cvsignore"|xargs rm -f
  318. find . -name "*~"|xargs rm -f
  319. find . -name ".cvsignore"|xargs rm -f
  320. ##zero length
  321. rm -f $RPM_BUILD_ROOT%{python_lib}/site-packages/modulator/Templates/copyright
  322. ## Clean up the testsuite - we don't need compiled files for it
  323. find $RPM_BUILD_ROOT%{python_lib}/test \
  324. -name "*.pyc" -o -name "*.pyo" | xargs rm -f
  325. rm -f $RPM_BUILD_ROOT%{python_lib}/LICENSE.txt
  326. find $RPM_BUILD_ROOT%{python_lib}/lib-dynload -type f \
  327. | grep -v _tkinter.so \
  328. | sed "s|$RPM_BUILD_ROOT||" \
  329. > dynfiles
  330. ## Fix the file permissions
  331. chmod 755 $RPM_BUILD_ROOT%{python_lib}/lib-dynload/*.so
  332. chmod 755 $RPM_BUILD_ROOT%{_libdir}/libpython*.so.*
  333. find $RPM_BUILD_ROOT%{python_lib} -type f -name '*.py' | xargs chmod -x
  334. ## docs
  335. if [ -d Doc/html ] ; then
  336. rm -rf Doc/html
  337. fi
  338. tar xvzf %SOURCE1
  339. mv python-%{version}-docs-html Doc/html
  340. unzip %SOURCE2
  341. mkdir Doc.ja
  342. mv python-doc-%{pybasever}ja1-html Doc.ja/html
  343. %clean
  344. rm -fr $RPM_BUILD_ROOT
  345. %files -f dynfiles
  346. %defattr(-, root, root)
  347. %doc LICENSE README
  348. %{_bindir}/python
  349. %{_bindir}/python%{pybasever}
  350. %{_libdir}/libpython%{pybasever}.so.*
  351. %{_mandir}/man1/python*
  352. %dir %{python_lib}
  353. %dir %{python_lib}/lib-dynload
  354. %dir %{python_lib}/site-packages
  355. %{python_lib}/*.py*
  356. %{python_lib}/*.doc
  357. %{python_lib}/bsddb
  358. %{python_lib}/compiler
  359. %{python_lib}/ctypes
  360. %{python_lib}/curses
  361. %{python_lib}/distutils
  362. %exclude %{python_lib}/distutils/command/wininst-*.exe
  363. %{python_lib}/email
  364. %{python_lib}/encodings
  365. %{python_lib}/hotshot
  366. %{python_lib}/idlelib
  367. %{python_lib}/importlib
  368. %{python_lib}/json
  369. %{python_lib}/lib2to3
  370. %{python_lib}/logging
  371. %{python_lib}/multiprocessing
  372. %{python_lib}/plat-linux2
  373. %{python_lib}/pydoc_data
  374. %{python_lib}/sqlite3
  375. %{python_lib}/unittest
  376. %{python_lib}/wsgiref
  377. %{python_lib}/wsgiref.egg-info
  378. %{python_lib}/xml
  379. %dir %{python_lib}/config
  380. %{python_lib}/config/Makefile
  381. %dir %{_includedir}/python%{pybasever}
  382. %{_includedir}/python%{pybasever}/pyconfig.h
  383. %if %{_lib} == lib64
  384. %dir %{_prefix}/lib/python%{pybasever}
  385. %dir %{_prefix}/lib/python%{pybasever}/site-packages
  386. %endif
  387. %files devel
  388. %defattr(-,root,root)
  389. %{_bindir}/python-config
  390. %{_bindir}/python%{pybasever}-config
  391. %{_includedir}/python%{pybasever}/*
  392. %exclude %{_includedir}/python%{pybasever}/pyconfig.h
  393. %{_libdir}/libpython%{pybasever}.so
  394. %{_libdir}/pkgconfig/python-%{pybasever}.pc
  395. %{_libdir}/pkgconfig/python.pc
  396. %{python_lib}/config
  397. %exclude %{python_lib}/config/Makefile
  398. %{python_lib}/distutils/command/wininst-*.exe
  399. %{python_lib}/test
  400. %files tools
  401. %defattr(-,root,root,755)
  402. %{python_lib}/site-packages
  403. %{_bindir}/idle
  404. %{_bindir}/2to3
  405. %{_bindir}/modulator
  406. %{_bindir}/msgfmt.py
  407. %{_bindir}/pydoc
  408. %{_bindir}/pygettext.py
  409. %{_bindir}/pynche
  410. %{_bindir}/smtpd.py
  411. %files docs
  412. %defattr(-,root,root,755)
  413. %doc Misc/NEWS Misc/README Misc/cheatsheet Misc/HISTORY
  414. %doc Doc/html
  415. %doc Doc.ja/html
  416. %files -n tkinter
  417. %defattr(-,root,root,755)
  418. %{python_lib}/lib-tk
  419. %{python_lib}/lib-dynload/_tkinter.so
  420. %changelog
  421. * Wed Feb 22 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 2.7.2-2
  422. - add BR: sqlite3-devel
  423. - add BR: libX11-devel instead of xorg-x11-devel
  424. - remove unneeded BRs
  425. * Wed Feb 15 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.7.2-1
  426. - new upstream release
  427. - merge spec file with python27
  428. * Sun Apr 03 2011 Shu KONNO <owa@bg.wakwak.com> 2.7.1-1
  429. - initial python27 package which splited from pyhton-2.6.5-3
  430. - updated python to 2.7.1
  431. - updated python-2.7*-Setup.dist.patch
  432. - dorpt Patch28: python-2.6.5-fix-expat-issue9054.patch
  433. - dropt Patch50: Python-2.7-CVE-2010-3493.diff
  434. - dropt Patch51: Python-2.7-CVE-2010-3492.diff
  435. - added Path20-Patch40 from fedora-14
  436. - added Path5.x from mandriva
  437. - split python-2.7-lib64.patch to below
  438. python-2.7-lib64-Makefile.patch
  439. python-2.7-lib64-setup.patch
  440. python-2.7-lib64-getpath.patch
  441. python-2.7-lib64-site.patch
  442. python-2.7-lib64-install.patch
  443. python-2.7-lib64-sysconfig.patch
  444. python-2.7-lib64-test_install.patch
  445. - added python-2.7-lib64-test_site.patch
  446. - add Source2 (python-doc-2.7ja1-html.zip)
  447. - add Patch41 (00145-force-sys-platform-to-be-linux2.patch) from fedora
  448. * Sun Apr 17 2011 IWAI, Masaharu <iwai@alib.jp> 2.6.6-4
  449. - add Obsoletes: pysqlite <= 2.6.1-1vl6 (<BTS:VineLinux:1121>)
  450. - add Provides: pysqlite (<BTS:VineLinux:1121>)
  451. * Tue Feb 22 2011 Shu KONNO <owa@bg.wakwak.com> 2.6.6-3
  452. - rebuild with tix-8.4.3, file-5.05-2
  453. * Tue Jan 11 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.6.6-2
  454. - rebuild with openssl-1.0.0c
  455. * Wed Aug 25 2010 Shu KONNO <owa@bg.wakwak.com> 2.6.6-1
  456. - updated python to 2.6.6
  457. - updated python-docs to 2.6.6
  458. - updated python-2.6.?-lib64.patch
  459. * Tue Jun 29 2010 Shu KONNO <owa@bg.wakwak.com> 2.6.5-4
  460. - rebuilt with tcl/tk-8.4.19-2
  461. * Mon Mar 22 2010 Shu KONNO <owa@bg.wakwak.com> 2.6.5-3
  462. - fixed missing of python-docs files
  463. - dropt '--with doc' option
  464. - dropt BR: latex2html
  465. - replaced descriptions (from Misc/RPM/python-2.6.spec in tar-ball)
  466. * Sun Mar 21 2010 Shu KONNO <owa@bg.wakwak.com> 2.6.5-2
  467. - replaced Patch0: python-2.6.?-Setup.dist.patch
  468. - replaced Patch1: python-2.6.?-lib64.patch
  469. - added python-2.6.5-docs-html.tar.bz2
  470. - dropt Python-2.6.4-Doc.78718.tgz
  471. * Sat Mar 20 2010 Shu KONNO <owa@bg.wakwak.com> 2.6.5-1
  472. - updated python to 2.6.5
  473. - updated Patch0: Python-2.6.4-Setup.dist.patch
  474. - added macro bsddb_ver
  475. - added Patch11: python-support_bdb-4.8-v2.patch (instead of Patch10: python-2.6-db48.patch)
  476. * Sat Mar 06 2010 Shu KONNO <owa@bg.wakwak.com> 2.6.4-5
  477. - added Python-2.6.4-Doc.78718.tgz (documents from http://svn.python.org/projects)
  478. - changed default to '--with doc' again
  479. * Fri Feb 12 2010 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.6.4-4
  480. - rebuilt with gcc-4.4.3-3 on ppc
  481. - s/BuildPreReq/BuildRequires/
  482. * Thu Feb 04 2010 Shu KONNO <owa@bg.wakwak.com> 2.6.4-3
  483. - replaced Python-%%{version}-Setup.dist.patch
  484. - added BR: sqlite3-devel
  485. * Tue Feb 02 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.4-2
  486. - add Patch10 to build with db-4.8
  487. * Mon Feb 01 2010 Shu KONNO <owa@bg.wakwak.com> 2.6.4-1
  488. - updated python to 2.6.4
  489. - changed default to '--without doc'
  490. - added Setup.dist.patch instead of Setup.dist{32,64}.patch
  491. - updated python-*-lib64.patch to 2.6.3
  492. * Mon Feb 01 2010 Shu KONNO <owa@bg.wakwak.com> 2.5.5-1
  493. - updated python to 2.5.5
  494. * Wed May 06 2009 Shu KONNO <owa@bg.wakwak.com> 2.5.4-4vl5
  495. - added Python-2.5.4-{Setup,Setup64}.patch
  496. - added _bsddb module
  497. - dropt patch{0,9,10}
  498. * Sun May 3 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.5.4-3vl5
  499. - updated Patch0 for building with db-4.6.21
  500. * Thu Feb 26 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.5.4-2vl5
  501. - add patch10
  502. - add -lcrypt for cryptmodule
  503. * Wed Dec 24 2008 Shu KONNO <owa@bg.wakwak.com> 2.5.4-1vl5
  504. - new upstream release
  505. - changed typo of summary(ja)
  506. * Sat Dec 20 2008 Shu KONNO <owa@bg.wakwak.com> 2.5.3-1vl5
  507. - new upstream release
  508. - dropt python-2.4.4_CVE-2007-4965.patch
  509. - dropt python-2.4.4_CVE-2008-1721.patch
  510. - dropt python-2.4.4-CVE-2008-1679.patch
  511. * Fri Jul 18 2008 Shu KONNO <owa@bg.wakwak.com> 2.5.2-1vl5
  512. - updated python to 2.5.2
  513. - added python-2.5.2-config.patch instead of python-2.5c1-config.patch
  514. - added python-2.5.2-config64.patch instead of python-2.4.3-config.lib64.patch
  515. - added python-2.5.2-lib64.patch instead of python-2.4.2-lib64.patch
  516. - added modules ctypes, sqlite3, and wsgiref
  517. - dropt modules lib-old
  518. - dropt python-2.4.4_CVE-2008-1887.patch
  519. - dropt python-2.4.4_CVE-2007-2052.patch
  520. - fixed the file permissions
  521. * Sun Jun 08 2008 Shu KONNO <owa@bg.wakwak.com> 2.4.5-1vl5
  522. - applied new versioning policy and spec in utf-8
  523. - added BuildPrereq: xorg-x11-devel
  524. - imported updates from Vine4.2
  525. * Fri Apr 25 2008 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.4.4-1.4vl4
  526. - add patch120 for fix CVE-2008-1679 (added fix of CVE-2007-4965)
  527. - add patch130 for fix CVE-2008-1887 (PyString_FromStringAndSize)
  528. - add patch140 for fix CVE-2007-2052 (_localemodule.c off-by-one err)
  529. * Mon Apr 21 2008 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.4.4-1.3vl4
  530. - add patch110 CVE-2008-1721 (zlib module)
  531. - add remove unneeded files in Lib/test/
  532. #- new versioning policy
  533. * Wed Mar 12 2008 Shu KONNO <owa@bg.wakwak.com> 2.4.5-0vl1
  534. - updated python to 2.4.5
  535. * Wed Feb 20 2008 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 2.4.4-0vl7
  536. - rebuild with expat-2.0.1
  537. * Mon Feb 18 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.4.4-0vl6
  538. - fix typo on Patch0 (s/db-4.2/db-4.3/)
  539. * Sun Feb 17 2008 Shu KONNO <owa@bg.wakwak.com> 2.4.4-0vl5
  540. - rebuild with tcl/tk-8.4.18
  541. * Sat Dec 01 2007 Shu KONNO <owa@bg.wakwak.com> 2.4.4-0vl4
  542. - imported updates from Vine4.2 Plus
  543. * Thu Nov 01 2007 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.4.4-0vl1.2
  544. - add BuildPrereq: nkf
  545. * Wed Oct 31 2007 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.4.4-0vl1.1
  546. - add patch100 for fix CVE-2007-4965 (imageop Module integer OF)
  547. * Sat Jun 16 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.4.4-0vl3
  548. - rebuilt with openssl-0.9.8e and tix-8.4.2
  549. - fixed spec file encoding
  550. * Wed May 09 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.4.4-0vl2
  551. - rebuilt with new toolchain and db4-4.3.x
  552. - modified Patch0 (s/db-4.2/db-4.3/)
  553. * Thu Oct 19 2006 Shu KONNO <owa@bg.wakwak.com> 2.4.4-0vl1
  554. - updated python to 2.4.4 (included security fix PSF-2006-001)
  555. - added japanese summary
  556. - updated patch8 (python-2.4.2-lib64.patch)
  557. - added patch9 (python-2.4.4c1-setup.lib64.patch)
  558. * Wed Sep 13 2006 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 2.4.3-0vl4
  559. - change docs Group to Applications/Documentation. <BTS:VineLinux:163>
  560. * Fri Aug 18 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.4.3-0vl3
  561. - rebuild with readline-5.1 (x86_64)
  562. * Fri Apr 14 2006 Shu KONNO <owa@bg.wakwak.com> 2.4.3-0vl2
  563. - fixed python-2.4.3-config.patch cause undefined symbol: crypt
  564. * Thu Mar 30 2006 Shu KONNO <owa@bg.wakwak.com> 2.4.3-0vl1
  565. - updated python to 2.4.3
  566. - added python-2.4.3-config.patch instead of python-2.4.1c1-config.patch
  567. * Wed Feb 15 2006 Shu KONNO <owa@bg.wakwak.com> 2.4.2-0vl5
  568. - set permition of lib-dynload/*.so to 755
  569. - added without_doc option
  570. - rebuilt with x86_64
  571. * Thu Nov 17 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 2.4.2-0vl4
  572. - add run_test option
  573. * Fri Nov 4 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 2.4.2-0vl3.2
  574. - add BuildPrereq: bzip2-devel
  575. - arrange testing script
  576. * Wed Nov 02 2005 Shu KONNO <owa@bg.wakwak.com> 2.4.2-0vl3.1
  577. - back to %%configure macro
  578. - change testing script
  579. * Mon Oct 31 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 2.4.2-0vl3
  580. - update Patch8 (VineSeed:10306)
  581. - use ./configure instead of %%configure script
  582. - add forgotten popd
  583. * Fri Oct 28 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 2.4.2-0vl2
  584. - add --enable-shared to confiugre option
  585. - add %%{_libdir}/libpython2.4.so* to python package
  586. - add LD_LIBRARY_PATH=$topdir to use pathfix.py
  587. - change build method of Doc
  588. - add files for make test
  589. - change install method
  590. * Wed Sep 28 2005 Shu KONNO <owa@bg.wakwak.com> 2.4.2-0vl1
  591. - update python to 2.4.2 (final)
  592. * Wed Mar 30 2005 Shu KONNO <owa@bg.wakwak.com> 2.4.1-0vl1
  593. - update python to 2.4.1 (final)
  594. * Sat Mar 19 2005 Shu KONNO <owa@bg.wakwak.com> 2.4.1-0vl0.c2
  595. - update python to 2.4.1c2
  596. - moved all site-packages files to python-tools package
  597. * Sat Mar 12 2005 Shu KONNO <owa@bg.wakwak.com> 2.4.1-0vl0.c1
  598. - update python to 2.4.1c1
  599. - droped aspython2 macros
  600. - droped japanese-codecs module
  601. - droped Source2 idle, now it's provided from original source
  602. - droped Source3 modulator, now it's generated in a spec file
  603. - droped Source4 pynche, now it's generated in a spec file
  604. - droped Python-2.3.3-buildroot-bytecode.patch
  605. - changed python-2.3.3-config2.patch to python-2.4.1c1-config.patch
  606. * Wed Feb 09 2005 Shu KONNO <owa@bg.wakwak.com> 2.3.5-0vl1
  607. - update python to 2.3.5
  608. * Fri Feb 04 2005 Shu KONNO <owa@bg.wakwak.com> 2.3.4-0vl6
  609. - add PSF-2005-001.patch
  610. * Wed Nov 17 2004 Shu KONNO <owa@bg.wakwak.com> 2.3.4-0vl4
  611. - rebuilt
  612. * Wed Oct 13 2004 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.3.4-0vl3
  613. - modified Patch0 and Patch8 (-ldb-4.0 -> -ldb-4.2)
  614. * Wed Oct 13 2004 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.3.4-0vl2
  615. - rebuilt with db4-4.2.25
  616. * Thu May 27 2004 Shu KONNO <owa@bg.wakwak.com> 2.3.4-0vl1
  617. - updated python to 2.3.4
  618. - fixed patch10, patch11
  619. * Sat Apr 17 2004 Shu KONNO <owa@bg.wakwak.com> 2.3.3-0vl1
  620. - rebuild
  621. * Thu Apr 08 2004 Shu KONNO <owa@bg.wakwak.com> 2.3.3-0vl0.3
  622. - updated python-2.3.3-config2.patch
  623. * Thu Apr 08 2004 Shu KONNO <owa@bg.wakwak.com> 2.3.3-0vl0.2
  624. - added librarys 'logging, bsddb, idlelib' to /usr/lib/python2.3
  625. * Wed Apr 07 2004 Shu KONNO <owa@bg.wakwak.com> 2.3.3-0vl0.1
  626. - updated python to 2.3.3
  627. - changed version code 2.2.3 to 2.3.3 in source{2,3,4}
  628. - updated config2.patch for 2.3.3
  629. - updated nowhatsnew.patch for 2.3.3
  630. - updated distutilrpm.patch in which tabstops have made indent error
  631. - updated buildroot-bytecode.patch for 2.3.3
  632. - deleted buildroot.patch which fixed in 2.3.3
  633. - changed Tools/idle with Lib/idlelib
  634. * Wed Mar 31 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 2.2.3-3vl3
  635. - rebuild with openssl-0.9.7d
  636. * Wed Mar 03 2004 Shu KONNO <owa@bg.wakwak.com> 2.2.3-3vl2
  637. - updated JapaneseCodecs to 1.4.10
  638. * Wed Jul 09 2003 KOBAYASHI R. Taizo <tkoba@vinelinux.org> 2.2.3-3vl1
  639. - synced with RawHide 2.2.3-3 (substantially source ver up)
  640. * Mon Mar 31 2003 KOBAYASHI R. Taizo <tkoba@vinelinux.org> 2.2.2-26vl1
  641. - rebuild with tcltk-8.4.2
  642. - synced with RawHide 2.2.2-26
  643. * Mon Feb 24 2003 Elliot Lee <sopwith@redhat.com>
  644. - rebuilt
  645. * Mon Feb 24 2003 Mihai Ibanescu <misa@redhat.com> 2.2.2-25
  646. - Fixed bug #84886: pydoc dies when run w/o arguments
  647. - Fixed bug #84205: add python shm module back (used to be shipped with 1.5.2)
  648. - Fixed bug #84966: path in byte-compiled code still wrong
  649. * Thu Feb 20 2003 Jeremy Katz <katzj@redhat.com> 2.2.2-23
  650. - ftp uri's should be able to specify being rooted at the root instead of
  651. where you login via ftp (#84692)
  652. * Mon Feb 10 2003 Mihai Ibanescu <misa@redhat.com> 2.2.2-22
  653. - Using newer Japanese codecs (1.4.9). Thanks to
  654. Peter Bowen <pzb@datastacks.com> for pointing this out.
  655. * Thu Feb 6 2003 Mihai Ibanescu <misa@redhat.com> 2.2.2-21
  656. - Rebuild
  657. * Wed Feb 5 2003 Mihai Ibanescu <misa@redhat.com> 2.2.2-20
  658. - Release number bumped really high: turning on UCS4 (ABI compatibility
  659. breakage)
  660. * Fri Jan 31 2003 Mihai Ibanescu <misa@redhat.com> 2.2.2-13
  661. - Attempt to look both in /usr/lib64 and /usr/lib/python2.2/site-packages/:
  662. some work on python-2.2.2-lib64.patch
  663. * Thu Jan 30 2003 Mihai Ibanescu <misa@redhat.com> 2.2.2-12
  664. - Rebuild to incorporate the removal of .lib64 and - files.
  665. * Thu Jan 30 2003 Mihai Ibanescu <misa@redhat.com> 2.2.2-11.7.3
  666. - Fixed bug #82544: Errata removes most tools
  667. - Fixed bug #82435: Python 2.2.2 errata breaks redhat-config-users
  668. - Removed .lib64 and - files that get installed after we fix the multilib
  669. .py files.
  670. * Wed Jan 22 2003 Tim Powers <timp@redhat.com>
  671. - rebuilt
  672. * Wed Jan 15 2003 Jens Petersen <petersen@redhat.com> 2.2.2-10
  673. - rebuild to update tkinter's tcltk deps
  674. - convert changelog to utf-8
  675. * Wed Jan 15 2003 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.2.2-9vl0
  676. - rebuilt for Vine Linux against db4
  677. - obsolete python-base (which comes with python-2.2.1 of TestPkg)
  678. * Tue Jan 7 2003 Nalin Dahyabhai <nalin@redhat.com> 2.2.2-9
  679. - rebuild
  680. * Fri Jan 3 2003 Nalin Dahyabhai <nalin@redhat.com>
  681. - pick up OpenSSL cflags and ldflags from pkgconfig if available
  682. * Thu Jan 2 2003 Jeremy Katz <katzj@redhat.com> 2.2.2-8
  683. - urllib2 didn't support non-anonymous ftp. add support based on how
  684. urllib did it (#80676, #78168)
  685. * Mon Dec 16 2002 Mihai Ibanescu <misa@redhat.com> 2.2.2-7
  686. - Fix bug #79647 (Rebuild of SRPM fails if python isn't installed)
  687. - Added a bunch of missing BuildRequires found while fixing the
  688. above-mentioned bug
  689. * Tue Dec 10 2002 Tim Powers <timp@redhat.com> 2.2.2-6
  690. - rebuild to fix broken tcltk deps for tkinter
  691. * Fri Nov 22 2002 Mihai Ibanescu <misa@redhat.com>
  692. 2.2.2-3.7.3
  693. - Recompiled for 7.3 (to fix the -lcrypt bug)
  694. - Fix for the spurious error message at the end of the build (build-requires
  695. gets confused by executable files starting with """"): make the tests
  696. non-executable.
  697. * Wed Nov 20 2002 Mihai Ibanescu <misa@redhat.com>
  698. 2.2.2-5
  699. - Fixed configuration patch to add -lcrypt when compiling cryptmodule.c
  700. 2.2.2-4
  701. - Spec file change from Matt Wilson <msw@redhat.com> to disable linking
  702. with the C++ compiler.
  703. * Mon Nov 11 2002 Mihai Ibanescu <misa@redhat.com>
  704. 2.2.2-3.*
  705. - Merged patch from Karsten Hopp <karsten@redhat.de> from 2.2.1-17hammer to
  706. use %%{_libdir}
  707. - Added XFree86-libs as BuildRequires (because of tkinter)
  708. - Fixed duplicate listing of plat-linux2
  709. - Fixed exclusion of lib-dynload/japanese
  710. - Added lib64 patch for the japanese codecs
  711. - Use setup magic instead of using tar directly on JapaneseCodecs
  712. * Tue Nov 5 2002 Mihai Ibanescu <misa@redhat.com>
  713. 2.2.2-2
  714. - Fix #76912 (python-tools contains idle, which uses tkinter, but there is no
  715. requirement of tkinter from python-tools).
  716. - Fix #74013 (rpm is missing the /usr/lib/python2.2/test directory)
  717. * Mon Nov 4 2002 Mihai Ibanescu <misa@redhat.com>
  718. - builds as python2 require a different libdb
  719. - changed the buildroot name of python to match python2 builds
  720. * Fri Nov 1 2002 Mihai Ibanescu <misa@redhat.com>
  721. - updated python to 2.2.2 and adjusted the patches accordingly
  722. * Mon Oct 21 2002 Mihai Ibanescu <misa@redhat.com>
  723. - Fix #53930 (Python-2.2.1-buildroot-bytecode.patch)
  724. - Added BuildPrereq dependency on gcc-c++
  725. * Fri Aug 30 2002 Trond Eivind Glomsroed <teg@redhat.com> 2.2.1-17
  726. - security fix for _execvpe
  727. * Tue Aug 13 2002 Trond Eivind Glomsroed <teg@redhat.com> 2.2.1-16
  728. - Fix #71011,#71134, #58157
  729. * Wed Aug 7 2002 Trond Eivind Glomsroed <teg@redhat.com> 2.2.1-15
  730. - Resurrect tkinter
  731. - Fix for distutils (#67671)
  732. - Fix #69962
  733. * Thu Jul 25 2002 Trond Eivind Glomsroed <teg@redhat.com> 2.2.1-14
  734. - Obsolete tkinter/tkinter2 (#69838)
  735. * Tue Jul 23 2002 Trond Eivind Glomsroed <teg@redhat.com> 2.2.1-13
  736. - Doc fixes (#53951) - not on alpha at the momemt
  737. * Mon Jul 8 2002 Trond Eivind Glomsroed <teg@redhat.com> 2.2.1-12
  738. - fix pydoc (#68082)
  739. * Mon Jul 8 2002 Trond Eivind Glomsroed <teg@redhat.com> 2.2.1-11
  740. - Add db4-devel as a BuildPrereq
  741. * Fri Jun 21 2002 Tim Powers <timp@redhat.com> 2.2.1-10
  742. - automated rebuild
  743. * Mon Jun 17 2002 Trond Eivind Glomsroed <teg@redhat.com> 2.2.1-9
  744. - Add Japanese codecs (#66352)
  745. * Tue Jun 11 2002 Trond Eivind Glomsroed <teg@redhat.com> 2.2.1-8
  746. - No more tkinter...
  747. * Wed May 29 2002 Trond Eivind Glomsroed <teg@redhat.com> 2.2.1-7
  748. - Rebuild
  749. * Tue May 21 2002 Trond Eivind Glomsroed <teg@redhat.com> 2.2.1-6
  750. - Add the email subcomponent (#65301)
  751. * Fri May 10 2002 Trond Eivind Glomsroed <teg@redhat.com> 2.2.1-5
  752. - Rebuild
  753. * Thu May 02 2002 Than Ngo <than@redhat.com> 2.2.1-4
  754. - rebuild i new enviroment
  755. * Tue Apr 23 2002 Trond Eivind Glomsroed <teg@redhat.com>
  756. - Use ucs2, not ucs4, to avoid breaking tkinter (#63965)
  757. * Mon Apr 22 2002 Trond Eivind Glomsroed <teg@redhat.com> 2.2.1-2
  758. - Make it use db4
  759. * Fri Apr 12 2002 Trond Eivind Glomsroed <teg@redhat.com> 2.2.1-1
  760. - 2.2.1 - a bugfix-only release
  761. * Fri Apr 12 2002 Trond Eivind Glomsroed <teg@redhat.com> 2.2-16
  762. - the same, but in builddirs - this will remove them from the
  763. docs package, which doesn't look in the buildroot for files.
  764. * Fri Apr 12 2002 Trond Eivind Glomsroed <teg@redhat.com> 2.2-15
  765. - Get rid of temporary files and .cvsignores included
  766. in the tarball and make install
  767. * Fri Apr 5 2002 Trond Eivind Glomsroed <teg@redhat.com> 2.2-14
  768. - Don't own lib-tk in main package, only in tkinter (#62753)
  769. * Mon Mar 25 2002 Trond Eivind Glomsroed <teg@redhat.com> 2.2-13
  770. - rebuild
  771. * Mon Mar 25 2002 Trond Eivind Glomsroed <teg@redhat.com> 2.2-12
  772. - rebuild
  773. * Fri Mar 1 2002 Trond Eivind Glomsroed <teg@redhat.com> 2.2-11
  774. - Add a not to the Distutils obsoletes test (doh!)
  775. * Fri Mar 1 2002 Trond Eivind Glomsroed <teg@redhat.com> 2.2-10
  776. - Rebuild
  777. * Mon Feb 25 2002 Trond Eivind Glomsroed <teg@redhat.com> 2.2-9
  778. - Only obsolete Distutils when built as python
  779. * Thu Feb 21 2002 Trond Eivind Glomsroed <teg@redhat.com> 2.2-8
  780. - Make files in /usr/bin install side by side with python 1.5 when
  781. - Drop explicit requirement of db4
  782. built as python2
  783. * Thu Jan 31 2002 Elliot Lee <sopwith@redhat.com> 2.2-7
  784. - Use version and pybasever macros to make updating easy
  785. - Use _smp_mflags macro
  786. * Tue Jan 29 2002 Trond Eivind Glomsroed <teg@redhat.com> 2.2-6
  787. - Add db4-devel to BuildPrereq
  788. * Fri Jan 25 2002 Nalin Dahyabhai <nalin@redhat.com> 2.2-5
  789. - disable ndbm support, which is db2 in disguise (really interesting things
  790. can happen when you mix db2 and db4 in a single application)
  791. * Thu Jan 24 2002 Trond Eivind Glomsroed <teg@redhat.com> 2.2-4
  792. - Obsolete subpackages if necesarry
  793. - provide versioned python2
  794. - build with db4
  795. * Wed Jan 16 2002 Trond Eivind Glomsroed <teg@redhat.com> 2.2-3
  796. - Alpha toolchain broken. Disable build on alpha.
  797. - New openssl
  798. * Wed Dec 26 2001 Trond Eivind Glomsroed <teg@redhat.com> 2.2-1
  799. - 2.2 final
  800. * Fri Dec 14 2001 Trond Eivind Glomsroed <teg@redhat.com> 2.2-0.11c1
  801. - 2.2 RC 1
  802. - Don't include the _tkinter module in the main package - it's
  803. already in the tkiter packace
  804. - Turn off the mpzmodule, something broke in the buildroot
  805. * Wed Nov 28 2001 Trond Eivind Glomsroed <teg@redhat.com> 2.2-0.10b2
  806. - Use -fPIC for OPT as well, in lack of a proper libpython.so
  807. * Mon Nov 26 2001 Matt Wilson <msw@redhat.com> 2.2-0.9b2
  808. - changed DESTDIR to point to / so that distutils will install dynload
  809. modules properly in the installroot
  810. * Fri Nov 16 2001 Matt Wilson <msw@redhat.com> 2.2-0.8b2
  811. - 2.2b2
  812. * Fri Oct 26 2001 Matt Wilson <msw@redhat.com> 2.2-0.7b1
  813. - python2ify
  814. * Fri Oct 19 2001 Trond Eivind Glomsroed <teg@redhat.com> 2.2-0.5b1
  815. - 2.2b1
  816. * Sun Sep 30 2001 Trond Eivind Glomsroed <teg@redhat.com> 2.2-0.4a4
  817. - 2.2a4
  818. - Enable UCS4 support
  819. - Enable IPv6
  820. - Provide distutils
  821. - Include msgfmt.py and pygettext.py
  822. * Fri Sep 14 2001 Trond Eivind Glomsroed <teg@redhat.com> 2.2-0.3a3
  823. - Obsolete Distutils, which is now part of the main package
  824. - Obsolete python2
  825. * Thu Sep 13 2001 Trond Eivind Glomsroed <teg@redhat.com> 2.2-0.2a3
  826. - Add docs, tools and tkinter subpackages, to match the 1.5 layout
  827. * Wed Sep 12 2001 Trond Eivind Glomsroed <teg@redhat.com> 2.2-0.1a3
  828. - 2.2a3
  829. - don't build tix and blt extensions
  830. * Mon Aug 13 2001 Trond Eivind Glomsroed <teg@redhat.com>
  831. - Add tk and tix to build dependencies
  832. * Sat Jul 21 2001 Trond Eivind Glomsroed <teg@redhat.com>
  833. - 2.1.1 bugfix release - with a GPL compatible license
  834. * Fri Jul 20 2001 Trond Eivind Glomsroed <teg@redhat.com>
  835. - Add new build dependencies (#49753)
  836. * Tue Jun 26 2001 Nalin Dahyabhai <nalin@redhat.com>
  837. - build with -fPIC
  838. * Fri Jun 1 2001 Trond Eivind Glomsroed <teg@redhat.com>
  839. - 2.1
  840. - reorganization of file includes
  841. * Wed Dec 20 2000 Trond Eivind Glomsroed <teg@redhat.com>
  842. - fix the "requires" clause, it lacked a space causing problems
  843. - use %%{_tmppath}
  844. - don't define name, version etc
  845. - add the available patches from the Python home page
  846. * Fri Dec 15 2000 Matt Wilson <msw@redhat.com>
  847. - added devel subpackage
  848. * Fri Dec 15 2000 Matt Wilson <msw@redhat.com>
  849. - modify all files to use "python2.0" as the intrepter
  850. - don't build the Expat bindings
  851. - build against db1
  852. * Mon Oct 16 2000 Jeremy Hylton <jeremy@beopen.com>
  853. - updated for 2.0 final
  854. * Mon Oct 9 2000 Jeremy Hylton <jeremy@beopen.com>
  855. - updated for 2.0c1
  856. - build audioop, imageop, and rgbimg extension modules
  857. - include xml.parsers subpackage
  858. - add test.xml.out to files list
  859. * Thu Oct 5 2000 Jeremy Hylton <jeremy@beopen.com>
  860. - added bin/python2.0 to files list (suggested by Martin v. Loewis)
  861. * Tue Sep 26 2000 Jeremy Hylton <jeremy@beopen.com>
  862. - updated for release 1 of 2.0b2
  863. - use .bz2 version of Python source
  864. * Tue Sep 12 2000 Jeremy Hylton <jeremy@beopen.com>
  865. - Version 2 of 2.0b1
  866. - Make the package relocatable. Thanks to Suchandra Thapa.
  867. - Exclude Tkinter from main RPM. If it is in a separate RPM, it is
  868. easier to track Tk releases.