From f292bba31fb5fef85f5eba5aeb2066cf5670a5a3 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Fri, 7 Nov 2008 04:07:21 +0000 Subject: [PATCH 1/5] Initialize branch F-10 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..dc32377 --- /dev/null +++ b/branch @@ -0,0 +1 @@ +F-10 From 0a9e83e88f6b41584fdfb8b49a698595ca1397c4 Mon Sep 17 00:00:00 2001 From: Neal Becker Date: Mon, 1 Dec 2008 13:36:36 +0000 Subject: [PATCH 2/5] Update to 0.10.2 --- .cvsignore | 2 +- Cython.spec | 20 ++++++++++++++++++-- sources | 2 +- 3 files changed, 20 insertions(+), 4 deletions(-) diff --git a/.cvsignore b/.cvsignore index 31d5899..50372ca 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -Cython-0.9.8.tar.gz +Cython-0.10.2.tar.gz diff --git a/Cython.spec b/Cython.spec index 893e6a7..848d527 100644 --- a/Cython.spec +++ b/Cython.spec @@ -3,8 +3,8 @@ Name: Cython -Version: 0.9.8 -Release: 2%{?dist} +Version: 0.10.2 +Release: 1%{?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,21 @@ rm -rf $RPM_BUILD_ROOT %changelog +* 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/sources b/sources index 623c00d..552d2e2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -dac0f6c217437819f620da18a97d505f Cython-0.9.8.tar.gz +69136bc8b6e47c15486452b14c1cfc6b Cython-0.10.2.tar.gz From 0dfd9c6b28bf1c06c54c821c188255b96c29a44e Mon Sep 17 00:00:00 2001 From: Neal Becker Date: Wed, 17 Dec 2008 12:51:51 +0000 Subject: [PATCH 3/5] update to 0.10.3 --- .cvsignore | 2 +- Cython.spec | 8 +++++++- sources | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index 50372ca..7855c78 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -Cython-0.10.2.tar.gz +Cython-0.10.3.tar.gz diff --git a/Cython.spec b/Cython.spec index 848d527..a9eea79 100644 --- a/Cython.spec +++ b/Cython.spec @@ -3,7 +3,7 @@ Name: Cython -Version: 0.10.2 +Version: 0.10.3 Release: 1%{?dist} Summary: A language for writing Python extension modules @@ -59,6 +59,12 @@ rm -rf $RPM_BUILD_ROOT %changelog +* 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 diff --git a/sources b/sources index 552d2e2..9fdc57c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -69136bc8b6e47c15486452b14c1cfc6b Cython-0.10.2.tar.gz +684103ed37472d9beef3a38e0d5c431d Cython-0.10.3.tar.gz From f9625933d27d5cd623e3358158a64a52c85c6850 Mon Sep 17 00:00:00 2001 From: Neal Becker Date: Sat, 14 Mar 2009 12:36:04 +0000 Subject: [PATCH 4/5] update to 0.11 --- Cython.spec | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/Cython.spec b/Cython.spec index a9eea79..e2a0fb7 100644 --- a/Cython.spec +++ b/Cython.spec @@ -3,7 +3,7 @@ Name: Cython -Version: 0.10.3 +Version: 0.11 Release: 1%{?dist} Summary: A language for writing Python extension modules @@ -45,7 +45,7 @@ rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT %check -%{__python} runtests.py +%{__python} runtests.py -x numpy %files %defattr(-,root,root,-) @@ -59,6 +59,13 @@ rm -rf $RPM_BUILD_ROOT %changelog +* 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 From f0162fe950a66eda7f79e6e77ee1168d3061146f Mon Sep 17 00:00:00 2001 From: Neal Becker Date: Sat, 14 Mar 2009 12:47:06 +0000 Subject: [PATCH 5/5] update to 0.11 --- Cython.spec | 6 +++++- sources | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) 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