rpms/numpy/devel .cvsignore, 1.17, 1.18 numpy.spec, 1.39, 1.40 sources, 1.17, 1.18

Jon Ciesla limb at fedoraproject.org
Fri Jan 22 23:17:07 UTC 2010


Author: limb

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

Modified Files:
	.cvsignore numpy.spec sources 
Log Message:
1.4.0.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/numpy/devel/.cvsignore,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -p -r1.17 -r1.18
--- .cvsignore	7 Apr 2009 16:19:56 -0000	1.17
+++ .cvsignore	22 Jan 2010 23:17:07 -0000	1.18
@@ -1 +1 @@
-numpy-1.3.0.tar.gz
+numpy-1.4.0.tar.gz


Index: numpy.spec
===================================================================
RCS file: /cvs/pkgs/rpms/numpy/devel/numpy.spec,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -p -r1.39 -r1.40
--- numpy.spec	17 Nov 2009 15:15:33 -0000	1.39
+++ numpy.spec	22 Jan 2010 23:17:07 -0000	1.40
@@ -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.3.0
-Release:        6%{?dist}.fa1
+Version:        1.4.0
+Release:        1%{?dist}
 Summary:        A fast multidimensional array facility for Python
 
 Group:          Development/Languages
@@ -12,7 +12,7 @@ License:        BSD
 URL:            http://numeric.scipy.org/
 Source0:        http://downloads.sourceforge.net/numpy/%{name}-%{version}.tar.gz
 Patch0:         numpy-1.0.1-f2py.patch
-Patch1:	        numpy-arm.patch
+#Patch1:         numpy-arm.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  python-devel lapack-devel python-setuptools gcc-gfortran atlas-devel python-nose
@@ -44,7 +44,7 @@ This package includes a version of f2py 
 %prep
 %setup -q -n %{name}-%{version}
 %patch0 -p1 -b .f2py
-%patch1 -p1 -b .arm
+#%patch1 -p1 -b .arm
 
 %build
 env ATLAS=%{_libdir} FFTW=%{_libdir} BLAS=%{_libdir} \
@@ -99,6 +99,9 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitearch}/%{name}/random
 %{python_sitearch}/%{name}/testing
 %{python_sitearch}/%{name}/tests
+%{python_sitearch}/%{name}/compat
+%{python_sitearch}/%{name}/matrixlib
+%{python_sitearch}/%{name}/polynomial
 %if 0%{?fedora} >= 9
 %{python_sitearch}/%{name}-*.egg-info
 %endif
@@ -113,10 +116,13 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Jan 22 2010 Jon Ciesla <limb at jcomserv.net> 1.4.0-1
+- 1.4.0.
+- Dropped ARM patch, ARM support added upstream.
+
 * Tue Nov 17 2009 Jitesh Shah <jiteshs at marvell.com> - 1.3.0-6.fa1
 - Add ARM support
 
-
 * Sat Jul 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.3.0-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/numpy/devel/sources,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -p -r1.17 -r1.18
--- sources	7 Apr 2009 16:19:56 -0000	1.17
+++ sources	22 Jan 2010 23:17:07 -0000	1.18
@@ -1 +1 @@
-3f7773ff0971a5ebb8591536d8ec7bd6  numpy-1.3.0.tar.gz
+6d0ea698beda38109796240d08ecb296  numpy-1.4.0.tar.gz



More information about the scm-commits mailing list