new patch from upstream

This commit is contained in:
Neal D. Becker 2016-02-05 17:08:43 -05:00
parent 3912f60b84
commit 27adfd7a79
1 changed files with 2 additions and 0 deletions

View File

@ -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