Accepting request 361067 from openSUSE:Factory:Staging:Gcc6

- Add python-2.7.10-overflow_check.patch to fix broken overflow checks.
  [bnc#964182]

OBS-URL: https://build.opensuse.org/request/show/361067
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python?expand=0&rev=190
This commit is contained in:
Jan Matejek
2016-02-23 15:31:19 +00:00
committed by Git OBS Bridge
parent c890c9fda8
commit 1e93af4043
5 changed files with 180 additions and 2 deletions

View File

@@ -56,6 +56,7 @@ Patch33: python-2.7.9-ssl_ca_path.patch
Patch34: python-2.7.9-sles-disable-verification-by-default.patch
# PATCH-FIX-UPSTREAM python-ncurses-6.0-accessors.patch dimstar@opensuse.org -- Fix build with NCurses 6.0 and OPAQUE_WINDOW set to 1
Patch35: python-ncurses-6.0-accessors.patch
Patch36: python-2.7.10-overflow_check.patch
# COMMON-PATCH-END
%define python_version %(echo %{tarversion} | head -c 3)
BuildRequires: automake
@@ -149,6 +150,7 @@ other applications.
%patch34 -p1
%endif
%patch35 -p1
%patch36
# drop Autoconf version requirement
sed -i 's/^version_required/dnl version_required/' configure.ac