rpms/Pyrex/devel .cvsignore, 1.6, 1.7 Pyrex.spec, 1.18, 1.19 sources, 1.6, 1.7 Pyrex-0.9.4-fix-indent.patch, 1.1, NONE pyrex-python-2.5.patch, 1.1, NONE

Matthew Barnes (mbarnes) fedora-extras-commits at redhat.com
Tue Jun 26 13:20:25 UTC 2007


Author: mbarnes

Update of /cvs/pkgs/rpms/Pyrex/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29313

Modified Files:
	.cvsignore Pyrex.spec sources 
Removed Files:
	Pyrex-0.9.4-fix-indent.patch pyrex-python-2.5.patch 
Log Message:

* Tue Jun 26 2007 Matthew Barnes <mbarnes at redhat.com> - 0:0.9.5.1a-1.fc8
- Update to 0.9.5.1a
- Remove Pyrex-0.9.4-fix-indent.patch (fixed upstream).
- Remove pyrex-python-2.5.patch (fixed upstream).



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/Pyrex/devel/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore	19 Apr 2006 21:06:47 -0000	1.6
+++ .cvsignore	26 Jun 2007 13:19:50 -0000	1.7
@@ -1,3 +1 @@
-Pyrex-0.9.3.tar.gz
-Pyrex-0.9.3.1.tar.gz
-Pyrex-0.9.4.tar.gz
+Pyrex-0.9.5.1a.tar.gz


Index: Pyrex.spec
===================================================================
RCS file: /cvs/pkgs/rpms/Pyrex/devel/Pyrex.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- Pyrex.spec	3 Jan 2007 21:06:56 -0000	1.18
+++ Pyrex.spec	26 Jun 2007 13:19:50 -0000	1.19
@@ -1,8 +1,8 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           Pyrex
-Version:        0.9.4
-Release: 	4%{?dist}
+Version:        0.9.5.1a
+Release: 	1%{?dist}
 Epoch:		0
 BuildArch:	noarch
 Summary:        A compiler/language for writing Python extension modules.
@@ -11,8 +11,6 @@
 URL:            http://www.cosc.canterbury.ac.nz/~greg/python/Pyrex/
 Source0:        http://www.cosc.canterbury.ac.nz/~greg/python/Pyrex/Pyrex-%{version}.tar.gz
 
-Patch0:		Pyrex-0.9.4-fix-indent.patch
-Patch1:		pyrex-python-2.5.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  python-devel 
@@ -33,8 +31,6 @@
 
 %prep
 %setup -q
-%patch0 -p1 -b .fix-indent
-%patch1 -p0 -b .python25
 
 %build
 python setup.py build 
@@ -59,13 +55,19 @@
 %doc USAGE.txt README.txt CHANGES.txt ToDo.txt Demos Doc
 
 %defattr(-,root,root,-)
-%{python_sitelib}/Pyrex/Plex/*.pyo
 %{python_sitelib}/Pyrex/*.pyo
 %{python_sitelib}/Pyrex/Compiler/*.pyo
 %{python_sitelib}/Pyrex/Distutils/*.pyo
+%{python_sitelib}/Pyrex/Plex/*.pyo
+%{python_sitelib}/Pyrex/Unix/*.pyo
 %exclude %{python_sitelib}/Pyrex/Mac
 
 %changelog
+* Tue Jun 26 2007 Matthew Barnes <mbarnes at redhat.com> - 0:0.9.5.1a-1.fc8
+- Update to 0.9.5.1a
+- Remove Pyrex-0.9.4-fix-indent.patch (fixed upstream).
+- Remove pyrex-python-2.5.patch (fixed upstream).
+
 * Wed Jan  3 2007 David Zeuthen <davidz at redhat.com> - 0:0.9.4-4%{?dist}
 - include a patch so Pyrex works with python 2.5
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/Pyrex/devel/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources	19 Apr 2006 21:06:48 -0000	1.6
+++ sources	26 Jun 2007 13:19:50 -0000	1.7
@@ -1 +1 @@
-9afab3de2dd16da97f482b2dc16fdd46  Pyrex-0.9.4.tar.gz
+0132c5cd2f8685e4948fb14dcb65f637  Pyrex-0.9.5.1a.tar.gz


--- Pyrex-0.9.4-fix-indent.patch DELETED ---


--- pyrex-python-2.5.patch DELETED ---




More information about the scm-commits mailing list