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

@@ -49,6 +49,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
%define python_version %(echo %{tarversion} | head -c 3)
BuildRequires: automake
@@ -130,7 +131,7 @@ other applications.
%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
@@ -139,6 +140,7 @@ other applications.
%patch20 -p1
%patch22 -p1
%patch23 -p1
%patch -P 24 -p1
# drop Autoconf version requirement
sed -i 's/^version_required/dnl version_required/' configure.ac