rpms/numpy/devel .cvsignore, 1.9, 1.10 numpy.spec, 1.18, 1.19 sources, 1.9, 1.10 numpy-1.0.3-setup.patch, 1.1, NONE

Jarod Wilson (jwilson) fedora-extras-commits at redhat.com
Wed Aug 22 15:03:55 UTC 2007


Author: jwilson

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

Modified Files:
	.cvsignore numpy.spec sources 
Removed Files:
	numpy-1.0.3-setup.patch 
Log Message:
New upstream release, numpy v1.0.3.1


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/numpy/devel/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- .cvsignore	6 Jun 2007 14:18:31 -0000	1.9
+++ .cvsignore	22 Aug 2007 15:03:20 -0000	1.10
@@ -4,3 +4,4 @@
 numpy-1.0.1.tar.gz
 numpy-1.0.2.tar.gz
 numpy-1.0.3-2.tar.gz
+numpy-1.0.3.1.tar.gz


Index: numpy.spec
===================================================================
RCS file: /cvs/pkgs/rpms/numpy/devel/numpy.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- numpy.spec	6 Jun 2007 14:18:31 -0000	1.18
+++ numpy.spec	22 Aug 2007 15:03:20 -0000	1.19
@@ -3,18 +3,15 @@
 %{!?python_version: %define python_version %(%{__python} -c 'import sys; print sys.version.split(" ")[0]' || echo "2.3")}
 
 Name:           numpy
-Version:        1.0.3
+Version:        1.0.3.1
 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
-# Upstream apparently had a problem with their first 1.0.3 tarball...
-Source0:        http://dl.sourceforge.net/numpy/%{name}-%{version}-2.tar.gz
+Source0:        http://dl.sourceforge.net/numpy/%{name}-%{version}.tar.gz
 Patch0:         numpy-1.0.1-f2py.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
@@ -37,7 +34,6 @@
 %prep
 %setup -q -n %{name}-%{version}
 %patch0 -p1 -b .f2py
-%patch1 -p1 -b .setup
 
 %build
 env ATLAS=%{_libdir} FFTW=%{_libdir} BLAS=%{_libdir} \
@@ -76,6 +72,9 @@
 %{python_sitearch}/%{name}
 
 %changelog
+* Wed Aug 22 2007 Jarod Wilson <jwilson at redhat.com> 1.0.3.1-1
+- New upstream release
+
 * Wed Jun 06 2007 Jarod Wilson <jwilson at redhat.com> 1.0.3-1
 - New upstream release
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/numpy/devel/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- sources	6 Jun 2007 14:18:31 -0000	1.9
+++ sources	22 Aug 2007 15:03:20 -0000	1.10
@@ -1 +1 @@
-ff0ec1a633e426c8230b6c9d333cc1e6  numpy-1.0.3-2.tar.gz
+3358c772f0d51dcfd78c5ee23126aff9  numpy-1.0.3.1.tar.gz


--- numpy-1.0.3-setup.patch DELETED ---




More information about the fedora-extras-commits mailing list