python27-vl.spec 34 KB

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