rpms/numpy/devel .cvsignore, 1.7, 1.8 numpy-1.0-gfortran.patch, 1.2, 1.3 numpy.spec, 1.15, 1.16 sources, 1.7, 1.8

Jarod Wilson (jwilson) fedora-extras-commits at redhat.com
Mon May 14 16:46:43 UTC 2007


Author: jwilson

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

Modified Files:
	.cvsignore numpy-1.0-gfortran.patch numpy.spec sources 
Log Message:
New upstream numpy release, v1.0.2


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/numpy/devel/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .cvsignore	13 Dec 2006 18:12:41 -0000	1.7
+++ .cvsignore	14 May 2007 16:46:09 -0000	1.8
@@ -2,3 +2,4 @@
 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-gfortran.patch:

Index: numpy-1.0-gfortran.patch
===================================================================
RCS file: /cvs/pkgs/rpms/numpy/devel/numpy-1.0-gfortran.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- numpy-1.0-gfortran.patch	17 Apr 2007 15:29:10 -0000	1.2
+++ numpy-1.0-gfortran.patch	14 May 2007 16:46:09 -0000	1.3
@@ -10,22 +10,6 @@
          'archiver'     : ["ar", "-cr"],
          'ranlib'       : ["ranlib"],
          'linker_exe'   : [fc_exe, "-g", "-Wall"]
-@@ -247,12 +247,14 @@ class GnuFCompiler(FCompiler):
- class Gnu95FCompiler(GnuFCompiler):
- 
-     compiler_type = 'gnu95'
--    version_match = simple_version_match(start='GNU Fortran 95')
-+    version_match = simple_version_match(start='GNU Fortran (95|\(GCC\))')
- 
-     # 'gfortran --version' results:
-     # Debian: GNU Fortran 95 (GCC 4.0.3 20051023 (prerelease) (Debian 4.0.2-3))
-     # OS X: GNU Fortran 95 (GCC) 4.1.0
-     #       GNU Fortran 95 (GCC) 4.2.0 20060218 (experimental)
-+    #       GNU Fortran (GCC) 4.3.0 20070316 (experimental)
-+    # Red Hat: GNU Fortran (GCC) 4.1.2 20070403 (Red Hat 4.1.2-8)
- 
-     for fc_exe in map(find_executable,['gfortran','f95']):
-         if os.path.isfile(fc_exe):
 @@ -257,7 +257,7 @@
          'compiler_f77' : [fc_exe,"-Wall","-ffixed-form","-fno-second-underscore"],
          'compiler_f90' : [fc_exe,"-Wall","-fno-second-underscore"],


Index: numpy.spec
===================================================================
RCS file: /cvs/pkgs/rpms/numpy/devel/numpy.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- numpy.spec	17 Apr 2007 15:29:10 -0000	1.15
+++ numpy.spec	14 May 2007 16:46:09 -0000	1.16
@@ -3,8 +3,8 @@
 %{!?python_version: %define python_version %(%{__python} -c 'import sys; print sys.version.split(" ")[0]' || echo "2.3")}
 
 Name:           numpy
-Version:        1.0.1
-Release:        4%{?dist}
+Version:        1.0.2
+Release:        1%{?dist}
 Summary:        A fast multidimensional array facility for Python
 
 Group:          Development/Languages
@@ -13,7 +13,6 @@
 Source0:        http://dl.sourceforge.net/numpy/%{name}-%{version}.tar.gz
 Patch0:         numpy-1.0.1-f2py.patch
 Patch1:         numpy-1.0-gfortran.patch
-Patch2:         numpy-1.0.1-cpuinfo.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  python-devel atlas-devel blas-devel lapack-devel python-setuptools gcc-gfortran
@@ -37,7 +36,6 @@
 %setup -q
 %patch0 -p1 -b .f2py
 %patch1 -p1 -b .gfortran
-%patch2 -p1 -b .cpuinfo
 
 %build
 env ATLAS=%{_libdir} FFTW=%{_libdir} BLAS=%{_libdir} \
@@ -76,6 +74,9 @@
 %{python_sitearch}/%{name}
 
 %changelog
+* 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


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/numpy/devel/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources	13 Dec 2006 18:12:41 -0000	1.7
+++ sources	14 May 2007 16:46:09 -0000	1.8
@@ -1 +1 @@
-13a29244cbe03e0d45e56d8d90ecb55d  numpy-1.0.1.tar.gz
+8be83678056ae31bfe641d35bbc181f4  numpy-1.0.2.tar.gz




More information about the fedora-extras-commits mailing list