rpms/Cython/F-11 .cvsignore, 1.9, 1.10 Cython.spec, 1.13, 1.14 sources, 1.9, 1.10

Neal Becker nbecker at fedoraproject.org
Sun Sep 27 14:16:39 UTC 2009


Author: nbecker

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

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


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/Cython/F-11/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- .cvsignore	21 May 2009 17:34:05 -0000	1.9
+++ .cvsignore	27 Sep 2009 14:16:34 -0000	1.10
@@ -1 +1 @@
-Cython-0.11.2.tar.gz
+Cython-0.11.3.tar.gz


Index: Cython.spec
===================================================================
RCS file: /cvs/extras/rpms/Cython/F-11/Cython.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- Cython.spec	21 May 2009 17:34:05 -0000	1.13
+++ Cython.spec	27 Sep 2009 14:16:34 -0000	1.14
@@ -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-11/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- sources	21 May 2009 17:34:05 -0000	1.9
+++ sources	27 Sep 2009 14:16:34 -0000	1.10
@@ -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