rpms/numpy/FC-6 numpy-1.0.3-setup.patch, NONE, 1.1 .cvsignore, 1.7, 1.8 numpy.spec, 1.9, 1.10 sources, 1.7, 1.8 numpy-0.9.8-check_types.patch, 1.1, NONE numpy-0.9.8-gfortran.patch, 1.1, NONE numpy-1.0-gfortran.patch, 1.1, NONE numpy-1.0.1-cpuinfo.patch, 1.1, NONE

Jarod Wilson (jwilson) fedora-extras-commits at redhat.com
Wed Jun 6 18:31:10 UTC 2007


Author: jwilson

Update of /cvs/pkgs/rpms/numpy/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3424

Modified Files:
	.cvsignore numpy.spec sources 
Added Files:
	numpy-1.0.3-setup.patch 
Removed Files:
	numpy-0.9.8-check_types.patch numpy-0.9.8-gfortran.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/FC-6/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .cvsignore	4 Jan 2007 19:50:34 -0000	1.7
+++ .cvsignore	6 Jun 2007 18:30:35 -0000	1.8
@@ -2,3 +2,5 @@
 numpy-0.9.8.tar.gz
 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/FC-6/numpy.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- numpy.spec	23 Feb 2007 22:21:38 -0000	1.9
+++ numpy.spec	6 Jun 2007 18:30:35 -0000	1.10
@@ -3,20 +3,21 @@
 %{!?python_version: %define python_version %(%{__python} -c 'import sys; print sys.version.split(" ")[0]' || echo "2.3")}
 
 Name:           numpy
-Version:        1.0.1
-Release:        3%{?dist}
+Version:        1.0.3
+Release:        0.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
-Patch2:         numpy-1.0.1-cpuinfo.patch
+Patch1:         numpy-1.0.3-setup.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  python-devel atlas-devel blas-devel lapack-devel python-setuptools gcc-gfortran
+BuildRequires:  python-devel blas-devel lapack-devel python-setuptools gcc-gfortran
 
 Provides:       f2py
 Obsoletes:      f2py <= 2.45.241_1927
@@ -34,10 +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
-%patch2 -p1 -b .cpuinfo
+%patch1 -p1 -b .setup
 
 %build
 env ATLAS=%{_libdir} FFTW=%{_libdir} BLAS=%{_libdir} \
@@ -76,6 +76,21 @@
 %{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
+  at runtime. (Note: this is all per the atlas maintainer).
+
+* Mon May 14 2007 Jarod Wilson <jwilson at redhat.com> 1.0.2-1
+- New upstream release
+
+* Tue Apr 17 2007 Jarod Wilson <jwilson at redhat.com> 1.0.1-4
+- Update gfortran patch to recognize latest gfortran f95 support 
+- Resolves rhbz#236444
+
 * Fri Feb 23 2007 Jarod Wilson <jwilson at redhat.com> 1.0.1-3
 - Fix up cpuinfo bug (#229753). Upstream bug/change:
   http://projects.scipy.org/scipy/scipy/ticket/349


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/numpy/FC-6/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources	4 Jan 2007 19:50:34 -0000	1.7
+++ sources	6 Jun 2007 18:30:35 -0000	1.8
@@ -1 +1 @@
-13a29244cbe03e0d45e56d8d90ecb55d  numpy-1.0.1.tar.gz
+ff0ec1a633e426c8230b6c9d333cc1e6  numpy-1.0.3-2.tar.gz


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


--- numpy-0.9.8-gfortran.patch DELETED ---


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


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




More information about the fedora-extras-commits mailing list