rpms/Cython/devel .cvsignore, 1.10, 1.11 Cython.spec, 1.15, 1.16 sources, 1.10, 1.11

Neal Becker nbecker at fedoraproject.org
Fri Sep 25 11:57:13 UTC 2009


Author: nbecker

Update of /cvs/extras/rpms/Cython/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv639

Modified Files:
	.cvsignore Cython.spec sources 
Log Message:
Test update to 0.11.3rc0



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/Cython/devel/.cvsignore,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- .cvsignore	21 May 2009 01:07:17 -0000	1.10
+++ .cvsignore	25 Sep 2009 11:57:13 -0000	1.11
@@ -1 +1 @@
-Cython-0.11.2.tar.gz
+Cython-0.11.3.rc0.tar.gz


Index: Cython.spec
===================================================================
RCS file: /cvs/extras/rpms/Cython/devel/Cython.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -p -r1.15 -r1.16
--- Cython.spec	24 Jul 2009 15:06:09 -0000	1.15
+++ Cython.spec	25 Sep 2009 11:57:13 -0000	1.16
@@ -3,14 +3,16 @@
 
 
 Name:		Cython
-Version:	0.11.2
-Release:	2%{?dist}
+Version:	0.11.3
+Release:	1.rc0%{?dist}
 Summary:	A language for writing Python extension modules
 
+%define upstreamversion %{version}.rc0
+
 Group:		Development/Tools
 License:	Python
 URL:		http://www.cython.org
-Source0:	http://www.cython.org/Cython-%{version}.tar.gz
+Source0:	http://www.cython.org/Cython-%{upstreamversion}.tar.gz
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:	python-devel python-setuptools
@@ -29,7 +31,7 @@ For more info, see:
 
 
 %prep
-%setup -q -n Cython-%{version}
+%setup -q -n %{name}-%{upstreamversion}
 
 
 %build


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/Cython/devel/sources,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- sources	21 May 2009 01:07:17 -0000	1.10
+++ sources	25 Sep 2009 11:57:13 -0000	1.11
@@ -1 +1 @@
-31a79d5c7365e1d18ff7be48d6c1026b  Cython-0.11.2.tar.gz
+f76c812a6ced636262bc341ac6b2dc33  Cython-0.11.3.rc0.tar.gz




More information about the fedora-extras-commits mailing list