diff --git a/Cython.spec b/Cython.spec index a9eea79..1d77f63 100644 --- a/Cython.spec +++ b/Cython.spec @@ -3,8 +3,8 @@ Name: Cython -Version: 0.10.3 -Release: 1%{?dist} +Version: 0.11 +Release: 2%{?dist} Summary: A language for writing Python extension modules Group: Development/Tools @@ -45,12 +45,13 @@ rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT %check -%{__python} runtests.py +%{__python} runtests.py -x numpy %files %defattr(-,root,root,-) %{_bindir}/cython %{python_sitearch}/Cython +%{python_sitearch}/cython.py* %{python_sitearch}/pyximport %if 0%{?fedora} >= 9 %{python_sitearch}/Cython*egg-info @@ -59,6 +60,16 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat Mar 14 2009 Neal Becker - 0.11-2 +- Missed cython.py* + +* 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 + * Wed Dec 17 2008 Neal Becker - 0.10.3-1 - Update to 0.10.3 diff --git a/sources b/sources index 9fdc57c..f0b0082 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -684103ed37472d9beef3a38e0d5c431d Cython-0.10.3.tar.gz +2a6cd318e642f3c166bdd2ac6a9a2d9d Cython-0.11.tar.gz