python-vl.spec 36 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117
  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}.6
  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. * Sun Nov 24 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.7.6-1
  433. - new upstream release
  434. - update Patch101 (python-2.7-lib64-setup.patch)
  435. - remove Patch200 (Python-2.7-CVE-2013-4238.patch)
  436. * Sat Aug 24 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.7.5-2
  437. - added Patch200 from upstream to fix CVE-2013-4238
  438. * Sat Jun 15 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.7.5-1
  439. - new upstream release
  440. - replaced Patch0,24,25,29 to Fedora rawhide's same one
  441. - dropt Patch40,53
  442. - added Patch41,42,43,44 from Fedora
  443. - changed BuildRequires: libGL-devel to mesa-libGL-devel
  444. - deleted BuildRequires: libtermcap-devel
  445. * Sun Jan 6 2013 IWAI, Masaharu <iwai@alib.jp> 2.7.3-2
  446. - build with Tcl/Tk 8.5.7-1
  447. * Thu Apr 12 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.7.3-1
  448. - new upstream release
  449. - remove Patch20,32,41
  450. * Sat Feb 25 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 2.7.2-4
  451. - tkinter obsoletes python27-tkinter < 2.7.2
  452. - python-* obsoletes python-* < 2.7.2
  453. * Wed Feb 22 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.7.2-3
  454. - add configure option (--with-system-expat)
  455. * Wed Feb 22 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 2.7.2-2
  456. - add BR: sqlite3-devel
  457. - add BR: libX11-devel instead of xorg-x11-devel
  458. - remove unneeded BRs
  459. * Wed Feb 15 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.7.2-1
  460. - new upstream release
  461. - merge spec file with python27
  462. * Sun Apr 03 2011 Shu KONNO <owa@bg.wakwak.com> 2.7.1-1
  463. - initial python27 package which splited from pyhton-2.6.5-3
  464. - updated python to 2.7.1
  465. - updated python-2.7*-Setup.dist.patch
  466. - dorpt Patch28: python-2.6.5-fix-expat-issue9054.patch
  467. - dropt Patch50: Python-2.7-CVE-2010-3493.diff
  468. - dropt Patch51: Python-2.7-CVE-2010-3492.diff
  469. - added Path20-Patch40 from fedora-14
  470. - added Path5.x from mandriva
  471. - split python-2.7-lib64.patch to below
  472. python-2.7-lib64-Makefile.patch
  473. python-2.7-lib64-setup.patch
  474. python-2.7-lib64-getpath.patch
  475. python-2.7-lib64-site.patch
  476. python-2.7-lib64-install.patch
  477. python-2.7-lib64-sysconfig.patch
  478. python-2.7-lib64-test_install.patch
  479. - added python-2.7-lib64-test_site.patch
  480. - add Source2 (python-doc-2.7ja1-html.zip)
  481. - add Patch41 (00145-force-sys-platform-to-be-linux2.patch) from fedora
  482. * Sun Apr 17 2011 IWAI, Masaharu <iwai@alib.jp> 2.6.6-4
  483. - add Obsoletes: pysqlite <= 2.6.1-1vl6 (<BTS:VineLinux:1121>)
  484. - add Provides: pysqlite (<BTS:VineLinux:1121>)
  485. * Tue Feb 22 2011 Shu KONNO <owa@bg.wakwak.com> 2.6.6-3
  486. - rebuild with tix-8.4.3, file-5.05-2
  487. * Tue Jan 11 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.6.6-2
  488. - rebuild with openssl-1.0.0c
  489. * Wed Aug 25 2010 Shu KONNO <owa@bg.wakwak.com> 2.6.6-1
  490. - updated python to 2.6.6
  491. - updated python-docs to 2.6.6
  492. - updated python-2.6.?-lib64.patch
  493. * Tue Jun 29 2010 Shu KONNO <owa@bg.wakwak.com> 2.6.5-4
  494. - rebuilt with tcl/tk-8.4.19-2
  495. * Mon Mar 22 2010 Shu KONNO <owa@bg.wakwak.com> 2.6.5-3
  496. - fixed missing of python-docs files
  497. - dropt '--with doc' option
  498. - dropt BR: latex2html
  499. - replaced descriptions (from Misc/RPM/python-2.6.spec in tar-ball)
  500. * Sun Mar 21 2010 Shu KONNO <owa@bg.wakwak.com> 2.6.5-2
  501. - replaced Patch0: python-2.6.?-Setup.dist.patch
  502. - replaced Patch1: python-2.6.?-lib64.patch
  503. - added python-2.6.5-docs-html.tar.bz2
  504. - dropt Python-2.6.4-Doc.78718.tgz
  505. * Sat Mar 20 2010 Shu KONNO <owa@bg.wakwak.com> 2.6.5-1
  506. - updated python to 2.6.5
  507. - updated Patch0: Python-2.6.4-Setup.dist.patch
  508. - added macro bsddb_ver
  509. - added Patch11: python-support_bdb-4.8-v2.patch (instead of Patch10: python-2.6-db48.patch)
  510. * Sat Mar 06 2010 Shu KONNO <owa@bg.wakwak.com> 2.6.4-5
  511. - added Python-2.6.4-Doc.78718.tgz (documents from http://svn.python.org/projects)
  512. - changed default to '--with doc' again
  513. * Fri Feb 12 2010 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.6.4-4
  514. - rebuilt with gcc-4.4.3-3 on ppc
  515. - s/BuildPreReq/BuildRequires/
  516. * Thu Feb 04 2010 Shu KONNO <owa@bg.wakwak.com> 2.6.4-3
  517. - replaced Python-%%{version}-Setup.dist.patch
  518. - added BR: sqlite3-devel
  519. * Tue Feb 02 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.4-2
  520. - add Patch10 to build with db-4.8
  521. * Mon Feb 01 2010 Shu KONNO <owa@bg.wakwak.com> 2.6.4-1
  522. - updated python to 2.6.4
  523. - changed default to '--without doc'
  524. - added Setup.dist.patch instead of Setup.dist{32,64}.patch
  525. - updated python-*-lib64.patch to 2.6.3
  526. * Mon Feb 01 2010 Shu KONNO <owa@bg.wakwak.com> 2.5.5-1
  527. - updated python to 2.5.5
  528. * Wed May 06 2009 Shu KONNO <owa@bg.wakwak.com> 2.5.4-4vl5
  529. - added Python-2.5.4-{Setup,Setup64}.patch
  530. - added _bsddb module
  531. - dropt patch{0,9,10}
  532. * Sun May 3 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.5.4-3vl5
  533. - updated Patch0 for building with db-4.6.21
  534. * Thu Feb 26 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.5.4-2vl5
  535. - add patch10
  536. - add -lcrypt for cryptmodule
  537. * Wed Dec 24 2008 Shu KONNO <owa@bg.wakwak.com> 2.5.4-1vl5
  538. - new upstream release
  539. - changed typo of summary(ja)
  540. * Sat Dec 20 2008 Shu KONNO <owa@bg.wakwak.com> 2.5.3-1vl5
  541. - new upstream release
  542. - dropt python-2.4.4_CVE-2007-4965.patch
  543. - dropt python-2.4.4_CVE-2008-1721.patch
  544. - dropt python-2.4.4-CVE-2008-1679.patch
  545. * Fri Jul 18 2008 Shu KONNO <owa@bg.wakwak.com> 2.5.2-1vl5
  546. - updated python to 2.5.2
  547. - added python-2.5.2-config.patch instead of python-2.5c1-config.patch
  548. - added python-2.5.2-config64.patch instead of python-2.4.3-config.lib64.patch
  549. - added python-2.5.2-lib64.patch instead of python-2.4.2-lib64.patch
  550. - added modules ctypes, sqlite3, and wsgiref
  551. - dropt modules lib-old
  552. - dropt python-2.4.4_CVE-2008-1887.patch
  553. - dropt python-2.4.4_CVE-2007-2052.patch
  554. - fixed the file permissions
  555. * Sun Jun 08 2008 Shu KONNO <owa@bg.wakwak.com> 2.4.5-1vl5
  556. - applied new versioning policy and spec in utf-8
  557. - added BuildPrereq: xorg-x11-devel
  558. - imported updates from Vine4.2
  559. * Fri Apr 25 2008 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.4.4-1.4vl4
  560. - add patch120 for fix CVE-2008-1679 (added fix of CVE-2007-4965)
  561. - add patch130 for fix CVE-2008-1887 (PyString_FromStringAndSize)
  562. - add patch140 for fix CVE-2007-2052 (_localemodule.c off-by-one err)
  563. * Mon Apr 21 2008 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.4.4-1.3vl4
  564. - add patch110 CVE-2008-1721 (zlib module)
  565. - add remove unneeded files in Lib/test/
  566. #- new versioning policy
  567. * Wed Mar 12 2008 Shu KONNO <owa@bg.wakwak.com> 2.4.5-0vl1
  568. - updated python to 2.4.5
  569. * Wed Feb 20 2008 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 2.4.4-0vl7
  570. - rebuild with expat-2.0.1
  571. * Mon Feb 18 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.4.4-0vl6
  572. - fix typo on Patch0 (s/db-4.2/db-4.3/)
  573. * Sun Feb 17 2008 Shu KONNO <owa@bg.wakwak.com> 2.4.4-0vl5
  574. - rebuild with tcl/tk-8.4.18
  575. * Sat Dec 01 2007 Shu KONNO <owa@bg.wakwak.com> 2.4.4-0vl4
  576. - imported updates from Vine4.2 Plus
  577. * Thu Nov 01 2007 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.4.4-0vl1.2
  578. - add BuildPrereq: nkf
  579. * Wed Oct 31 2007 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.4.4-0vl1.1
  580. - add patch100 for fix CVE-2007-4965 (imageop Module integer OF)
  581. * Sat Jun 16 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.4.4-0vl3
  582. - rebuilt with openssl-0.9.8e and tix-8.4.2
  583. - fixed spec file encoding
  584. * Wed May 09 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.4.4-0vl2
  585. - rebuilt with new toolchain and db4-4.3.x
  586. - modified Patch0 (s/db-4.2/db-4.3/)
  587. * Thu Oct 19 2006 Shu KONNO <owa@bg.wakwak.com> 2.4.4-0vl1
  588. - updated python to 2.4.4 (included security fix PSF-2006-001)
  589. - added japanese summary
  590. - updated patch8 (python-2.4.2-lib64.patch)
  591. - added patch9 (python-2.4.4c1-setup.lib64.patch)
  592. * Wed Sep 13 2006 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 2.4.3-0vl4
  593. - change docs Group to Applications/Documentation. <BTS:VineLinux:163>
  594. * Fri Aug 18 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.4.3-0vl3
  595. - rebuild with readline-5.1 (x86_64)
  596. * Fri Apr 14 2006 Shu KONNO <owa@bg.wakwak.com> 2.4.3-0vl2
  597. - fixed python-2.4.3-config.patch cause undefined symbol: crypt
  598. * Thu Mar 30 2006 Shu KONNO <owa@bg.wakwak.com> 2.4.3-0vl1
  599. - updated python to 2.4.3
  600. - added python-2.4.3-config.patch instead of python-2.4.1c1-config.patch
  601. * Wed Feb 15 2006 Shu KONNO <owa@bg.wakwak.com> 2.4.2-0vl5
  602. - set permition of lib-dynload/*.so to 755
  603. - added without_doc option
  604. - rebuilt with x86_64
  605. * Thu Nov 17 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 2.4.2-0vl4
  606. - add run_test option
  607. * Fri Nov 4 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 2.4.2-0vl3.2
  608. - add BuildPrereq: bzip2-devel
  609. - arrange testing script
  610. * Wed Nov 02 2005 Shu KONNO <owa@bg.wakwak.com> 2.4.2-0vl3.1
  611. - back to %%configure macro
  612. - change testing script
  613. * Mon Oct 31 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 2.4.2-0vl3
  614. - update Patch8 (VineSeed:10306)
  615. - use ./configure instead of %%configure script
  616. - add forgotten popd
  617. * Fri Oct 28 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 2.4.2-0vl2
  618. - add --enable-shared to confiugre option
  619. - add %%{_libdir}/libpython2.4.so* to python package
  620. - add LD_LIBRARY_PATH=$topdir to use pathfix.py
  621. - change build method of Doc
  622. - add files for make test
  623. - change install method
  624. * Wed Sep 28 2005 Shu KONNO <owa@bg.wakwak.com> 2.4.2-0vl1
  625. - update python to 2.4.2 (final)
  626. * Wed Mar 30 2005 Shu KONNO <owa@bg.wakwak.com> 2.4.1-0vl1
  627. - update python to 2.4.1 (final)
  628. * Sat Mar 19 2005 Shu KONNO <owa@bg.wakwak.com> 2.4.1-0vl0.c2
  629. - update python to 2.4.1c2
  630. - moved all site-packages files to python-tools package
  631. * Sat Mar 12 2005 Shu KONNO <owa@bg.wakwak.com> 2.4.1-0vl0.c1
  632. - update python to 2.4.1c1
  633. - droped aspython2 macros
  634. - droped japanese-codecs module
  635. - droped Source2 idle, now it's provided from original source
  636. - droped Source3 modulator, now it's generated in a spec file
  637. - droped Source4 pynche, now it's generated in a spec file
  638. - droped Python-2.3.3-buildroot-bytecode.patch
  639. - changed python-2.3.3-config2.patch to python-2.4.1c1-config.patch
  640. * Wed Feb 09 2005 Shu KONNO <owa@bg.wakwak.com> 2.3.5-0vl1
  641. - update python to 2.3.5
  642. * Fri Feb 04 2005 Shu KONNO <owa@bg.wakwak.com> 2.3.4-0vl6
  643. - add PSF-2005-001.patch
  644. * Wed Nov 17 2004 Shu KONNO <owa@bg.wakwak.com> 2.3.4-0vl4
  645. - rebuilt
  646. * Wed Oct 13 2004 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.3.4-0vl3
  647. - modified Patch0 and Patch8 (-ldb-4.0 -> -ldb-4.2)
  648. * Wed Oct 13 2004 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.3.4-0vl2
  649. - rebuilt with db4-4.2.25
  650. * Thu May 27 2004 Shu KONNO <owa@bg.wakwak.com> 2.3.4-0vl1
  651. - updated python to 2.3.4
  652. - fixed patch10, patch11
  653. * Sat Apr 17 2004 Shu KONNO <owa@bg.wakwak.com> 2.3.3-0vl1
  654. - rebuild
  655. * Thu Apr 08 2004 Shu KONNO <owa@bg.wakwak.com> 2.3.3-0vl0.3
  656. - updated python-2.3.3-config2.patch
  657. * Thu Apr 08 2004 Shu KONNO <owa@bg.wakwak.com> 2.3.3-0vl0.2
  658. - added librarys 'logging, bsddb, idlelib' to /usr/lib/python2.3
  659. * Wed Apr 07 2004 Shu KONNO <owa@bg.wakwak.com> 2.3.3-0vl0.1
  660. - updated python to 2.3.3
  661. - changed version code 2.2.3 to 2.3.3 in source{2,3,4}
  662. - updated config2.patch for 2.3.3
  663. - updated nowhatsnew.patch for 2.3.3
  664. - updated distutilrpm.patch in which tabstops have made indent error
  665. - updated buildroot-bytecode.patch for 2.3.3
  666. - deleted buildroot.patch which fixed in 2.3.3
  667. - changed Tools/idle with Lib/idlelib
  668. * Wed Mar 31 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 2.2.3-3vl3
  669. - rebuild with openssl-0.9.7d
  670. * Wed Mar 03 2004 Shu KONNO <owa@bg.wakwak.com> 2.2.3-3vl2
  671. - updated JapaneseCodecs to 1.4.10
  672. * Wed Jul 09 2003 KOBAYASHI R. Taizo <tkoba@vinelinux.org> 2.2.3-3vl1
  673. - synced with RawHide 2.2.3-3 (substantially source ver up)
  674. * Mon Mar 31 2003 KOBAYASHI R. Taizo <tkoba@vinelinux.org> 2.2.2-26vl1
  675. - rebuild with tcltk-8.4.2
  676. - synced with RawHide 2.2.2-26
  677. * Mon Feb 24 2003 Elliot Lee <sopwith@redhat.com>
  678. - rebuilt
  679. * Mon Feb 24 2003 Mihai Ibanescu <misa@redhat.com> 2.2.2-25
  680. - Fixed bug #84886: pydoc dies when run w/o arguments
  681. - Fixed bug #84205: add python shm module back (used to be shipped with 1.5.2)
  682. - Fixed bug #84966: path in byte-compiled code still wrong
  683. * Thu Feb 20 2003 Jeremy Katz <katzj@redhat.com> 2.2.2-23
  684. - ftp uri's should be able to specify being rooted at the root instead of
  685. where you login via ftp (#84692)
  686. * Mon Feb 10 2003 Mihai Ibanescu <misa@redhat.com> 2.2.2-22
  687. - Using newer Japanese codecs (1.4.9). Thanks to
  688. Peter Bowen <pzb@datastacks.com> for pointing this out.
  689. * Thu Feb 6 2003 Mihai Ibanescu <misa@redhat.com> 2.2.2-21
  690. - Rebuild
  691. * Wed Feb 5 2003 Mihai Ibanescu <misa@redhat.com> 2.2.2-20
  692. - Release number bumped really high: turning on UCS4 (ABI compatibility
  693. breakage)
  694. * Fri Jan 31 2003 Mihai Ibanescu <misa@redhat.com> 2.2.2-13
  695. - Attempt to look both in /usr/lib64 and /usr/lib/python2.2/site-packages/:
  696. some work on python-2.2.2-lib64.patch
  697. * Thu Jan 30 2003 Mihai Ibanescu <misa@redhat.com> 2.2.2-12
  698. - Rebuild to incorporate the removal of .lib64 and - files.
  699. * Thu Jan 30 2003 Mihai Ibanescu <misa@redhat.com> 2.2.2-11.7.3
  700. - Fixed bug #82544: Errata removes most tools
  701. - Fixed bug #82435: Python 2.2.2 errata breaks redhat-config-users
  702. - Removed .lib64 and - files that get installed after we fix the multilib
  703. .py files.
  704. * Wed Jan 22 2003 Tim Powers <timp@redhat.com>
  705. - rebuilt
  706. * Wed Jan 15 2003 Jens Petersen <petersen@redhat.com> 2.2.2-10
  707. - rebuild to update tkinter's tcltk deps
  708. - convert changelog to utf-8
  709. * Wed Jan 15 2003 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.2.2-9vl0
  710. - rebuilt for Vine Linux against db4
  711. - obsolete python-base (which comes with python-2.2.1 of TestPkg)
  712. * Tue Jan 7 2003 Nalin Dahyabhai <nalin@redhat.com> 2.2.2-9
  713. - rebuild
  714. * Fri Jan 3 2003 Nalin Dahyabhai <nalin@redhat.com>
  715. - pick up OpenSSL cflags and ldflags from pkgconfig if available
  716. * Thu Jan 2 2003 Jeremy Katz <katzj@redhat.com> 2.2.2-8
  717. - urllib2 didn't support non-anonymous ftp. add support based on how
  718. urllib did it (#80676, #78168)
  719. * Mon Dec 16 2002 Mihai Ibanescu <misa@redhat.com> 2.2.2-7
  720. - Fix bug #79647 (Rebuild of SRPM fails if python isn't installed)
  721. - Added a bunch of missing BuildRequires found while fixing the
  722. above-mentioned bug
  723. * Tue Dec 10 2002 Tim Powers <timp@redhat.com> 2.2.2-6
  724. - rebuild to fix broken tcltk deps for tkinter
  725. * Fri Nov 22 2002 Mihai Ibanescu <misa@redhat.com>
  726. 2.2.2-3.7.3
  727. - Recompiled for 7.3 (to fix the -lcrypt bug)
  728. - Fix for the spurious error message at the end of the build (build-requires
  729. gets confused by executable files starting with """"): make the tests
  730. non-executable.
  731. * Wed Nov 20 2002 Mihai Ibanescu <misa@redhat.com>
  732. 2.2.2-5
  733. - Fixed configuration patch to add -lcrypt when compiling cryptmodule.c
  734. 2.2.2-4
  735. - Spec file change from Matt Wilson <msw@redhat.com> to disable linking
  736. with the C++ compiler.
  737. * Mon Nov 11 2002 Mihai Ibanescu <misa@redhat.com>
  738. 2.2.2-3.*
  739. - Merged patch from Karsten Hopp <karsten@redhat.de> from 2.2.1-17hammer to
  740. use %%{_libdir}
  741. - Added XFree86-libs as BuildRequires (because of tkinter)
  742. - Fixed duplicate listing of plat-linux2
  743. - Fixed exclusion of lib-dynload/japanese
  744. - Added lib64 patch for the japanese codecs
  745. - Use setup magic instead of using tar directly on JapaneseCodecs
  746. * Tue Nov 5 2002 Mihai Ibanescu <misa@redhat.com>
  747. 2.2.2-2
  748. - Fix #76912 (python-tools contains idle, which uses tkinter, but there is no
  749. requirement of tkinter from python-tools).
  750. - Fix #74013 (rpm is missing the /usr/lib/python2.2/test directory)
  751. * Mon Nov 4 2002 Mihai Ibanescu <misa@redhat.com>
  752. - builds as python2 require a different libdb
  753. - changed the buildroot name of python to match python2 builds
  754. * Fri Nov 1 2002 Mihai Ibanescu <misa@redhat.com>
  755. - updated python to 2.2.2 and adjusted the patches accordingly
  756. * Mon Oct 21 2002 Mihai Ibanescu <misa@redhat.com>
  757. - Fix #53930 (Python-2.2.1-buildroot-bytecode.patch)
  758. - Added BuildPrereq dependency on gcc-c++
  759. * Fri Aug 30 2002 Trond Eivind Glomsroed <teg@redhat.com> 2.2.1-17
  760. - security fix for _execvpe
  761. * Tue Aug 13 2002 Trond Eivind Glomsroed <teg@redhat.com> 2.2.1-16
  762. - Fix #71011,#71134, #58157
  763. * Wed Aug 7 2002 Trond Eivind Glomsroed <teg@redhat.com> 2.2.1-15
  764. - Resurrect tkinter
  765. - Fix for distutils (#67671)
  766. - Fix #69962
  767. * Thu Jul 25 2002 Trond Eivind Glomsroed <teg@redhat.com> 2.2.1-14
  768. - Obsolete tkinter/tkinter2 (#69838)
  769. * Tue Jul 23 2002 Trond Eivind Glomsroed <teg@redhat.com> 2.2.1-13
  770. - Doc fixes (#53951) - not on alpha at the momemt
  771. * Mon Jul 8 2002 Trond Eivind Glomsroed <teg@redhat.com> 2.2.1-12
  772. - fix pydoc (#68082)
  773. * Mon Jul 8 2002 Trond Eivind Glomsroed <teg@redhat.com> 2.2.1-11
  774. - Add db4-devel as a BuildPrereq
  775. * Fri Jun 21 2002 Tim Powers <timp@redhat.com> 2.2.1-10
  776. - automated rebuild
  777. * Mon Jun 17 2002 Trond Eivind Glomsroed <teg@redhat.com> 2.2.1-9
  778. - Add Japanese codecs (#66352)
  779. * Tue Jun 11 2002 Trond Eivind Glomsroed <teg@redhat.com> 2.2.1-8
  780. - No more tkinter...
  781. * Wed May 29 2002 Trond Eivind Glomsroed <teg@redhat.com> 2.2.1-7
  782. - Rebuild
  783. * Tue May 21 2002 Trond Eivind Glomsroed <teg@redhat.com> 2.2.1-6
  784. - Add the email subcomponent (#65301)
  785. * Fri May 10 2002 Trond Eivind Glomsroed <teg@redhat.com> 2.2.1-5
  786. - Rebuild
  787. * Thu May 02 2002 Than Ngo <than@redhat.com> 2.2.1-4
  788. - rebuild i new enviroment
  789. * Tue Apr 23 2002 Trond Eivind Glomsroed <teg@redhat.com>
  790. - Use ucs2, not ucs4, to avoid breaking tkinter (#63965)
  791. * Mon Apr 22 2002 Trond Eivind Glomsroed <teg@redhat.com> 2.2.1-2
  792. - Make it use db4
  793. * Fri Apr 12 2002 Trond Eivind Glomsroed <teg@redhat.com> 2.2.1-1
  794. - 2.2.1 - a bugfix-only release
  795. * Fri Apr 12 2002 Trond Eivind Glomsroed <teg@redhat.com> 2.2-16
  796. - the same, but in builddirs - this will remove them from the
  797. docs package, which doesn't look in the buildroot for files.
  798. * Fri Apr 12 2002 Trond Eivind Glomsroed <teg@redhat.com> 2.2-15
  799. - Get rid of temporary files and .cvsignores included
  800. in the tarball and make install
  801. * Fri Apr 5 2002 Trond Eivind Glomsroed <teg@redhat.com> 2.2-14
  802. - Don't own lib-tk in main package, only in tkinter (#62753)
  803. * Mon Mar 25 2002 Trond Eivind Glomsroed <teg@redhat.com> 2.2-13
  804. - rebuild
  805. * Mon Mar 25 2002 Trond Eivind Glomsroed <teg@redhat.com> 2.2-12
  806. - rebuild
  807. * Fri Mar 1 2002 Trond Eivind Glomsroed <teg@redhat.com> 2.2-11
  808. - Add a not to the Distutils obsoletes test (doh!)
  809. * Fri Mar 1 2002 Trond Eivind Glomsroed <teg@redhat.com> 2.2-10
  810. - Rebuild
  811. * Mon Feb 25 2002 Trond Eivind Glomsroed <teg@redhat.com> 2.2-9
  812. - Only obsolete Distutils when built as python
  813. * Thu Feb 21 2002 Trond Eivind Glomsroed <teg@redhat.com> 2.2-8
  814. - Make files in /usr/bin install side by side with python 1.5 when
  815. - Drop explicit requirement of db4
  816. built as python2
  817. * Thu Jan 31 2002 Elliot Lee <sopwith@redhat.com> 2.2-7
  818. - Use version and pybasever macros to make updating easy
  819. - Use _smp_mflags macro
  820. * Tue Jan 29 2002 Trond Eivind Glomsroed <teg@redhat.com> 2.2-6
  821. - Add db4-devel to BuildPrereq
  822. * Fri Jan 25 2002 Nalin Dahyabhai <nalin@redhat.com> 2.2-5
  823. - disable ndbm support, which is db2 in disguise (really interesting things
  824. can happen when you mix db2 and db4 in a single application)
  825. * Thu Jan 24 2002 Trond Eivind Glomsroed <teg@redhat.com> 2.2-4
  826. - Obsolete subpackages if necesarry
  827. - provide versioned python2
  828. - build with db4
  829. * Wed Jan 16 2002 Trond Eivind Glomsroed <teg@redhat.com> 2.2-3
  830. - Alpha toolchain broken. Disable build on alpha.
  831. - New openssl
  832. * Wed Dec 26 2001 Trond Eivind Glomsroed <teg@redhat.com> 2.2-1
  833. - 2.2 final
  834. * Fri Dec 14 2001 Trond Eivind Glomsroed <teg@redhat.com> 2.2-0.11c1
  835. - 2.2 RC 1
  836. - Don't include the _tkinter module in the main package - it's
  837. already in the tkiter packace
  838. - Turn off the mpzmodule, something broke in the buildroot
  839. * Wed Nov 28 2001 Trond Eivind Glomsroed <teg@redhat.com> 2.2-0.10b2
  840. - Use -fPIC for OPT as well, in lack of a proper libpython.so
  841. * Mon Nov 26 2001 Matt Wilson <msw@redhat.com> 2.2-0.9b2
  842. - changed DESTDIR to point to / so that distutils will install dynload
  843. modules properly in the installroot
  844. * Fri Nov 16 2001 Matt Wilson <msw@redhat.com> 2.2-0.8b2
  845. - 2.2b2
  846. * Fri Oct 26 2001 Matt Wilson <msw@redhat.com> 2.2-0.7b1
  847. - python2ify
  848. * Fri Oct 19 2001 Trond Eivind Glomsroed <teg@redhat.com> 2.2-0.5b1
  849. - 2.2b1
  850. * Sun Sep 30 2001 Trond Eivind Glomsroed <teg@redhat.com> 2.2-0.4a4
  851. - 2.2a4
  852. - Enable UCS4 support
  853. - Enable IPv6
  854. - Provide distutils
  855. - Include msgfmt.py and pygettext.py
  856. * Fri Sep 14 2001 Trond Eivind Glomsroed <teg@redhat.com> 2.2-0.3a3
  857. - Obsolete Distutils, which is now part of the main package
  858. - Obsolete python2
  859. * Thu Sep 13 2001 Trond Eivind Glomsroed <teg@redhat.com> 2.2-0.2a3
  860. - Add docs, tools and tkinter subpackages, to match the 1.5 layout
  861. * Wed Sep 12 2001 Trond Eivind Glomsroed <teg@redhat.com> 2.2-0.1a3
  862. - 2.2a3
  863. - don't build tix and blt extensions
  864. * Mon Aug 13 2001 Trond Eivind Glomsroed <teg@redhat.com>
  865. - Add tk and tix to build dependencies
  866. * Sat Jul 21 2001 Trond Eivind Glomsroed <teg@redhat.com>
  867. - 2.1.1 bugfix release - with a GPL compatible license
  868. * Fri Jul 20 2001 Trond Eivind Glomsroed <teg@redhat.com>
  869. - Add new build dependencies (#49753)
  870. * Tue Jun 26 2001 Nalin Dahyabhai <nalin@redhat.com>
  871. - build with -fPIC
  872. * Fri Jun 1 2001 Trond Eivind Glomsroed <teg@redhat.com>
  873. - 2.1
  874. - reorganization of file includes
  875. * Wed Dec 20 2000 Trond Eivind Glomsroed <teg@redhat.com>
  876. - fix the "requires" clause, it lacked a space causing problems
  877. - use %%{_tmppath}
  878. - don't define name, version etc
  879. - add the available patches from the Python home page
  880. * Fri Dec 15 2000 Matt Wilson <msw@redhat.com>
  881. - added devel subpackage
  882. * Fri Dec 15 2000 Matt Wilson <msw@redhat.com>
  883. - modify all files to use "python2.0" as the intrepter
  884. - don't build the Expat bindings
  885. - build against db1
  886. * Mon Oct 16 2000 Jeremy Hylton <jeremy@beopen.com>
  887. - updated for 2.0 final
  888. * Mon Oct 9 2000 Jeremy Hylton <jeremy@beopen.com>
  889. - updated for 2.0c1
  890. - build audioop, imageop, and rgbimg extension modules
  891. - include xml.parsers subpackage
  892. - add test.xml.out to files list
  893. * Thu Oct 5 2000 Jeremy Hylton <jeremy@beopen.com>
  894. - added bin/python2.0 to files list (suggested by Martin v. Loewis)
  895. * Tue Sep 26 2000 Jeremy Hylton <jeremy@beopen.com>
  896. - updated for release 1 of 2.0b2
  897. - use .bz2 version of Python source
  898. * Tue Sep 12 2000 Jeremy Hylton <jeremy@beopen.com>
  899. - Version 2 of 2.0b1
  900. - Make the package relocatable. Thanks to Suchandra Thapa.
  901. - Exclude Tkinter from main RPM. If it is in a separate RPM, it is
  902. easier to track Tk releases.