python-vl.spec 37 KB

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