From 74bbbf9f0a6b028053ae9f6bc6be1a8a2d05bd4b Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Sun, 20 Apr 2008 15:37:31 +0000 Subject: [PATCH 01/12] 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 02/12] - 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 03/12] 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 04/12] 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 From 2db25af2e2f678bc1898bbb019cc9983f96dd2fb Mon Sep 17 00:00:00 2001 From: Neal Becker Date: Sun, 9 Nov 2008 13:10:58 +0000 Subject: [PATCH 05/12] Fix typo --- Cython.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Cython.spec b/Cython.spec index 58b96df..d4cc51d 100644 --- a/Cython.spec +++ b/Cython.spec @@ -4,7 +4,7 @@ Name: Cython Version: 0.10 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A language for writing Python extension modules Group: Development/Tools @@ -51,7 +51,7 @@ rm -rf $RPM_BUILD_ROOT %defattr(-,root,root,-) %{_bindir}/cython %{python_sitearch}/Cython -%{python_sitearch}/pximport +%{python_sitearch}/pyximport %if 0%{?fedora} >= 9 %{python_sitearch}/Cython*egg-info %endif @@ -59,6 +59,9 @@ 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 From 9b046b64056b5b0f907fa16939af89599c48147a Mon Sep 17 00:00:00 2001 From: Neal Becker Date: Mon, 1 Dec 2008 13:42:23 +0000 Subject: [PATCH 06/12] Update to 0.10.2 --- .cvsignore | 2 +- Cython.spec | 13 +++++++++++-- sources | 2 +- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/.cvsignore b/.cvsignore index 50612a4..50372ca 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -Cython-0.9.6.13.1.tar.gz +Cython-0.10.2.tar.gz diff --git a/Cython.spec b/Cython.spec index d4cc51d..848d527 100644 --- a/Cython.spec +++ b/Cython.spec @@ -3,8 +3,8 @@ Name: Cython -Version: 0.10 -Release: 3%{?dist} +Version: 0.10.2 +Release: 1%{?dist} Summary: A language for writing Python extension modules Group: Development/Tools @@ -59,6 +59,15 @@ 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 diff --git a/sources b/sources index 3739c37..552d2e2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -343558180f62823a70d10a0129622947 Cython-0.10.tar.gz +69136bc8b6e47c15486452b14c1cfc6b Cython-0.10.2.tar.gz From ef09522485350e687cb957b6949de355481f4536 Mon Sep 17 00:00:00 2001 From: Neal Becker Date: Wed, 17 Dec 2008 12:29:31 +0000 Subject: [PATCH 07/12] 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 7d2fa9318b0a499c1cf14fe1ef6b21f16b13e4d5 Mon Sep 17 00:00:00 2001 From: Neal Becker Date: Sat, 14 Mar 2009 13:05:59 +0000 Subject: [PATCH 08/12] update to 0.11 --- Cython.spec | 17 ++++++++++++++--- sources | 2 +- 2 files changed, 15 insertions(+), 4 deletions(-) diff --git a/Cython.spec b/Cython.spec index a9eea79..1d77f63 100644 --- a/Cython.spec +++ b/Cython.spec @@ -3,8 +3,8 @@ Name: Cython -Version: 0.10.3 -Release: 1%{?dist} +Version: 0.11 +Release: 2%{?dist} Summary: A language for writing Python extension modules Group: Development/Tools @@ -45,12 +45,13 @@ 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 @@ -59,6 +60,16 @@ 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 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 From 5a3abd7eccad182572d9daef677cb65e136d410b Mon Sep 17 00:00:00 2001 From: Neal Becker Date: Thu, 16 Apr 2009 13:19:17 +0000 Subject: [PATCH 09/12] update to 0.11.1 --- .cvsignore | 2 +- Cython.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.cvsignore b/.cvsignore index 7855c78..5a7f625 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -Cython-0.10.3.tar.gz +Cython-0.11.1.tar.gz diff --git a/Cython.spec b/Cython.spec index 1d77f63..94a16d1 100644 --- a/Cython.spec +++ b/Cython.spec @@ -3,8 +3,8 @@ Name: Cython -Version: 0.11 -Release: 2%{?dist} +Version: 0.11.1 +Release: 1%{?dist} Summary: A language for writing Python extension modules Group: Development/Tools @@ -60,6 +60,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Apr 16 2009 Neal Becker - 0.11.1-1 +- Update to 0.11.1 + * Sat Mar 14 2009 Neal Becker - 0.11-2 - Missed cython.py* diff --git a/sources b/sources index f0b0082..82874ad 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2a6cd318e642f3c166bdd2ac6a9a2d9d Cython-0.11.tar.gz +34799e9ce3acead9d2a834bd331a073b Cython-0.11.1.tar.gz From a45ff92311ebd8039311f720fabf82fb605ae1bf Mon Sep 17 00:00:00 2001 From: Neal Becker Date: Thu, 21 May 2009 19:09:57 +0000 Subject: [PATCH 10/12] update to 0.11.2 --- .cvsignore | 2 +- Cython.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index 5a7f625..7226c54 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -Cython-0.11.1.tar.gz +Cython-0.11.2.tar.gz diff --git a/Cython.spec b/Cython.spec index 94a16d1..c54da6f 100644 --- a/Cython.spec +++ b/Cython.spec @@ -3,7 +3,7 @@ Name: Cython -Version: 0.11.1 +Version: 0.11.2 Release: 1%{?dist} Summary: A language for writing Python extension modules @@ -60,6 +60,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed May 20 2009 Neal Becker - 0.11.2-1 +- Update to 0.11.2 + * Thu Apr 16 2009 Neal Becker - 0.11.1-1 - Update to 0.11.1 diff --git a/sources b/sources index 82874ad..2db6318 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -34799e9ce3acead9d2a834bd331a073b Cython-0.11.1.tar.gz +31a79d5c7365e1d18ff7be48d6c1026b Cython-0.11.2.tar.gz From 601fe79f439f51521df8b923e9edc270a9e555a0 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 26 Nov 2009 00:16:59 +0000 Subject: [PATCH 11/12] Fix typo that causes a failure to update the common directory. (releng #2781) --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 0a46fe6..13b182c 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,10 @@ # Makefile for source rpm: Cython -# $Id$ +# $Id: Makefile,v 1.1 2008/04/14 19:42:43 kevin Exp $ NAME := Cython SPECFILE = $(firstword $(wildcard *.spec)) define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done +for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done endef MAKEFILE_COMMON := $(shell $(find-makefile-common)) From 63fff639c9bf6993c10b2ac34cae19f63cfa4832 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 28 Jul 2010 08:49:51 +0000 Subject: [PATCH 12/12] dist-git conversion --- .cvsignore => .gitignore | 0 Makefile | 21 --------------------- branch | 1 - 3 files changed, 22 deletions(-) rename .cvsignore => .gitignore (100%) delete mode 100644 Makefile delete mode 100644 branch diff --git a/.cvsignore b/.gitignore similarity index 100% rename from .cvsignore rename to .gitignore diff --git a/Makefile b/Makefile deleted file mode 100644 index 13b182c..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: Cython -# $Id: Makefile,v 1.1 2008/04/14 19:42:43 kevin Exp $ -NAME := Cython -SPECFILE = $(firstword $(wildcard *.spec)) - -define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done -endef - -MAKEFILE_COMMON := $(shell $(find-makefile-common)) - -ifeq ($(MAKEFILE_COMMON),) -# attept a checkout -define checkout-makefile-common -test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 -endef - -MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) -endif - -include $(MAKEFILE_COMMON) diff --git a/branch b/branch deleted file mode 100644 index 1c26f78..0000000 --- a/branch +++ /dev/null @@ -1 +0,0 @@ -F-9