rpms/Cython/F-10 .cvsignore, 1.7, 1.8 Cython.spec, 1.9, 1.10 sources, 1.8, 1.9

Neal Becker nbecker at fedoraproject.org
Sun Sep 27 14:38:40 UTC 2009


Author: nbecker

Update of /cvs/extras/rpms/Cython/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31095

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


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/Cython/F-10/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- .cvsignore	21 May 2009 17:54:56 -0000	1.7
+++ .cvsignore	27 Sep 2009 14:38:39 -0000	1.8
@@ -1 +1 @@
-Cython-0.11.2.tar.gz
+Cython-0.11.3.tar.gz


Index: Cython.spec
===================================================================
RCS file: /cvs/extras/rpms/Cython/F-10/Cython.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- Cython.spec	21 May 2009 17:54:56 -0000	1.9
+++ Cython.spec	27 Sep 2009 14:38:39 -0000	1.10
@@ -3,14 +3,18 @@
 
 
 Name:		Cython
-Version:	0.11.2
+Version:	0.11.3
+#Release:	1.rc1%{?dist}
 Release:	1%{?dist}
 Summary:	A language for writing Python extension modules
 
+#%define upstreamversion %{version}.rc1
+%define upstreamversion %{version}
+
 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 +33,7 @@ For more info, see:
 
 
 %prep
-%setup -q -n Cython-%{version}
+%setup -q -n %{name}-%{upstreamversion}
 
 
 %build
@@ -60,6 +64,13 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun Sep 27 2009 Neal Becker <ndbecker2 at gmail.com> - 0.11.3-1.rc1
+- Update to 0.11.3rc1
+- Update to 0.11.3
+
+* Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.11.2-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
 * Wed May 20 2009 Neal Becker <ndbecker2 at gmail.com> - 0.11.2-1
 - Update to 0.11.2
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/Cython/F-10/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- sources	21 May 2009 17:54:56 -0000	1.8
+++ sources	27 Sep 2009 14:38:39 -0000	1.9
@@ -1 +1 @@
-31a79d5c7365e1d18ff7be48d6c1026b  Cython-0.11.2.tar.gz
+470d1f928886f4e59463d7ead5d5e300  Cython-0.11.3.tar.gz




More information about the fedora-extras-commits mailing list