Commit Graph

368 Commits

Author SHA1 Message Date
Dan Horák
093a2cb27a add s390(x) excluded tests 2011-06-14 00:01:28 +02:00
David Malcolm
25640e30a2 2.7.2
* Mon Jun 13 2011 David Malcolm <dmalcolm@redhat.com> - 2.7.2-1
- 2.7.2; drop upstreamed patches: patch 122 (parallel make fix), patch 124
(test_commands and SELinux), patch 130 (ppc preprocessor macro in debug
build); patch 131 (decimal in Turkish locale); regenerate the autotool
intermediates patch (patch 300)
2011-06-13 17:19:37 -04:00
Dennis Gilmore
83e90d9c5b * Tue Jun 07 2011 Dennis Gilmore <dennis@ausil.us> - 2.7.1-9
- fix sparc building by excluding failing tests RHBZ#711584
2011-06-07 15:00:01 -05:00
Peter Robinson
599d1aa47d fix compile on ARM by exlcuding failing tests on arm - RHBZ #706253 2011-05-23 10:16:50 +01:00
David Malcolm
9472351948 fix "import decimal" in the Turkish locale (patch 131; rhbz#694928) 2011-04-12 11:32:15 -04:00
Dennis Gilmore
489369c26e - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild 2011-02-09 11:47:45 -06:00
Toshio Kuratomi
970523cf96 - Switch from setting OPT to setting EXTRA_CFLAGS so we don't overwrite the
DNDEBUG flag
2011-01-21 11:59:02 -08:00
David Malcolm
f81cc66821 for now, drop "obsoletes" of python-argparse, since it interracts badly with multilib (rhbz#667984) 2011-01-07 15:42:22 -05:00
Thomas Spura
6159c1e8c7 obsolete/provide python-argparse (new in 2.7) 2011-01-07 01:02:26 +01:00
David Malcolm
1b4e012f7f fix the ppc build of the debug configuration (patch 130; rhbz#661510) 2011-01-06 11:29:20 -05:00
Dan Horák
38234095e1 sync the architectures where valgrind is available with the valgrind package 2011-01-04 15:46:43 +01:00
David Malcolm
037535ac40 Merge branch 'master' of ssh://pkgs.fedoraproject.org/python
Conflicts:
	python.spec
2010-12-28 22:48:27 -05:00
David Malcolm
4b97eebe22 * Thu Dec 23 2010 David Malcolm <dmalcolm@redhat.com> - 2.7.1-1
- 2.7.1, reworking patch 0 (config), patch 102 (lib64); drop upstream
patch 56 (cfgparse), patch 110 (ctypes/SELinux/noexecmem), patch 119 (expat
compat), patch 123 (2to3 on "from itertools import *")
- fix test_abc's test_cache_leak in the debug build (patch 128)
- drop _weakref.so from manifest (_weakref became a core module in r84230)
2010-12-28 22:46:51 -05:00
Jesse Keating
fdfb460a85 - Rebuilt for gcc bug 634757 2010-09-29 15:08:20 -07:00
David Malcolm
edea14de2e fix test_structmember on 64bit-bigendian (patch 127) 2010-09-27 13:44:59 -04:00
David Malcolm
e8c4a5d5d2 fix dbm_contains on 64bit-bigendian (patch 126; rhbz#626756) 2010-09-24 19:09:23 -04:00
Toshio Kuratomi
7211207a67 - backport a patch to fix a change in behaviour in configparse. 2010-09-16 13:42:05 -04:00
David Malcolm
2ec5b35c5f * Thu Sep 9 2010 David Malcolm <dmalcolm@redhat.com> - 2.7-9
- move most of the payload of the core package to the libs subpackage, given
that the libs aren't meaningfully usable without the standard libraries
2010-09-09 14:44:48 -04:00
David Malcolm
5810c5d8b1 2.7-8: add a %check
* Wed Aug 18 2010 David Malcolm <dmalcolm@redhat.com> - 2.7-8
- add %%check section
- update lib64 patch (patch 102) to fix expected output in test_site.py on
64-bit systems
- patch test_commands.py to work with SELinux (patch 124)
- patch the debug build's usage of COUNT_ALLOCS to be less verbose (patch 125)
2010-08-18 13:35:32 -04:00
dmalcolm
7eccae0478 - fixup missing -lcrypt to "crypt" module in config patch (patch 0) 2010-07-26 18:12:31 +00:00
dmalcolm
cff1b4f3d9 - re-enable systemtap
- cherrypick upstream patch to 2to3 for "from itertools import *" traceback
    (patch 123)
2010-07-26 13:04:32 +00:00
dmalcolm
b95f6cc2ca - disable systemtap for now (dtrace is failing on startup due to the bug
mentioned in 2.7-4)
- provide relative path to python binary when running pathfix.py
- fix parallel make (patch 122)
2010-07-22 20:04:43 +00:00
dmalcolm
a8ca61b1fb - fix reference to pyconfig.h in sysconfig that led to failure on startup
if python-devel was not installed
2010-07-22 17:38:16 +00:00
dmalcolm
c6247fd398 - add patch to fixup the new sysconfig.py for our multilib support on
64-bit (patch 103)
Thu Jul 8 2010 David Malcolm <dmalcolm@redhat.com> - 2.7-2
- add machinery for regenerating the "configure" script in the face of
    mismatching autoconf versions (patch 300)
Tue Jul 6 2010 David Malcolm <dmalcolm@redhat.com> - 2.7-1
- 2.7 final; drop alphatag
- drop patch 117 (upstream), patch 120 (upstreamed)
- fix the commented-out __python_ver from 26 to 27
2010-07-21 20:48:17 +00:00
dmalcolm
468e2badf2 - Stop python bailing out with an assertion failure when
UnicodeDecodeErrors occur on very large buffers (patch 120, upstream
    issue 9058)
2010-06-22 18:40:57 +00:00
dmalcolm
908bb70bf7 - Fix an incompatibility between pyexpat and the system expat-2.0.1 that
led to a segfault running test_pyexpat.py (patch 119; upstream issue
    9054)
2010-06-21 22:36:03 +00:00
dmalcolm
f078d6094f - add a flag to make it easy to turn off the debug build when
troubleshooting the rpm build
2010-06-08 15:25:02 +00:00
Dan Horák
0c63f17a1d - reading the timestamp counter is available only on some arches (see
Python/ceval.c)
- disable --with-valgrind on s390(x) arches
2010-06-05 08:11:11 +00:00
dmalcolm
20184a0a2f fix patch numbers in %changelog 2010-06-04 21:11:42 +00:00
dmalcolm
94e8505fb9 - ensure that the compiler is invoked with "-fwrapv" (rhbz#594819)
- CVE-2010-1634: fix various integer overflow checks in the audioop module
    (patch 113)
- CVE-2010-2089: further checks within the audioop module (patch 114)
- CVE-2008-5983: the new PySys_SetArgvEx entry point from r81399 (patch
    115)
2010-06-04 18:05:41 +00:00
dmalcolm
96cf82c82f - make "pydoc -k" more robust in the face of broken modules (rhbz:461419,
patch115)
2010-05-27 15:37:54 +00:00
dmalcolm
1b84fe3118 - add flags for statvfs.f_flag to the constant list in posixmodule (i.e.
"os") (patch 114)
2010-05-26 10:28:54 +00:00
dmalcolm
ab11e4c10f - add configure-time support for COUNT_ALLOCS and CALL_PROFILE debug
options (patch 113); enable them and the WITH_TSC option within the
    debug build
2010-05-25 16:13:29 +00:00
dmalcolm
f020abd359 - build and install two different configurations of Python: debug and
standard, packaging the debug build in a new "python-debug" subpackage
    (patch 112)
2010-05-20 19:16:46 +00:00
dmalcolm
66ec06a0ac don't delete wsgiref.egg-info (rhbz:588426) 2010-05-04 19:45:07 +00:00
dmalcolm
000d1758a5 disable --with-valgrind on sparc arches 2010-04-26 19:15:58 +00:00
dmalcolm
76814571d0 - move the "bdist_wininst" command's template .exe files from the core
package to the devel subpackage, to save space (rhbz:525469)
- fix stray doublelisting of config directory wildcard in devel subpackage
2010-04-12 15:54:48 +00:00
dmalcolm
01f3a7f78b update python-gdb.py from v4 to v5 (improving performance and stability,
adding commands)
2010-04-01 02:45:00 +00:00
dmalcolm
50d7a9abea update python-gdb.py from v3 to v4 (fixing infinite recursion on reference
cycles and tracebacks on bytes 0x80-0xff in strings, adding handlers
    for sets and exceptions)
2010-03-25 20:35:17 +00:00
dmalcolm
461494a51c - refresh gdb hooks to v3 (reworking how they are packaged) 2010-03-24 18:30:06 +00:00
dmalcolm
a95ca83c71 remove unnecessary arch-conditionality for patch 101 2010-03-24 16:04:07 +00:00
dmalcolm
71fe1b9eb3 Add reminder to rebase python-docs when rebasing python 2010-03-20 15:27:45 +00:00
dmalcolm
912b4112f7 - update to 2.6.5: http://www.python.org/download/releases/2.6.5/
- replace our patch to compile against db4.8 with a patch from upstream
    (patch 53, from r78974); update patch 54 since part of it is now in
    that upstream patch
- update patch 110 so that it still applies in the face of upstream r78380
2010-03-20 04:12:53 +00:00
dmalcolm
f5df1f8343 - fixup distutils/unixccompiler.py to remove standard library path from
rpath (patch 17)
- delete DOS batch files
2010-03-16 19:33:57 +00:00
dmalcolm
c2224367aa - add pyfuntop.stp; allow systemtap support to be disabled
- remove trailing period from tkinter summary
- don't own /usr/bin/python-config if you're not the main python
2010-03-13 00:06:34 +00:00
Marcela Mašláňová
c6af0d08e7 - rebuild with new gdbm 2010-03-11 13:48:50 +00:00
dmalcolm
c905a3af79 - avoid having the "test" subdirectory and the files within it that are in
the core subpackage also be owned by the test subpackage (rhbz:467588)
2010-02-11 20:53:12 +00:00
dmalcolm
bdbb341f6f - revise the systemtap patch (patch 55:python-2.6.4-dtrace.patch) to the
new version by mjw in attachment 390110 of rhbz:545179, as this should
    eliminate the performance penalty for the case where the probes aren't
    in use, and eliminate all architecture-specific code (rhbz:563541;
    except on sparc)
2010-02-10 23:04:04 +00:00
dmalcolm
3dde1c9650 - add a systemtap tapset defining "python.function.entry" and
"python.function.return" to make it easy to use the static probepoint
    within Python; add an example of using the tapset to the docs
2010-02-09 22:46:34 +00:00
dmalcolm
5ae15cdb9b - add systemtap static probes (wcohen; patch 55; rh bug #545179)
- update some comments in specfile relating to gdb work
- manually byte-compile the gdb.py file with the freshly-built python to
    ensure that .pyx and .pyo files make it into the debuginfo manifest if
    they are later byte-compiled after find-debuginfo.sh is run
2010-02-09 18:53:26 +00:00
dmalcolm
32b70397e7 - move the -gdb.py file from %%{_libdir}/INSTSONAME-gdb.py to
%%{_prefix}/lib/debug/%%{_libdir}/INSTSONAME.debug-gdb.py to avoid
    noise from ldconfig (bug 562980), and which should also ensure it
    becomes part of the debuginfo subpackage, rather than the libs
    subpackage
- introduce %%{py_SOVERSION} and %%{py_INSTSONAME} to reflect the upstream
    configure script, and to avoid fragile scripts that try to figure this
    out dynamically (e.g. for the -gdb.py change)
2010-02-09 03:00:11 +00:00
dmalcolm
4bb3fe1878 - work around bug 562906 by supplying a fixed version of pythondeps.sh
- set %%{_python_bytecompile_errors_terminate_build} to 0 to prevent the
    broken test files from killing the build on buildroots where python is
    installed
2010-02-08 19:58:25 +00:00
dmalcolm
b25d6022fc - add gdb hooks for easier debugging 2010-02-06 00:37:39 +00:00
dmalcolm
9b458a58b3 - document all patches, and remove the commented-out ones 2010-01-30 00:17:35 +00:00
dmalcolm
791e9f63b0 - Address some of the issues identified in package review (bug 226342):
- update libs requirement on base package to use %%{name} for consistency's
    sake
- convert from backticks to $() syntax throughout
- wrap value of LD_LIBRARY_PATH in quotes
- convert "/usr/bin/find" requirement to "findutils"
- remove trailing periods from summaries of -devel and -tools subpackages
- fix spelling mistake in description of -test subpackage
- convert usage of $$RPM_BUILD_ROOT to %%{buildroot} throughout, for
    stylistic consistency
- supply dirmode arguments to defattr directives
2010-01-26 23:45:54 +00:00
dmalcolm
94e658aa1a - update python-2.6.2-config.patch to remove downstream customization of
build of pyexpat and elementtree modules
- add patch adapted from upstream (patch 3) to add support for building
    against system expat; add --with-system-expat to "configure" invocation
- remove embedded copy of expat from source tree during "prep"
2010-01-26 21:46:40 +00:00
dmalcolm
05912b1cfa - introduce macros for 3 directories, replacing expanded references
throughout: %%{pylibdir}, %%{dynload_dir}, %%{site_packages}
- explicitly list all lib-dynload files, rather than dynamically gathering
    the payload into a temporary text file, so that we can be sure what we
    are shipping; remove now-redundant testing for presence of certain .so
    files
- remove embedded copy of zlib from source tree before building
2010-01-25 21:41:09 +00:00
dmalcolm
671ce7735d - change python-2.6.2-config.patch to remove our downstream change to
curses configuration in Modules/Setup.dist, so that the curses modules
    are built using setup.py with the downstream default (linking against
    libncursesw.so, rather than libncurses.so), rather than within the
    Makefile; add a test to %%install to verify the dso files that the
    curses module is linked against the correct DSO (bug 539917; changes
    _cursesmodule.so -> _curses.so)
2010-01-25 18:42:04 +00:00
dmalcolm
7870ff7eed - rebuild (bug 556975) 2010-01-22 15:49:15 +00:00
dmalcolm
ad186468ee - move lib2to3 from -tools subpackage to main package (bug 556667) 2010-01-20 15:57:40 +00:00
dmalcolm
3fdd6082f9 - patch Makefile.pre.in to avoid building static library (patch111, bug
556092)
- split up the "configure" invocation flags onto individual lines
2010-01-18 18:51:20 +00:00
dmalcolm
0626de5134 - replace usage of %%define with %%global
- use the %%{_isa} macro to ensure that the python-devel dependency on
    python is for the correct multilib arch (#555943)
- delete bundled copy of libffi to make sure we use the system one
- replace references to /usr with %%{_prefix}; replace references to
    /usr/include with %%{_includedir}
2010-01-16 01:22:56 +00:00
dmalcolm
562f19e10d - automatically disable arena allocator when run under valgrind (upstream
issue 2422; patch 52)
- add patch from Josh Boyer containing diff against upstream PyBSDDB to
    make the bsddb module compile against db-4.8 (patch 53, #544275); bump
    the necessary version of db4-devel to 4.8
- patch setup.py so that it searches for db-4.8, and enable debug output
    for said search; make Setup.dist use db-4.8 (patch 54)
2009-12-18 03:20:50 +00:00
dmalcolm
1df0c9ef00 - fixup the build when __python_ver is set (Zach Sadecki; bug 533989); use
pybasever in the files section
2009-11-12 19:36:14 +00:00
dmalcolm
8274ac04f1 "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
    parent directories (bug 531901)
2009-10-30 03:14:04 +00:00
dmalcolm
c1f3234d44 2.6.4 2009-10-27 07:57:25 +00:00
Tomáš Mráz
0a675ff2bc - rebuilt with new openssl 2009-08-21 15:34:49 +00:00
James Antill
59ba18a89d - Update to 2.6.2 2009-07-30 21:03:26 +00:00
Jesse Keating
d62d1afef6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild 2009-07-26 20:00:18 +00:00
Jonathan Steffan
f3e7a450c3 Move python-config to the development package. (BZ#506153) 2009-07-04 21:27:56 +00:00
Jonathan Steffan
902d91a5cc Fix #448940 - python-tools description. 2009-06-28 18:43:28 +00:00
Ignacio Vazquez-Abrams
70aee9fc39 Replace python-hashlib and python-uuid (#484715) 2009-04-15 19:37:04 +00:00
James Antill
46f141e104 - Use system libffi
- Resolves: bug#490573
- Fix SELinux execmem problems
- Resolves: bug#488396
2009-03-17 15:38:27 +00:00
James Antill
bf04731dee - Use system libffi
- Resolves: bug#490573
- Fix SELinux execmem problems
- Resolves: bug#488396
2009-03-17 15:18:18 +00:00
James Antill
5832745d38 - Use system libffi
- Resolves: bug#490573
2009-03-17 14:05:09 +00:00
James Antill
881934a207 - Use system libffi
- Resolves: bug#490573
2009-03-17 14:04:03 +00:00
Jesse Keating
9b39cdbf03 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild 2009-02-26 20:29:13 +00:00
Tomáš Mráz
ea2454b814 - rebuild with new openssl 2009-01-16 15:33:31 +00:00
James Antill
5e852d7236 - Fix distutils generated rpms.
- Resolves: bug#236535
2009-01-06 20:05:07 +00:00
Ignacio Vazquez-Abrams
1e29b88416 Enable -lcrypt for cryptmodule 2008-12-10 20:16:00 +00:00
Ignacio Vazquez-Abrams
a7ef9c1067 Update to 2.6 2008-11-29 02:03:47 +00:00
James Antill
feaea240e3 - Move to 2.5.2
- Fix CVE-2008-2316 hashlib overflow.
2008-09-30 19:36:58 +00:00
Jeremy Katz
0d7f755544 bump the release as koji seems confused into thinking a -29 already exists 2008-07-17 17:09:22 +00:00
Jeremy Katz
64354453ee - Fix up the build for new rpm 2008-07-17 14:23:34 +00:00
Jeremy Katz
0495debe93 - And actually build against db4-4.7 (#455170) 2008-07-17 13:39:58 +00:00
Tom Callaway
2d954f71f2 fix license tag, enable support for db4-4.7 (based on PLD patch) 2008-07-10 14:42:32 +00:00
James Antill
55f2717a1a - Rebuild to re-gen autoconf file due to glibc change.
- Resolves: bug#441003
2008-04-08 05:14:21 +00:00
James Antill
1146d2adee - Add more constants to socketmodule 2008-03-25 14:15:20 +00:00
James Antill
b7ef3faff5 - Add constants to socketmodule
- Resolves: bug#436560
2008-03-08 04:29:13 +00:00
Jesse Keating
cd233e5b70 - Autorebuild for GCC 4.3 2008-02-19 05:51:37 +00:00
Tom Callaway
2c97c55e4e rebuild for new tk 2008-01-13 17:06:17 +00:00
James Antill
267e1ad96e - Add valgrind support files, as doc, to python-devel
- Relates: rhbz#418621
- Add new API from 2.6, set_wakeup_fd ... use at own risk, presumably won't
- change but I have no control to guarantee that.
- Resolves: rhbz#427794
- Add gdbinit support file, as doc, to python-devel
2008-01-07 17:39:04 +00:00
Tom Callaway
ab3e7504f5 2008 typo, first one I've actually committed to CVS, not likely to be the
last.
2008-01-04 15:29:24 +00:00
Tom Callaway
accb85a76c Rebuild for new tcl/tk in rawhide 2008-01-04 15:28:07 +00:00
James Antill
860ed4856c - Create a python-test sub-module, over 3MB of stuff noone wants.
- Don't remove egginfo files, try this see what happens ... may revert.
- Resolves: rhbz#414711
2007-12-07 22:50:04 +00:00
Jeremy Katz
da14e7e07e - rebuild for new libssl 2007-12-03 18:36:45 +00:00
James Antill
85670aac8c - Fix pyconfig.h comment typo.
- Add back test_support.py and the __init__.py file.
- Resolves: rhbz#387401
2007-11-30 13:42:33 +00:00
James Antill
59062c044b - Fix pyconfig.h comment typo.
- Add back test_support.py and the __init__.py file.
- Resolves: rhbz#387401
2007-11-30 05:31:41 +00:00
Mike Bonnet
3939a12371 fix marshalling of objects in xmlrpclib (python bug #1739842) 2007-10-16 17:03:22 +00:00
Jeremy Katz
e574c7ed96 - fix encoding of sqlite .py files to work around weird encoding problem in
Turkish (#283331)
2007-09-14 14:44:14 +00:00
Jeremy Katz
b7dfd0ae4c - work around problems with multi-line plural specification (#252136) 2007-09-10 15:42:58 +00:00
Jeremy Katz
ce994f2961 - rebuild against new expat 2007-08-28 13:50:29 +00:00
Jeremy Katz
c4c08b1926 make sure we're not ending up with just compat-db fulfilling the
requirement
2007-08-14 14:45:03 +00:00
Jeremy Katz
50ca1838b0 - build against db4.6 2007-08-14 14:38:32 +00:00
Dennis Gilmore
8cf5a31273 add sparc64 to the list of archs with _pyconfig64_h 2007-08-14 14:20:58 +00:00
Jeremy Katz
7e007c79d1 right file name 2007-08-10 14:18:01 +00:00
Jeremy Katz
5ee001f5b1 - fix ctypes again on some arches (Hans de Goede, #251637) 2007-08-10 14:13:15 +00:00
Jeremy Katz
7c4cd75d21 - link curses modules with ncursesw (#246385) 2007-07-06 20:32:38 +00:00
Jeremy Katz
27b03943d0 - fix _elementtree.so build (#245703)
- ensure that extension modules we expect are actually built rather than
    having them silently fall out of the package
2007-06-27 15:01:41 +00:00
Jeremy Katz
787d525940 - link with system expat (#245703) 2007-06-26 23:22:09 +00:00
Jeremy Katz
64142ef5c6 - rebuild to take advantage of hardlinking between identical pyc/pyo files 2007-06-21 12:16:20 +00:00
Jeremy Katz
440a06e890 - update to python 2.5.1 2007-05-31 20:09:48 +00:00
Jeremy Katz
920a5e3f5e - fix alpha build (#231961) 2007-04-10 14:23:41 +00:00
Jeremy Katz
53b3a204d2 - tcl/tk was reverted; rebuild again 2007-02-13 14:09:26 +00:00
Jeremy Katz
759563caf1 - rebuild for new tcl/tk 2007-02-01 14:14:11 +00:00
Miroslav Lichvar
15bc50a505 - link with ncurses 2007-01-16 17:27:02 +00:00
Jeremy Katz
6520c8583b - fix extensions to use shared libpython (#219564)
- all 64bit platforms need the regex fix (#122304)
2007-01-06 21:43:04 +00:00
Jeremy Katz
d7072525be - fix ctypes to not require execstack (#220669) 2007-01-03 17:56:11 +00:00
Jeremy Katz
68ac77b214 - don't link against compat-db (Robert Scheck) 2006-12-15 16:04:04 +00:00
Jarod Wilson
2fe2afdc32 fix invalid assert in debug mode (upstream changeset 52622) -- required for
numpy build against python 2.5
2006-12-13 18:16:04 +00:00
Jeremy Katz
7b22577247 - obsolete/provide python-ctypes (#219256) 2006-12-12 15:54:31 +00:00
Jeremy Katz
5b28df5dc6 - fix atexit traceback with failed syslog logger (#218214)
- split libpython into python-libs subpackage for multilib apps embedding
    python interpreters
2006-12-11 17:46:26 +00:00
Jeremy Katz
87c8da2374 - fix atexit traceback with failed syslog logger (#218214)
- split libpython into python-libs subpackage for multilib apps embedding
    python interpreters
2006-12-11 17:40:03 +00:00
Jeremy Katz
12cb76fad1 - disable installation of .egg-info files for now 2006-12-06 22:15:01 +00:00
Jeremy Katz
bca2575b8b bump version add some more provides/obsoletes 2006-12-05 21:44:25 +00:00
Jeremy Katz
60b7a5f84f auto-import python-2.5-0 on branch devel from python-2.5-0.src.rpm 2006-12-05 21:34:32 +00:00
Jeremy Katz
d0fd1b0b3c - rebuild against new db 2006-11-10 19:35:09 +00:00
Jeremy Katz
1a78970430 - update to 2.4.4 2006-10-23 17:54:54 +00:00
Jesse Keating
043f5702eb bump for gcc bug 2006-10-01 21:18:20 +00:00
Mihai Ibanescu
a74bf7b843 Fixing changelog message 2006-09-26 20:37:04 +00:00
Mihai Ibanescu
faf70c1fa2 Fixed bug #208166 / CVE-2006-4980: repr unicode buffer overflow 2006-09-26 20:05:56 +00:00
Mihai Ibanescu
3af5a6059a Fixed bug #201434 2006-08-17 21:43:38 +00:00
Mihai Ibanescu
6af7b35796 Fixed bug #198971 (case conversion not locale safe in logging library) 2006-07-21 12:41:54 +00:00
Mihai Ibanescu
4d8ff39217 Fixed bug #199373 (on some platforms CFLAGS is needed when linking) 2006-07-20 17:02:51 +00:00
Mihai Ibanescu
e9210a2ee0 added dist tag back 2006-07-17 13:14:06 +00:00
Jesse Keating
bfb71df671 bumped for rebuild 2006-07-12 07:56:21 +00:00
Jeremy Katz
0d8e7a55cc - and fix it for real 2006-06-13 18:18:32 +00:00
Jeremy Katz
441dd7e8fb - fix python-devel on ia64 2006-06-13 17:11:28 +00:00
Mihai Ibanescu
00d689b44e Fixing typo in pyconfig macros 2006-06-13 14:34:38 +00:00
Mihai Ibanescu
80076c065e Stray SOURCE8 reference removed 2006-06-13 14:26:43 +00:00
Mihai Ibanescu
b50c49caac Fixing date for changelog entry 2006-06-13 14:18:36 +00:00
Mihai Ibanescu
f1d2531859 Fixed python-devel to be multilib friendly (bug #192747, #139911) 2006-06-13 13:47:45 +00:00
Mihai Ibanescu
88549951ff Only copying mkhowto from the Docs - we don't need perl dependencies from
python-tools.
2006-06-13 12:14:02 +00:00
Mihai Ibanescu
9599189c76 Fixed bug #121198 2006-06-12 22:21:15 +00:00
Mihai Ibanescu
d6509bbe59 pydoc was already part of the -tools package, moving into main python
package
2006-06-12 20:52:12 +00:00
Mihai Ibanescu
1307d4fdc0 Fixing stray % 2006-06-12 20:29:58 +00:00
Mihai Ibanescu
44819ff56c Fixed #192592 and #167468 2006-06-12 19:36:01 +00:00
Mihai Ibanescu
da026cdf7c Fix for 193484 2006-06-08 13:58:50 +00:00
Mihai Ibanescu
6b2cb21de5 Dist doesn't seem to be enabled in core - manually setting it 2006-06-05 14:48:14 +00:00
Mihai Ibanescu
ce74b8833a Added dist in the release field 2006-06-05 14:40:00 +00:00
Mihai Ibanescu
638997fae2 rebuilt to fix broken libX11 dependency 2006-05-15 13:49:52 +00:00
Jeremy Katz
a0ec9b28f2 - rebuild with new gcc to fix #188649 2006-04-12 16:47:40 +00:00
Mihai Ibanescu
84c6c7b514 Preparing for python 2.4.3 2006-04-08 03:25:35 +00:00
Jesse Keating
0a667e10e5 bump for bug in double-long on ppc(64) 2006-02-11 05:23:02 +00:00
Mihai Ibanescu
8f9fe484a1 Rebuilt for newer tix 2006-02-10 15:28:32 +00:00
Jesse Keating
e34b638bd0 bump for new gcc/glibc 2006-02-07 13:39:46 +00:00
Mihai Ibanescu
a56567d964 bugzilla: 136654 get rid of one more instance of audiotest.au 2006-01-24 20:42:27 +00:00
Jesse Keating
c80caf618b gcc update bump 2005-12-09 22:42:52 +00:00
Bill Nottingham
773f492294 Remove references to obsolete X11R6 paths, fix build with modular X 2005-11-19 05:24:27 +00:00
Mihai Ibanescu
5533529d7b Building 2.4.2 2005-11-15 22:23:43 +00:00
Mihai Ibanescu
2c41a494d9 no XFree86-devel 2005-11-09 16:15:39 +00:00
Mihai Ibanescu
2ed6f798f9 Rebuilding 2005-11-09 16:06:39 +00:00
Peter Jones
91e37da552 bump version, add changelog 2005-10-06 18:59:54 +00:00
Peter Jones
d81580bfcd update release add changelog 2005-09-26 22:20:29 +00:00
Peter Jones
db45b4b464 s390 is back, so bumping the release and rebuilding (also moving the
changelog to reflect -12, since -11 will never be released)
2005-09-26 15:16:06 +00:00
Peter Jones
a1e09b039f reverting the s390 exclusion 2005-09-26 13:46:52 +00:00
Peter Jones
eab66f504d tired of waiting for people to be around who can unwedge builders will
revert immediately...
2005-09-26 13:45:45 +00:00
Peter Jones
c2cc4f3abd yet another fix for the fact that python will try to resolve and everything
as a symlink to set as sys.argv[0]. Really, just plain wow.
2005-09-25 20:54:34 +00:00
Mihai Ibanescu
7a9c92b4bb One more time, with feeling 2005-09-23 21:21:07 +00:00
Mihai Ibanescu
a101798a46 Don't let python die if no args are passed in 2005-09-23 20:12:16 +00:00
Peter Jones
bcb2ee8134 bump release and changelog 2005-09-22 22:37:00 +00:00
Mihai Ibanescu
edd3bba40f Need to run autoconf to get the function lookup in 2005-09-22 15:36:15 +00:00
Mihai Ibanescu
43222eb1f5 one would hope I can fix cut and paste... 2005-09-22 15:14:41 +00:00
Mihai Ibanescu
7ccfc388f6 bugzilla: 169046 Make python compile on fc5 2005-09-22 15:11:13 +00:00
Mihai Ibanescu
ce25e1e756 bugzilla: 168655 Fixes for building as python2.4 2005-09-20 13:21:16 +00:00
Mihai Ibanescu
fe0d34d153 bugzilla: 163435 Fixed modulator bug 2005-09-20 12:53:31 +00:00
Mihai Ibanescu
adb16c2713 fixing two small bugs 2005-04-20 19:40:59 +00:00
Mihai Ibanescu
26df5075be Rebuilding with 2.4.1 2005-04-06 17:57:56 +00:00
Mihai Ibanescu
0fdf6c4ce2 Attempting to use python-extras to build the documentation - this has the
added benefit of simplifying the bootstrap process
2005-03-15 00:41:54 +00:00
Daniel Williams
08a313593b Fix some latex errors in Documentation building 2005-03-14 15:15:21 +00:00
Daniel Williams
e18538bd32 Bump revision 2005-03-11 14:57:41 +00:00
Daniel Williams
7c45c65739 - Rebuild to pick up new libssl.so.5 2005-03-11 14:56:43 +00:00
Mihai Ibanescu
498896889f Merging embargo changes back in HEAD 2005-02-04 15:30:56 +00:00
Tim Waugh
f41720b012 - Rebuilt for new readline. 2005-01-12 16:11:56 +00:00
jbj
8e4b82e418 - db-4.3.21 returns DB_BUFFER_SMALL rather than ENOMEM (#141994).
- add Provide: python(abi) = 2.4
- include msgfmt/pygettext *.pyc and *.pyo from brp-python-bytecompile.
2004-12-07 22:07:50 +00:00
Mihai Ibanescu
6828cb0bb0 Final release of python 2004-12-03 14:56:19 +00:00
Mihai Ibanescu
ed1fb0b8a8 Building RC1 2004-11-19 19:57:34 +00:00
jbj
57ae32b038 - rebuild against db-4.3.21. 2004-11-12 23:50:00 +00:00
Jeremy Katz
cddc234f02 - fix the lib64 patch so that 64bit arches still look in /usr/lib/python... 2004-11-09 01:54:59 +00:00
Jeremy Katz
f61e66a9ae - cryptmodule still needs -lcrypt (again) 2004-11-08 22:03:32 +00:00
Mihai Ibanescu
f9962c609e python 2.4b2 packages - yeah... 2004-11-04 22:42:22 +00:00
cvsdist
d78f1e2ff9 auto-import changelog data from python-2.3.4-10.src.rpm
Tue Aug 31 2004 Mihai Ibanescu <misa@redhat.com> 2.3.4-10
- Fixed bug #77418 (Demo dir not packaged)
- More tweaking on #19347 (Moved Tools/ under /usr/lib/python2.3/Tools)
2004-09-09 11:07:18 +00:00
cvsdist
64c8a923d3 auto-import changelog data from python-2.3.4-8.src.rpm
Fri Aug 13 2004 Mihai Ibanescu <misa@redhat.com> 2.3.4-8
- Fixed bug #129769: Makefile in new python conflicts with older version
    found in old python-devel
- Reorganized the spec file to get rid of the aspython2 define;
    __python_ver is more powerful.
2004-09-09 11:06:50 +00:00
cvsdist
8caa1f3203 auto-import changelog data from python-2.3.4-7.src.rpm
Tue Aug 03 2004 Mihai Ibanescu <misa@redhat.com> 2.3.4-7
- Including html documentation for non-i386 arches
- Fixed #125362 (python-doc html files have japanese character encoding)
- Fixed #128923 (missing dependency between python and python-devel)
2004-09-09 11:06:39 +00:00
cvsdist
2f0d566bdd auto-import changelog data from python-2.3.4-6.src.rpm
Fri Jul 30 2004 Mihai Ibanescu <misa@redhat.com> 2.3.4-6
- Fixed #128030 (help() not printing anything)
- Fixed #125472 (distutils.sysconfig.get_python_lib() not returning the
    right path on 64-bit systems)
- Fixed #127357 (building python as a shared library)
- Fixed #19347 (including the contents of Tools/scripts/ in python-tools)
2004-09-09 11:06:32 +00:00
cvsdist
d69cacc0e7 auto-import changelog data from python-2.3.4-4.src.rpm
Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt
2004-09-09 11:06:17 +00:00
cvsdist
44438bfc53 auto-import changelog data from python-2.3.4-3.src.rpm
Tue Jun 08 2004 Mihai Ibanescu <misa@redhat.com> 2.3.4-3
- Added an optik.py that provides the same interface from optparse for
    backward compatibility; obsoleting python-optik
2004-09-09 11:06:02 +00:00
cvsdist
dbf0728637 auto-import changelog data from python-2.3.4-2.src.rpm
Mon Jun 07 2004 Mihai Ibanescu <misa@redhat.com> 2.3.4-2
- Patched bdist_rpm to allow for builds of multiple binary rpms (bug
    #123598)
2004-09-09 11:05:46 +00:00
cvsdist
f79a121c95 auto-import changelog data from python-2.3.4-1.src.rpm
Fri Jun 04 2004 Mihai Ibanescu <misa@redhat.com> 2.3.4-1
- Updated to 2.3.4-1 with Robert Scheck's help (bug #124764)
- Added BuildRequires: tix-devel (bug #124918)
2004-09-09 11:05:41 +00:00
cvsdist
dfe379ccd6 auto-import changelog data from python-2.3.3-6.src.rpm
Fri May 07 2004 Mihai Ibanescu <misa@redhat.com> 2.3.3-6
- Correct fix for #122304 from upstream:
    http://sourceforge.net/tracker/?func=detail&atid=105470&aid=931848&grou
    p_id=5470
Thu May 06 2004 Mihai Ibanescu <misa@redhat.com> 2.3.3-4
- Fix for bug #122304 : splitting the domain name fails on 64-bit arches
- Fix for bug #120879 : including Makefile into the main package
- Requires XFree86-devel instead of -libs (see bug #118442)
2004-09-09 11:05:28 +00:00