diff --git a/.cvsignore b/.cvsignore index 7855c78..c51a08a 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -Cython-0.10.3.tar.gz +Cython-0.11.tar.gz diff --git a/Cython.spec b/Cython.spec index e2a0fb7..1d77f63 100644 --- a/Cython.spec +++ b/Cython.spec @@ -4,7 +4,7 @@ Name: Cython Version: 0.11 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A language for writing Python extension modules Group: Development/Tools @@ -51,6 +51,7 @@ rm -rf $RPM_BUILD_ROOT %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,9 @@ 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 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