python-vl.spec 35 KB

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