Accepting request 182602 from home:jengelh:db6

- Add python-bsddb6.diff to support building against libdb-6.0

OBS-URL: https://build.opensuse.org/request/show/182602
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python?expand=0&rev=147
This commit is contained in:
Sascha Peilicke
2013-07-15 08:03:24 +00:00
committed by Git OBS Bridge
parent 472801f247
commit 5b1624f712
6 changed files with 426 additions and 5 deletions

View File

@@ -15,7 +15,6 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: python
Version: 2.7.5
Release: 0
@@ -56,6 +55,7 @@ Patch20: python-bundle-lang.patch
# PATCH-FIX-OPENSUSE Properly support aarch64 in _ctypes module
Patch22: python-2.7.4-aarch64.patch
Patch23: python-2.7.4-no-REUSEPORT.patch
Patch24: python-bsddb6.diff
# COMMON-PATCH-END
BuildRequires: automake
BuildRequires: db-devel
@@ -169,7 +169,7 @@ implementation of the standard Unix DBM databases.
%patch8 -p1
%patch10 -p1
%patch13 -p1
#skip test_io test for ppc,ppc64 as it broken.
#skip test_io test for ppc,ppc64 as it is broken.
%ifarch ppc ppc64
%patch15 -p1
%endif
@@ -178,6 +178,7 @@ implementation of the standard Unix DBM databases.
%patch20 -p1
%patch22 -p1
%patch23 -p1
%patch -P 24 -p1
# drop Autoconf version requirement
sed -i 's/^version_required/dnl version_required/' configure.ac