diff --git a/.cvsignore b/.cvsignore index 31d5899..7855c78 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -Cython-0.9.8.tar.gz +Cython-0.10.3.tar.gz diff --git a/Cython.spec b/Cython.spec index 893e6a7..1d77f63 100644 --- a/Cython.spec +++ b/Cython.spec @@ -3,7 +3,7 @@ Name: Cython -Version: 0.9.8 +Version: 0.11 Release: 2%{?dist} Summary: A language for writing Python extension modules @@ -45,12 +45,14 @@ 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 %endif @@ -58,6 +60,37 @@ 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 + +* Thu Dec 04 2008 Ignacio Vazquez-Abrams - 0.10.2-2 +- Rebuild for Python 2.6 + +* Mon Dec 1 2008 Neal Becker - 0.10.2-1 +- Update to 0.10.2 + +* Sat Nov 29 2008 Ignacio Vazquez-Abrams - 0.10.1-2 +- Rebuild for Python 2.6 + +* Wed Nov 19 2008 Neal Becker - 0.10.1-1 +- Update to 0.10.1 + +* Sun Nov 9 2008 Neal Becker - 0.10-3 +- Fix typo + +* Sun Nov 9 2008 Neal Becker - 0.10-1 +- Update to 0.10 + * Fri Jun 13 2008 Neal Becker - 0.9.8-2 - Install into python_sitearch - Add %%check diff --git a/branch b/branch new file mode 100644 index 0000000..dc32377 --- /dev/null +++ b/branch @@ -0,0 +1 @@ +F-10 diff --git a/sources b/sources index 623c00d..f0b0082 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -dac0f6c217437819f620da18a97d505f Cython-0.9.8.tar.gz +2a6cd318e642f3c166bdd2ac6a9a2d9d Cython-0.11.tar.gz