rpms/numpy/F-8 .cvsignore, 1.10, 1.11 numpy.spec, 1.19, 1.20 sources, 1.10, 1.11

Jarod Wilson (jwilson) fedora-extras-commits at redhat.com
Thu May 29 19:24:41 UTC 2008


Author: jwilson

Update of /cvs/pkgs/rpms/numpy/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv832

Modified Files:
	.cvsignore numpy.spec sources 
Log Message:
* Thu May 29 2008 Jarod Wilson <jwilson at redhat.com> 1.1.0-1
- New upstream release



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/numpy/F-8/.cvsignore,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- .cvsignore	22 Aug 2007 15:03:20 -0000	1.10
+++ .cvsignore	29 May 2008 19:23:46 -0000	1.11
@@ -1,7 +1 @@
-numpy-0.9.6.tar.gz
-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.3-2.tar.gz
-numpy-1.0.3.1.tar.gz
+numpy-1.1.0.tar.gz


Index: numpy.spec
===================================================================
RCS file: /cvs/pkgs/rpms/numpy/F-8/numpy.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- numpy.spec	22 Aug 2007 15:03:20 -0000	1.19
+++ numpy.spec	29 May 2008 19:23:46 -0000	1.20
@@ -3,7 +3,7 @@
 %{!?python_version: %define python_version %(%{__python} -c 'import sys; print sys.version.split(" ")[0]' || echo "2.3")}
 
 Name:           numpy
-Version:        1.0.3.1
+Version:        1.1.0
 Release:        1%{?dist}
 Summary:        A fast multidimensional array facility for Python
 
@@ -56,7 +56,7 @@
 ln -s f2py f2py.numpy
 popd &> /dev/null
 
-%check ||:
+%check
 pushd doc &> /dev/null
 PYTHONPATH="$RPM_BUILD_ROOT%{python_sitearch}" %{__python} -c "import pkg_resources, numpy ; numpy.test(1, 1)"
 popd &> /dev/null
@@ -70,8 +70,20 @@
 %{_bindir}/*
 %{_mandir}/man*/*
 %{python_sitearch}/%{name}
+%if 0%{?fedora} >= 9
+%{python_sitearch}/%{name}-*.egg-info
+%endif
 
 %changelog
+* Thu May 29 2008 Jarod Wilson <jwilson at redhat.com> 1.1.0-1
+- New upstream release
+
+* Tue May 06 2008 Jarod Wilson <jwilson at redhat.com> 1.0.4-1
+- New upstream release
+
+* Mon Feb 11 2008 Jarod Wilson <jwilson at redhat.com> 1.0.3.1-2
+- Add python egg to %%files on f9+
+
 * Wed Aug 22 2007 Jarod Wilson <jwilson at redhat.com> 1.0.3.1-1
 - New upstream release
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/numpy/F-8/sources,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- sources	22 Aug 2007 15:03:20 -0000	1.10
+++ sources	29 May 2008 19:23:46 -0000	1.11
@@ -1 +1 @@
-3358c772f0d51dcfd78c5ee23126aff9  numpy-1.0.3.1.tar.gz
+bf176b9857c4c588a63e414df84a1826  numpy-1.1.0.tar.gz




More information about the fedora-extras-commits mailing list