rpms/Pyrex/devel Pyrex-0.9.4-fix-indent.patch, NONE, 1.1 .cvsignore, 1.5, 1.6 Pyrex.spec, 1.13, 1.14 sources, 1.5, 1.6

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Apr 19 21:06:51 UTC 2006


Author: johnp

Update of /cvs/dist/rpms/Pyrex/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv25891

Modified Files:
	.cvsignore Pyrex.spec sources 
Added Files:
	Pyrex-0.9.4-fix-indent.patch 
Log Message:
- Update to upstream 0.9.4


Pyrex-0.9.4-fix-indent.patch:
 build_ext.py |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE Pyrex-0.9.4-fix-indent.patch ---
--- Pyrex-0.9.4/Pyrex/Distutils/build_ext.py.fix-indent	2006-04-19 16:52:58.000000000 -0400
+++ Pyrex-0.9.4/Pyrex/Distutils/build_ext.py	2006-04-19 16:53:44.000000000 -0400
@@ -65,7 +65,7 @@
     return [replace_suffix(src, suffix) for src in pyx_sources] + other_sources
 
   def pyrex_compile(self, source):
-  	options = CompilationOptions(default_options,
+    options = CompilationOptions(default_options,
   		include_path = self.include_dirs)
     result = compile(source, options)
     if result.num_errors <> 0:


Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/Pyrex/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore	30 Sep 2005 21:40:07 -0000	1.5
+++ .cvsignore	19 Apr 2006 21:06:47 -0000	1.6
@@ -1,2 +1,3 @@
 Pyrex-0.9.3.tar.gz
 Pyrex-0.9.3.1.tar.gz
+Pyrex-0.9.4.tar.gz


Index: Pyrex.spec
===================================================================
RCS file: /cvs/dist/rpms/Pyrex/devel/Pyrex.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- Pyrex.spec	9 Dec 2005 22:39:30 -0000	1.13
+++ Pyrex.spec	19 Apr 2006 21:06:48 -0000	1.14
@@ -2,8 +2,8 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           Pyrex
-Version:        0.9.3.1
-Release: 2.1
+Version:        0.9.4
+Release: 	1
 Epoch:		0
 BuildArch:	noarch
 Summary:        A compiler/language for writing Python extension modules.
@@ -11,6 +11,8 @@
 License:        Public Domain
 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
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  python-devel 
@@ -32,6 +34,7 @@
 
 %prep
 %setup -q
+%patch0 -p1 -b .fix-indent
 
 %build
 python setup.py build 
@@ -70,6 +73,9 @@
 %exclude %{python_sitelib}/Pyrex/Mac
 
 %changelog
+* Wed Apr 19 2006 John (J5) Palmieri <johnp at redhat.com> - 0.9.4-1
+- Upgrade to upstream 0.9.4
+
 * Fri Dec 09 2005 Jesse Keating <jkeating at redhat.com>
 - rebuilt
 


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/Pyrex/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources	30 Sep 2005 21:40:07 -0000	1.5
+++ sources	19 Apr 2006 21:06:48 -0000	1.6
@@ -1 +1 @@
-0415b95a023061679021323d9ce56fe0  Pyrex-0.9.3.1.tar.gz
+9afab3de2dd16da97f482b2dc16fdd46  Pyrex-0.9.4.tar.gz




More information about the fedora-cvs-commits mailing list