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