python-vl.spec 36 KB

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