|
|
|
|
Changelog for python32-libs-3.2.3-10.ius.centos6.x86_64.rpm :
* Mon Jul 30 2012 Jeffrey Ness - 3.2.3-10.ius- Adding 00160-sharedlib-path.patch to avoid duplicate shared libs * Tue Jul 17 2012 BJ Dierkes - 3.2.3-8.ius- Porting from Fedora to IUS python32- Build against embedded version of expat - Comment out --init-eval-commands in Patch156: 00156-gdb-autoload-safepath.patch * Wed May 30 2012 Bohuslav Kabrda - 3.2.3-7- fix tapset for debug build * Fri May 04 2012 David Malcolm - 3.2.3-6- renumber autotools patch from 300 to 5000- specfile cleanups * Mon Apr 30 2012 David Malcolm - 3.2.3-5- fix test_gdb.py (patch 156; rhbz#817072) * Fri Apr 20 2012 David Malcolm - 3.2.3-4- avoid allocating thunks in ctypes unless absolutely necessary, to avoidgenerating SELinux denials on \"import ctypes\" and \"import uuid\" when embeddingPython within httpd (patch 155; rhbz#814391) * Fri Apr 20 2012 David Malcolm - 3.2.3-3- add explicit version requirements on expat to avoid linkage problems withXML_SetHashSalt * Thu Apr 12 2012 David Malcolm - 3.2.3-2- fix test_gdb (patch 153) * Wed Apr 11 2012 David Malcolm - 3.2.3-1- 3.2.3; refresh patch 102 (lib64); drop upstream patches 148 (gdbm magicvalues), 149 (__pycache__ fix); add patch 152 (test_gdb regex) * Thu Feb 09 2012 Thomas Spura - 3.2.2-13- use newly installed python for byte compiling (now for real) * Sun Feb 05 2012 Thomas Spura - 3.2.2-12- use newly installed python for byte compiling (#787498) * Wed Jan 04 2012 Ville Skyttä - 3.2.2-11- Build with $RPM_LD_FLAGS (#756863).- Use xz-compressed source tarball. * Wed Dec 07 2011 Karsten Hopp 3.2.2-10- disable rAssertAlmostEqual in test_cmath on PPC (#750811) * Mon Oct 17 2011 Rex Dieter - 3.2.2-9- python3-devel missing autogenerated pkgconfig() provides (#746751) * Mon Oct 10 2011 David Malcolm - 3.2.2-8- cherrypick fix for distutils not using __pycache__ when byte-compilingfiles (rhbz#722578) * Fri Sep 30 2011 David Malcolm - 3.2.2-7- re-enable gdbm (patch 148; rhbz#742242) * Fri Sep 16 2011 David Malcolm - 3.2.2-6- add a sys._debugmallocstats() function (patch 147) * Wed Sep 14 2011 David Malcolm - 3.2.2-5- support OpenSSL FIPS mode in _hashlib and hashlib; don\'t build the _md5 and_sha * modules, relying on _hashlib in hashlib (rhbz#563986; patch 146) * Tue Sep 13 2011 David Malcolm - 3.2.2-4- disable gdbm module to prepare for gdbm soname bump * Mon Sep 12 2011 David Malcolm - 3.2.2-3- renumber and rename patches for consistency with python.spec (8 to 55, 106to 104, 6 to 111, 104 to 113, 105 to 114, 125, 131, 130 to 143) * Sat Sep 10 2011 David Malcolm - 3.2.2-2- rewrite of \"check\", introducing downstream-only hooks for skipping specificcases in an rpmbuild (patch 132), and fixing/skipping failing tests in a morefine-grained manner than before; (patches 106, 133-142 sparsely, movingpatches for consistency with python.spec: 128 to 134, 126 to 135, 127 to 141) * Tue Sep 06 2011 David Malcolm - 3.2.2-1- 3.2.2 * Thu Sep 01 2011 David Malcolm - 3.2.1-7- run selftests with \"--verbose\"- disable parts of test_io on ppc (rhbz#732998) * Wed Aug 31 2011 David Malcolm - 3.2.1-6- use \"--findleaks --verbose3\" when running test suite * Tue Aug 23 2011 David Malcolm - 3.2.1-5- re-enable and fix the --with-tsc option on ppc64, and rework it on 32-bitppc to avoid aliasing violations (patch 130; rhbz#698726) * Tue Aug 23 2011 David Malcolm - 3.2.1-4- don\'t use --with-tsc on ppc64 debug builds (rhbz#698726) * Thu Aug 18 2011 David Malcolm - 3.2.1-3- add %python3_version to the rpm macros (rhbz#719082) * Mon Jul 11 2011 Dennis Gilmore - 3.2.1-2- disable some tests on sparc arches * Mon Jul 11 2011 David Malcolm - 3.2.1-1- 3.2.1; refresh lib64 patch (102), subprocess unit test patch (129), disablingof static library build (due to Modules/_testembed; patch 6), autotoolintermediates (patch 300) * Fri Jul 08 2011 David Malcolm - 3.2-5- use the gdb hooks from the upstream tarball, rather than keeping our own copy * Fri Jul 08 2011 David Malcolm - 3.2-4- don\'t run test_openpty and test_pty in %check * Fri Jul 08 2011 David Malcolm - 3.2-3- cleanup of BuildRequires; add comment headings to specfile sections * Tue Apr 19 2011 David Malcolm - 3.2-2- fix the libpython.stp systemtap tapset (rhbz#697730) * Mon Feb 21 2011 David Malcolm - 3.2-1- 3.2- drop alphatag- regenerate autotool patch * Mon Feb 14 2011 David Malcolm - 3.2-0.13.rc3- add a /usr/bin/python3-debug symlink within the debug subpackage * Mon Feb 14 2011 David Malcolm - 3.2-0.12.rc3- 3.2rc3- regenerate autotool patch * Wed Feb 09 2011 Fedora Release Engineering - 3.2-0.11.rc2- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Mon Jan 31 2011 David Malcolm - 3.2-0.10.rc2- 3.2rc2 * Mon Jan 17 2011 David Malcolm - 3.2-0.9.rc1- 3.2rc1- rework patch 6 (static lib removal)- remove upstreamed patch 130 (ppc debug build)- regenerate patch 300 (autotool intermediates)- updated packaging to reflect upstream rewrite of \"Demo\" (issue 7962)- added libpython3.so and 2to3-3.2 * Wed Jan 05 2011 David Malcolm - 3.2-0.8.b2- set EXTRA_CFLAGS to our CFLAGS, rather than overriding OPT, fixing a linkererror with dynamic annotations (when configured using --with-valgrind)- fix the ppc build of the debug configuration (patch 130; rhbz#661510) * Tue Jan 04 2011 David Malcolm - 3.2-0.7.b2- add --with-valgrind to configuration (on architectures that support this) * Wed Dec 29 2010 David Malcolm - 3.2-0.6.b2- work around test_subprocess failure seen in koji (patch 129) * Tue Dec 28 2010 David Malcolm - 3.2-0.5.b2- 3.2b2- rework patch 3 (removal of mimeaudio tests), patch 6 (no static libs),patch 8 (systemtap), patch 102 (lib64)- remove patch 4 (rendered redundant by upstream r85537), patch 103 (PEP 3149),patch 110 (upstreamed expat fix), patch 111 (parallel build fix for grammarfixed upstream)- regenerate patch 300 (autotool intermediates)- workaround COUNT_ALLOCS weakref issues in test suite (patch 126, patch 127,patch 128)- stop using runtest.sh in %check (dropped by upstream), replacing withregrtest; fixup list of failing tests- introduce \"pyshortver\", \"SOABI_optimized\" and \"SOABI_debug\" macros- rework manifests of shared libraries to use \"SOABI_\" macros, reflectingPEP 3149- drop itertools, operator and _collections modules from the manifests as py3kcommit r84058 moved these inside libpython; json/tests moved to test/json_tests- move turtle code into the tkinter subpackage * Wed Nov 17 2010 David Malcolm - 3.2-0.5.a1- fix sysconfig to not rely on the -devel subpackage (rhbz#653058) * Thu Sep 09 2010 David Malcolm - 3.2-0.4.a1- move most of the content of the core package to the libs subpackage, giventhat the libs aren\'t meaningfully usable without the standard libraries * Wed Sep 08 2010 David Malcolm - 3.2-0.3.a1- Move test.support to core package (rhbz#596258)- Add various missing __pycache__ directories to payload * Sun Aug 22 2010 Toshio Kuratomi - 3.2-0.2.a1- Add __pycache__ directory for site-packages * Sun Aug 22 2010 Thomas Spura - 3.2-0.1.a1- on 64bit \"stdlib\" was still \"/usr/lib/python *\" (modify *lib64.patch)- make find-provides-without-python-sonames.sh 64bit aware * Sat Aug 21 2010 David Malcolm - 3.2-0.0.a1- 3.2a1; add alphatag- rework %files in the light of PEP 3147 (__pycache__)- drop our configuration patch to Setup.dist (patch 0): setup.py should do abetter job of things, and the %files explicitly lists our modules (r82746appears to break the old way of doing things). This leads to various moduleschanging from \"foomodule.so\" to \"foo.so\". It also leads to the optimized builddropping the _sha1, _sha256 and _sha512 modules, but these are provided by_hashlib; _weakref becomes a builtin module; xxsubtype goes away (it\'s only fortesting/devel purposes)- fixup patches 3, 4, 6, 8, 102, 103, 105, 111 for the rebase- remove upstream patches: 7 (system expat), 106, 107, 108 (audioop reformatplus CVE-2010-1634 and CVE-2010-2089), 109 (CVE-2008-5983)- add machinery for rebuilding \"configure\" and friends, using the correctversion of autoconf (patch 300)- patch the debug build\'s usage of COUNT_ALLOCS to be less verbose (patch 125)- \"modulator\" was removed upstream- drop \"-b\" from patch applications affecting .py files to avoid littering theinstallation tree * Thu Aug 19 2010 Toshio Kuratomi - 3.1.2-13- Turn on computed-gotos.- Fix for parallel make and graminit.c * Fri Jul 02 2010 David Malcolm - 3.1.2-12- rebuild * Fri Jul 02 2010 David Malcolm - 3.1.2-11- Fix an incompatibility between pyexpat and the system expat-2.0.1 that led toa segfault running test_pyexpat.py (patch 110; upstream issue 9054; rhbz#610312) * Fri Jun 04 2010 David Malcolm - 3.1.2-10- ensure that the compiler is invoked with \"-fwrapv\" (rhbz#594819)- reformat whitespace in audioop.c (patch 106)- CVE-2010-1634: fix various integer overflow checks in the audioopmodule (patch 107)- CVE-2010-2089: further checks within the audioop module (patch 108)- CVE-2008-5983: the new PySys_SetArgvEx entry point from r81399 (patch 109) * Thu May 27 2010 Dan Horák - 3.1.2-9- reading the timestamp counter is available only on some arches (see Python/ceval.c) * Wed May 26 2010 David Malcolm - 3.1.2-8- add flags for statvfs.f_flag to the constant list in posixmodule (i.e. \"os\")(patch 105) * Tue May 25 2010 David Malcolm - 3.1.2-7- add configure-time support for COUNT_ALLOCS and CALL_PROFILE debug options(patch 104); enable them and the WITH_TSC option within the debug build * Mon May 24 2010 David Malcolm - 3.1.2-6- build and install two different configurations of Python 3: debug andstandard, packaging the debug build in a new \"python3-debug\" subpackage(patch 103) * Tue Apr 13 2010 David Malcolm - 3.1.2-5- exclude test_http_cookies when running selftests, due to hang seen onhttp://koji.fedoraproject.org/koji/taskinfo?taskID=2088463 (cancelled after11 hours)- update python-gdb.py from v5 to py3k version submitted upstream * Wed Mar 31 2010 David Malcolm - 3.1.2-4- update python-gdb.py from v4 to v5 (improving performance and stability,adding commands) * Thu Mar 25 2010 David Malcolm - 3.1.2-3- update python-gdb.py from v3 to v4 (fixing infinite recursion on referencecycles and tracebacks on bytes 0x80-0xff in strings, adding handlers for setsand exceptions) * Wed Mar 24 2010 David Malcolm - 3.1.2-2- refresh gdb hooks to v3 (reworking how they are packaged) * Sun Mar 21 2010 David Malcolm - 3.1.2-1- update to 3.1.2: http://www.python.org/download/releases/3.1.2/- drop upstreamed patch 2 (.pyc permissions handling)- drop upstream patch 5 (fix for the test_tk and test_ttk_ * selftests)- drop upstreamed patch 200 (path-fixing script) * Sat Mar 20 2010 David Malcolm - 3.1.1-28- fix typo in libpython.stp (rhbz:575336) * Fri Mar 12 2010 David Malcolm - 3.1.1-27- add pyfuntop.stp example (source 7)- convert usage of $$RPM_BUILD_ROOT to %{buildroot} throughout, forconsistency with python.spec * Mon Feb 15 2010 Thomas Spura - 3.1.1-26- rebuild for new package of redhat-rpm-config (rhbz:564527)- use \'install -p\' when running \'make install\' * Fri Feb 12 2010 David Malcolm - 3.1.1-25- split configure options into multiple lines for easy of editing- add systemtap static markers (wcohen, mjw, dmalcolm; patch 8), a systemtaptapset defining \"python.function.entry\" and \"python.function.return\" to makethe markers easy to use (dmalcolm; source 5), and an example of using thetapset to the docs (dmalcolm; source 6) (rhbz:545179) * Mon Feb 08 2010 David Malcolm - 3.1.1-24- move the -gdb.py file from %{_libdir}/INSTSONAME-gdb.py to%{_prefix}/lib/debug/%{_libdir}/INSTSONAME.debug-gdb.py to avoid noise fromldconfig (bug 562980), and which should also ensure it becomes part of thedebuginfo subpackage, rather than the libs subpackage- introduce %{py_SOVERSION} and %{py_INSTSONAME} to reflect the upstreamconfigure script, and to avoid fragile scripts that try to figure this outdynamically (e.g. for the -gdb.py change) * Mon Feb 08 2010 David Malcolm - 3.1.1-23- add gdb hooks for easier debugging (Source 4) * Thu Jan 28 2010 David Malcolm - 3.1.1-22- update python-3.1.1-config.patch to remove downstream customization of buildof pyexpat and elementtree modules- add patch adapted from upstream (patch 7) to add support for building againstsystem expat; add --with-system-expat to \"configure\" invocation- remove embedded copies of expat and zlib from source tree during \"prep\" * Mon Jan 25 2010 David Malcolm - 3.1.1-21- introduce %{dynload_dir} macro- explicitly list all lib-dynload files, rather than dynamically gathering thepayload into a temporary text file, so that we can be sure what we areshipping- introduce a macros.pybytecompile source file, to help with packaging python3modules (Source3; written by Toshio)- rename \"2to3-3\" to \"python3-2to3\" to better reflect python 3 module packagingplans * Mon Jan 25 2010 David Malcolm - 3.1.1-20- change python-3.1.1-config.patch to remove our downstream change to cursesconfiguration in Modules/Setup.dist, so that the curses modules are built usingsetup.py with the downstream default (linking against libncursesw.so, ratherthan libncurses.so), rather than within the Makefile; add a test to %installto verify the dso files that the curses module is linked against the correctDSO (bug 539917; changes _cursesmodule.so -> _curses.so) * Fri Jan 22 2010 David Malcolm - 3.1.1-19- add %py3dir macro to macros.python3 (to be used during unified python 2/3builds for setting up the python3 copy of the source tree) * Wed Jan 20 2010 David Malcolm - 3.1.1-18- move lib2to3 from -tools subpackage to main package (bug 556667) * Sun Jan 17 2010 David Malcolm - 3.1.1-17- patch Makefile.pre.in to avoid building static library (patch 6, bug 556092) * Fri Jan 15 2010 David Malcolm - 3.1.1-16- use the %{_isa} macro to ensure that the python-devel dependency on pythonis for the correct multilib arch (#555943)- delete bundled copy of libffi to make sure we use the system one * Fri Jan 15 2010 David Malcolm - 3.1.1-15- fix the URLs output by pydoc so they point at python.org\'s 3.1 build of thedocs, rather than the 2.6 build * Wed Jan 13 2010 David Malcolm - 3.1.1-14- replace references to /usr with %{_prefix}; replace references to/usr/include with %{_includedir} (Toshio) * Mon Jan 11 2010 David Malcolm - 3.1.1-13- fix permission on find-provides-without-python-sonames.sh from 775 to 755 * Mon Jan 11 2010 David Malcolm - 3.1.1-12- remove build-time requirements on tix and tk, since we already havebuild-time requirements on the -devel subpackages for each of these (ThomasSpura)- replace usage of %define with %global (Thomas Spura)- remove forcing of CC=gcc as this old workaround for bug 109268 appears tolonger be necessary- move various test files from the \"tools\"/\"tkinter\" subpackages to the \"test\"subpackage * Thu Jan 07 2010 David Malcolm - 3.1.1-11- add %check section (thanks to Thomas Spura)- update patch 4 to use correct shebang line- get rid of stray patch file from buildroot * Tue Nov 17 2009 Andrew McNabb - 3.1.1-10- switched a few instances of \"find |xargs\" to \"find -exec\" for consistency.- made the description of __os_install_post more accurate. * Wed Nov 04 2009 David Malcolm - 3.1.1-9- add macros.python3 to the -devel subpackage, containing common macros for usewhen packaging python3 modules * Tue Nov 03 2009 David Malcolm - 3.1.1-8- add a provides of \"python(abi)\" (see bug 532118)- fix issues identified by a.badger in package review (bug 526126, comment 39): - use \"3\" thoughout metadata, rather than \"3. *\" - remove conditional around \"pkg-config openssl\" - use standard cleanup of RPM_BUILD_ROOT - replace hardcoded references to /usr with _prefix macro - stop removing egg-info files - use /usr/bin/python3.1 rather than /use/bin/env python3.1 when fixingup shebang lines - stop attempting to remove no-longer-present .cvsignore files - move the post/postun sections above the \"files\" sections * Thu Oct 29 2009 David Malcolm - 3.1.1-7- remove commented-away patch 51 (python-2.6-distutils_rpm.patch): the -O1flag is used by default in the upstream code- \"Makefile\" and the config-32/64.h file are needed by distutils/sysconfig.py_init_posix(), so we include them in the core package, along with their parentdirectories (bug 531901) * Tue Oct 27 2009 David Malcolm - 3.1.1-6- reword description, based on suggestion by amcnabb- fix the test_email and test_imp selftests (patch 3 and patch 4 respectively)- fix the test_tk and test_ttk_ * selftests (patch 5)- fix up the specfile\'s handling of shebang/perms to avoid corruptingtest_httpservers.py (sed command suggested by amcnabb) * Thu Oct 22 2009 David Malcolm - 3.1.1-5- fixup importlib/_bootstrap.py so that it correctly handles being unable toopen .pyc files for writing (patch 2, upstream issue 7187)- actually apply the rpath patch (patch 1) * Thu Oct 22 2009 David Malcolm - 3.1.1-4- update patch0\'s setup of the crypt module to link it against libcrypt- update patch0 to comment \"datetimemodule\" back out, so that it is builtusing setup.py (see Setup, option 3), thus linking it statically againsttimemodule.c and thus avoiding a run-time \"undefined symbol:_PyTime_DoubleToTimet\" failure on \"import datetime\" * Wed Oct 21 2009 David Malcolm - 3.1.1-3- remove executable flag from various files that shouldn\'t have it- fix end-of-line encodings- fix a character encoding * Tue Oct 20 2009 David Malcolm - 3.1.1-2- disable invocation of brp-python-bytecompile in postprocessing, sinceit would be with the wrong version of python (adapted from ivazquez\'python3000 specfile)- use a custom implementation of __find_provides in order to filter out bogusprovides lines for the various .so modules- fixup distutils/unixccompiler.py to remove standard library path from rpath(patch 1, was Patch0 in ivazquez\' python3000 specfile)- split out libraries into a -libs subpackage- update summaries and descriptions, basing content on ivazquez\' specfile- fixup executable permissions on .py, .xpm and .xbm files, based on work inivazquez\'s specfile- get rid of DOS batch files- fixup permissions for shared libraries from non-standard 555 to standard 755- move /usr/bin/python *-config to the -devel subpackage- mark various directories as being documentation * Thu Sep 24 2009 Andrew McNabb 3.1.1-1- Initial package for Python 3.
|
|
|