rpms/numpy/devel .cvsignore, 1.6, 1.7 numpy.spec, 1.9, 1.10 sources, 1.6, 1.7 numpy-0.9.8-gfortran.patch, 1.1, NONE

Jarod Wilson (jwilson) fedora-extras-commits at redhat.com
Wed Dec 13 18:13:11 UTC 2006


Author: jwilson

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

Modified Files:
	.cvsignore numpy.spec sources 
Removed Files:
	numpy-0.9.8-gfortran.patch 
Log Message:
Bump to new upstream release 1.0.1


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/numpy/devel/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore	25 Oct 2006 21:55:43 -0000	1.6
+++ .cvsignore	13 Dec 2006 18:12:41 -0000	1.7
@@ -1,3 +1,4 @@
 numpy-0.9.6.tar.gz
 numpy-0.9.8.tar.gz
 numpy-1.0.tar.gz
+numpy-1.0.1.tar.gz


Index: numpy.spec
===================================================================
RCS file: /cvs/extras/rpms/numpy/devel/numpy.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- numpy.spec	13 Dec 2006 05:33:21 -0000	1.9
+++ numpy.spec	13 Dec 2006 18:12:41 -0000	1.10
@@ -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
-Release:        3%{?dist}
+Version:        1.0.1
+Release:        1%{?dist}
 Summary:        A fast multidimensional array facility for Python
 
 Group:          Development/Languages
@@ -18,16 +18,16 @@
 BuildRequires:  python-devel atlas-devel blas-devel lapack-devel python-setuptools gcc-gfortran
 
 %description
-The Numeric Python extensions is a set of extensions to the Python programming
-language which allows Python programmers to efficiently manipulate large sets
-of objects organized in grid-like fashion. These sets of objects are called
-arrays, and they can have any number of dimensions: one dimensional arrays are
-similar to standard Python sequences, two-dimensional arrays are similar to
-matrices from linear algebra. Note that one-dimensional arrays are also
-different from any other Python sequence, and that two-dimensional matrices
-are also different from the matrices of linear algebra.
-
-This package also contains a version of f2py that works properly with it.
+NumPy is a general-purpose array-processing package designed to
+efficiently manipulate large multi-dimensional arrays of arbitrary
+records without sacrificing too much speed for small multi-dimensional
+arrays.  NumPy is built on the Numeric code base and adds features
+introduced by numarray as well as an extended C-API and the ability to
+create arrays of arbitrary type.
+
+There are also basic facilities for discrete fourier transform,
+basic linear algebra and random number generation. Also included in
+this package is a version of f2py that works properly with NumPy.
 
 %prep
 %setup -q
@@ -35,15 +35,15 @@
 %patch1 -p1 -b .gfortran
 
 %build
-ATLAS=%{_libdir} FFTW=%{_libdir} BLAS=%{_libdir} \
+env ATLAS=%{_libdir} FFTW=%{_libdir} BLAS=%{_libdir} \
     LAPACK=%{_libdir} CFLAGS="$RPM_OPT_FLAGS" \
-    %{__python} setup.py build --without-pydebug
+    %{__python} setup.py build
 
 %install
 rm -rf $RPM_BUILD_ROOT
 #%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
 # skip-build currently broken, this works around it for now
-ATLAS=%{_libdir} FFTW=%{_libdir} BLAS=%{_libdir} \
+env ATLAS=%{_libdir} FFTW=%{_libdir} BLAS=%{_libdir} \
     LAPACK=%{_libdir} CFLAGS="$RPM_OPT_FLAGS" \
     %{__python} setup.py install --root $RPM_BUILD_ROOT
 rm -rf docs-f2py ; mv $RPM_BUILD_ROOT%{python_sitearch}/%{name}/f2py/docs docs-f2py
@@ -70,8 +70,8 @@
 %{python_sitearch}/%{name}
 
 %changelog
-* Wed Dec 12 2006 Jarod Wilson <jwilson at redhat.com> 1.0-3
-- Disable pydebug, build against python 2.5 fails otherwise
+* Wed Dec 13 2006 Jarod Wilson <jwilson at redhat.com> 1.0.1-1
+- New upstream release (yay, it even builds w/python 2.5)
 
 * Tue Dec 12 2006 Jarod Wilson <jwilson at redhat.com> 1.0-2
 - Rebuild for python 2.5


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/numpy/devel/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources	25 Oct 2006 21:55:43 -0000	1.6
+++ sources	13 Dec 2006 18:12:41 -0000	1.7
@@ -1 +1 @@
-47dd0daa82e7b3f0fe74b969b388d7b3  numpy-1.0.tar.gz
+13a29244cbe03e0d45e56d8d90ecb55d  numpy-1.0.1.tar.gz


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




More information about the fedora-extras-commits mailing list