rpms/numpy/devel numpy-1.0.3-setup.patch, NONE, 1.1 .cvsignore, 1.8, 1.9 numpy.spec, 1.17, 1.18 sources, 1.8, 1.9 numpy-0.9.8-check_types.patch, 1.1, NONE numpy-1.0-gfortran.patch, 1.3, NONE numpy-1.0.1-cpuinfo.patch, 1.1, NONE

Jarod Wilson (jwilson) fedora-extras-commits at redhat.com
Wed Jun 6 14:19:50 UTC 2007


Author: jwilson

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

Modified Files:
	.cvsignore numpy.spec sources 
Added Files:
	numpy-1.0.3-setup.patch 
Removed Files:
	numpy-0.9.8-check_types.patch numpy-1.0-gfortran.patch 
	numpy-1.0.1-cpuinfo.patch 
Log Message:
New upstream release, numpy v1.0.3

numpy-1.0.3-setup.patch:

--- NEW FILE numpy-1.0.3-setup.patch ---
--- numpy-1.0.3/setup.py.orig	2007-06-06 10:06:58.000000000 -0400
+++ numpy-1.0.3/setup.py	2007-06-06 10:07:32.000000000 -0400
@@ -49,8 +49,8 @@ def configuration(parent_package='',top_
     config.add_subpackage('numpy')
         
     config.add_data_files(('numpy','*.txt'))
-    config.add_data_files(('.','COMPATIBILITY'),('.','scipy_compatibility'),
-                           ('.','site.cfg.example'))
+    config.add_data_files(('numpy','COMPATIBILITY'),('numpy','scipy_compatibility'),
+                           ('numpy','site.cfg.example'))
     
     config.get_version('numpy/version.py') # sets config.version
     


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/numpy/devel/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- .cvsignore	14 May 2007 16:46:09 -0000	1.8
+++ .cvsignore	6 Jun 2007 14:18:31 -0000	1.9
@@ -3,3 +3,4 @@
 numpy-1.0.tar.gz
 numpy-1.0.1.tar.gz
 numpy-1.0.2.tar.gz
+numpy-1.0.3-2.tar.gz


Index: numpy.spec
===================================================================
RCS file: /cvs/pkgs/rpms/numpy/devel/numpy.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- numpy.spec	14 May 2007 18:29:44 -0000	1.17
+++ numpy.spec	6 Jun 2007 14:18:31 -0000	1.18
@@ -3,16 +3,18 @@
 %{!?python_version: %define python_version %(%{__python} -c 'import sys; print sys.version.split(" ")[0]' || echo "2.3")}
 
 Name:           numpy
-Version:        1.0.2
-Release:        2%{?dist}
+Version:        1.0.3
+Release:        1%{?dist}
 Summary:        A fast multidimensional array facility for Python
 
 Group:          Development/Languages
 License:        BSD
 URL:            http://numeric.scipy.org/
-Source0:        http://dl.sourceforge.net/numpy/%{name}-%{version}.tar.gz
+#Source0:        http://dl.sourceforge.net/numpy/%{name}-%{version}.tar.gz
+# Upstream apparently had a problem with their first 1.0.3 tarball...
+Source0:        http://dl.sourceforge.net/numpy/%{name}-%{version}-2.tar.gz
 Patch0:         numpy-1.0.1-f2py.patch
-Patch1:         numpy-1.0-gfortran.patch
+Patch1:         numpy-1.0.3-setup.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  python-devel blas-devel lapack-devel python-setuptools gcc-gfortran
@@ -33,9 +35,9 @@
 this package is a version of f2py that works properly with NumPy.
 
 %prep
-%setup -q
+%setup -q -n %{name}-%{version}
 %patch0 -p1 -b .f2py
-%patch1 -p1 -b .gfortran
+%patch1 -p1 -b .setup
 
 %build
 env ATLAS=%{_libdir} FFTW=%{_libdir} BLAS=%{_libdir} \
@@ -74,6 +76,9 @@
 %{python_sitearch}/%{name}
 
 %changelog
+* Wed Jun 06 2007 Jarod Wilson <jwilson at redhat.com> 1.0.3-1
+- New upstream release
+
 * Mon May 14 2007 Jarod Wilson <jwilson at redhat.com> 1.0.2-2
 - Drop BR: atlas-devel, since it just provides binary-compat
   blas and lapack libs. Atlas can still be optionally used


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/numpy/devel/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sources	14 May 2007 16:46:09 -0000	1.8
+++ sources	6 Jun 2007 14:18:31 -0000	1.9
@@ -1 +1 @@
-8be83678056ae31bfe641d35bbc181f4  numpy-1.0.2.tar.gz
+ff0ec1a633e426c8230b6c9d333cc1e6  numpy-1.0.3-2.tar.gz


--- numpy-0.9.8-check_types.patch DELETED ---


--- numpy-1.0-gfortran.patch DELETED ---


--- numpy-1.0.1-cpuinfo.patch DELETED ---




More information about the fedora-extras-commits mailing list