Jan Matejek 2012-02-20 14:29:59 +00:00 committed by Git OBS Bridge
parent b58cb28c01
commit e5cda42487

View File

@ -15,8 +15,6 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
Name: python Name: python
Version: 2.7.2 Version: 2.7.2
Release: 0 Release: 0
@ -53,7 +51,7 @@ Patch11: python-2.7.2-linux3.patch
Patch12: http://psf.upfronthosting.co.za/roundup/tracker/file19029/python-test_structmembers.patch Patch12: http://psf.upfronthosting.co.za/roundup/tracker/file19029/python-test_structmembers.patch
Patch13: python-2.7.2-fix_date_time_compiler.patch Patch13: python-2.7.2-fix_date_time_compiler.patch
Patch14: python-2.7.1-urllib-noproxy.patch Patch14: python-2.7.1-urllib-noproxy.patch
Patch15: python-2.7.2-disable-tests-in-test_io.patch
# COMMON-PATCH-END # COMMON-PATCH-END
BuildRequires: automake BuildRequires: automake
BuildRequires: db-devel BuildRequires: db-devel
@ -171,6 +169,11 @@ implementation of the standard Unix DBM databases.
%patch12 %patch12
%patch13 %patch13
%patch14 -p1 %patch14 -p1
#skip test_io test for ppc,ppc64 as it broken.
%ifarch ppc ppc64
%patch15 -p1
%endif
# COMMON-PREP-END # COMMON-PREP-END
# drop Autoconf version requirement # drop Autoconf version requirement