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)
This commit is contained in:
cvsdist 2004-09-09 11:05:41 +00:00
parent dfe379ccd6
commit f79a121c95
4 changed files with 29 additions and 10 deletions

View File

@ -1,2 +1,2 @@
JapaneseCodecs-1.4.9.tar.gz
Python-2.3.3.tar.bz2
Python-2.3.4.tar.bz2

View File

@ -0,0 +1,18 @@
--- Python-2.3.4/Lib/test/test_re.py 2004-04-20 23:32:33.000000000 +0200
+++ Python-2.3.4/Lib/test/test_re.py.lib64-regex 2004-05-29 17:36:52.000000000 +0200
@@ -497,6 +497,15 @@
self.assert_(re.compile('bug_926075') is not
re.compile(eval("u'bug_926075'")))
+ def test_bug_931848(self):
+ try:
+ unicode
+ except NameError:
+ pass
+ pattern = eval('u"[\u002E\u3002\uFF0E\uFF61]"')
+ self.assertEqual(re.compile(pattern).split("a.b.c"),
+ ['a','b','c'])
+
def run_re_tests():
from test.re_tests import benchmarks, tests, SUCCEED, FAIL, SYNTAX_ERROR
if verbose:

View File

@ -12,8 +12,8 @@
Summary: An interpreted, interactive, object-oriented programming language.
Name: %{python}
Version: %{pybasever}.3
Release: 6
Version: %{pybasever}.4
Release: 1
License: PSF - see LICENSE
Group: Development/Languages
Provides: python-abi = %{pybasever}
@ -26,11 +26,9 @@ Source6: http://gigue.peabody.jhu.edu/~mdboom/omi/source/shm_source/shmmodule.c
Patch0: python-2.3-config.patch
Patch3: Python-2.2.1-pydocnogui.patch
Patch4: python-2.3-nowhatsnew.patch
Patch7: python-2.3.3-lib64-regex.patch
Patch7: python-2.3.4-lib64-regex.patch
Patch8: python-2.3.2-lib64.patch
Patch9: japanese-codecs-lib64.patch
Patch10: python-2.2.2-urllib2-nonanonftp.patch
Patch11: python-2.2.2-ftpuri.patch
Patch12: python-2.3.2-nomkhowto.patch
%if !%{aspython2}
@ -50,6 +48,7 @@ BuildPrereq: readline-devel, libtermcap-devel, openssl-devel, gmp-devel
BuildPrereq: ncurses-devel, gdbm-devel, zlib-devel, expat-devel, tetex-latex
BuildPrereq: Mesa-devel tk tix gcc-c++ XFree86-devel glibc-devel
BuildPrereq: gzip tar /usr/bin/find pkgconfig tcl-devel tk-devel
BuildPrereq: tix-devel
URL: http://www.python.org/
%description
@ -151,12 +150,10 @@ user interface for Python programming.
%patch3 -p1 -b .no_gui
%patch4 -p1
%if %{_lib} == lib64
%patch7 -p0 -b .lib64-regex
%patch7 -p1 -b .lib64-regex
%patch8 -p1 -b .lib64
%patch9 -p0 -b .lib64-j
%endif
%patch10 -p1 -b .nonanonftp
%patch11 -p1 -b .ftpuri
%patch12 -p1 -b .nomkhowto
# This shouldn't be necesarry, but is right now (2.2a3)
@ -362,6 +359,10 @@ rm -fr $RPM_BUILD_ROOT
%{_libdir}/python%{pybasever}/lib-dynload/_tkinter.so
%changelog
* Fri Jun 4 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)
* Fri May 7 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&group_id=5470

View File

@ -1,2 +1,2 @@
13198f9b425dd44fc94af45afe47b94d JapaneseCodecs-1.4.9.tar.gz
70ada9f65742ab2c77a96bcd6dffd9b1 Python-2.3.3.tar.bz2
a2c089faa2726c142419c03472fc4063 Python-2.3.4.tar.bz2