From 74bbbf9f0a6b028053ae9f6bc6be1a8a2d05bd4b Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Sun, 20 Apr 2008 15:37:31 +0000 Subject: [PATCH 1/4] Initialize branch F-9 for Cython --- branch | 1 + 1 file changed, 1 insertion(+) create mode 100644 branch diff --git a/branch b/branch new file mode 100644 index 0000000..1c26f78 --- /dev/null +++ b/branch @@ -0,0 +1 @@ +F-9 From bd4df1312655dfe53aac1955d2a42b7adef95b01 Mon Sep 17 00:00:00 2001 From: Neal Becker Date: Sat, 14 Jun 2008 00:58:59 +0000 Subject: [PATCH 2/4] - Update to 0.9.8 - Install into python_sitearch - Remove noarch - Add %%check --- Cython.spec | 19 ++++++++++++++----- sources | 2 +- 2 files changed, 15 insertions(+), 6 deletions(-) diff --git a/Cython.spec b/Cython.spec index ff44df6..893e6a7 100644 --- a/Cython.spec +++ b/Cython.spec @@ -1,9 +1,10 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(0)")} +%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: Cython -Version: 0.9.6.13.1 -Release: 3%{?dist} +Version: 0.9.8 +Release: 2%{?dist} Summary: A language for writing Python extension modules Group: Development/Tools @@ -14,7 +15,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: python-devel python-setuptools Requires: python -BuildArch: noarch %description This is a development version of Pyrex, a language @@ -44,18 +44,27 @@ rm -rf $RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT +%check +%{__python} runtests.py %files %defattr(-,root,root,-) %{_bindir}/cython -%{python_sitelib}/Cython +%{python_sitearch}/Cython %if 0%{?fedora} >= 9 -%{python_sitelib}/Cython*egg-info +%{python_sitearch}/Cython*egg-info %endif %doc *.txt Demos Doc Tools %changelog +* Fri Jun 13 2008 Neal Becker - 0.9.8-2 +- Install into python_sitearch +- Add %%check + +* Fri Jun 13 2008 Neal Becker - 0.9.8-1 +- Update to 0.9.8 + * Mon Apr 14 2008 José Matos - 0.9.6.13.1-3 - Remove remaining --record. - Add more documentation (Doc and Tools). diff --git a/sources b/sources index 6c1e7c0..623c00d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b84818d4cfcec68e6dfb71187e9f0b4b Cython-0.9.6.13.1.tar.gz +dac0f6c217437819f620da18a97d505f Cython-0.9.8.tar.gz From 7d466bae961eaac89e517f08152f3d080835cc15 Mon Sep 17 00:00:00 2001 From: Neal Becker Date: Sun, 9 Nov 2008 12:43:21 +0000 Subject: [PATCH 3/4] Update to 0.10 --- Cython.spec | 7 +++++-- sources | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Cython.spec b/Cython.spec index 893e6a7..841d19b 100644 --- a/Cython.spec +++ b/Cython.spec @@ -3,8 +3,8 @@ Name: Cython -Version: 0.9.8 -Release: 2%{?dist} +Version: 0.10 +Release: 1%{?dist} Summary: A language for writing Python extension modules Group: Development/Tools @@ -58,6 +58,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* 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 From 37ee66021c1fbfb41392108a97755fd1d917a756 Mon Sep 17 00:00:00 2001 From: Neal Becker Date: Sun, 9 Nov 2008 12:54:02 +0000 Subject: [PATCH 4/4] Add pximport --- Cython.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cython.spec b/Cython.spec index 841d19b..58b96df 100644 --- a/Cython.spec +++ b/Cython.spec @@ -4,7 +4,7 @@ Name: Cython Version: 0.10 -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}/pximport %if 0%{?fedora} >= 9 %{python_sitearch}/Cython*egg-info %endif