python-vl.spec 38 KB

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