python-vl.spec 38 KB

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