python-vl.spec 38 KB

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