diff --git a/Cython.spec b/Cython.spec index be19f14..e2a0fb7 100644 --- a/Cython.spec +++ b/Cython.spec @@ -3,8 +3,8 @@ Name: Cython -Version: 0.10.3 -Release: 2%{?dist} +Version: 0.11 +Release: 1%{?dist} Summary: A language for writing Python extension modules Group: Development/Tools @@ -45,7 +45,7 @@ rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT %check -%{__python} runtests.py +%{__python} runtests.py -x numpy %files %defattr(-,root,root,-) @@ -59,6 +59,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat Mar 14 2009 Neal Becker - 0.11-1 +- Update to 0.11 +- Exclude numpy from tests so we don't have to BR it + * Mon Feb 23 2009 Fedora Release Engineering - 0.10.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild