rpms/numpy/devel .cvsignore, 1.14, 1.15 numpy.spec, 1.28, 1.29 sources, 1.14, 1.15

Jon Ciesla limb at fedoraproject.org
Fri Dec 19 20:46:58 UTC 2008


Author: limb

Update of /cvs/pkgs/rpms/numpy/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19622

Modified Files:
	.cvsignore numpy.spec sources 
Log Message:
New upstream.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/numpy/devel/.cvsignore,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- .cvsignore	8 Oct 2008 13:50:24 -0000	1.14
+++ .cvsignore	19 Dec 2008 20:46:27 -0000	1.15
@@ -1 +1 @@
-numpy-1.2.0.tar.gz
+numpy-1.2.1.tar.gz


Index: numpy.spec
===================================================================
RCS file: /cvs/pkgs/rpms/numpy/devel/numpy.spec,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- numpy.spec	16 Dec 2008 05:25:34 -0000	1.28
+++ numpy.spec	19 Dec 2008 20:46:27 -0000	1.29
@@ -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.2.0
-Release:        3%{?dist}
+Version:        1.2.1
+Release:        1%{?dist}
 Summary:        A fast multidimensional array facility for Python
 
 Group:          Development/Languages
@@ -14,7 +14,7 @@
 Patch0:         numpy-1.0.1-f2py.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  python-devel lapack-devel python-setuptools gcc-gfortran atlas-devel python-nose
+BuildRequires:  python-devel lapack-devel python-setuptools gcc-gfortran atlas python-nose
 Requires:	python-nose
 
 Provides:       f2py
@@ -37,7 +37,7 @@
 %patch0 -p1 -b .f2py
 
 %build
-env ATLAS=%{_libdir}/atlas FFTW=%{_libdir} BLAS=%{_libdir} \
+env ATLAS=%{_libdir} FFTW=%{_libdir} BLAS=%{_libdir} \
     LAPACK=%{_libdir} CFLAGS="$RPM_OPT_FLAGS" \
     %{__python} setup.py build
 
@@ -45,7 +45,7 @@
 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
-env ATLAS=%{_libdir}/atlas 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
@@ -76,8 +76,8 @@
 %endif
 
 %changelog
-* Mon Dec 15 2008 Deji Akingunola <dakingun at gmail.com> - 1.2.0-3
-- Rebuild for atlas-3.8.2
+* Fri Dec 19 2008 Jon Ciesla <limb at jcomserv.net> 1.2.1-1
+- Update to 1.2.1.
 
 * Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm at gmail.com> - 1.2.0-2
 - Rebuild for Python 2.6


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/numpy/devel/sources,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- sources	8 Oct 2008 13:50:24 -0000	1.14
+++ sources	19 Dec 2008 20:46:27 -0000	1.15
@@ -1 +1 @@
-1e760a8bca54f6116c42cd1b124673af  numpy-1.2.0.tar.gz
+1bc6dbddaf4b48ded8a619c6438fff37  numpy-1.2.1.tar.gz




More information about the fedora-extras-commits mailing list