diff --git a/Cython.spec b/Cython.spec index 893e6a7..d4cc51d 100644 --- a/Cython.spec +++ b/Cython.spec @@ -3,8 +3,8 @@ Name: Cython -Version: 0.9.8 -Release: 2%{?dist} +Version: 0.10 +Release: 3%{?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}/pyximport %if 0%{?fedora} >= 9 %{python_sitearch}/Cython*egg-info %endif @@ -58,6 +59,12 @@ rm -rf $RPM_BUILD_ROOT %changelog +* 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/sources b/sources index 623c00d..3739c37 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -dac0f6c217437819f620da18a97d505f Cython-0.9.8.tar.gz +343558180f62823a70d10a0129622947 Cython-0.10.tar.gz