From 27adfd7a7962e8fdd5b9dcb7187890712ddeca56 Mon Sep 17 00:00:00 2001 From: Neal D. Becker Date: Feb 05 2016 22:08:43 +0000 Subject: new patch from upstream --- diff --git a/Cython.spec b/Cython.spec index 84b2608..4e18e7f 100644 --- a/Cython.spec +++ b/Cython.spec @@ -20,6 +20,7 @@ License: Python URL: http://www.cython.org Source: http://www.cython.org/release/%{srcname}-%{upstreamversion}.tar.gz Patch0: gcc6.patch +Patch1: gcc6.2.patch BuildRequires: python-devel python-setuptools %if 0%{?with_python3} BuildRequires: python3-devel @@ -70,6 +71,7 @@ For more info, see: %prep %setup -q -n %{name}-%{upstreamversion} %patch0 -p1 +%patch1 -p1 %build %py2_build