rpms/numpy/devel .cvsignore, 1.15, 1.16 numpy.spec, 1.31, 1.32 sources, 1.15, 1.16

Jon Ciesla limb at fedoraproject.org
Thu Apr 2 19:33:59 UTC 2009


Author: limb

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

Modified Files:
	.cvsignore numpy.spec sources 
Log Message:
1.3.0rc1



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/numpy/devel/.cvsignore,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- .cvsignore	19 Dec 2008 20:46:27 -0000	1.15
+++ .cvsignore	2 Apr 2009 19:33:29 -0000	1.16
@@ -1 +1 @@
-numpy-1.2.1.tar.gz
+numpy-1.3.0rc1.tar.gz


Index: numpy.spec
===================================================================
RCS file: /cvs/pkgs/rpms/numpy/devel/numpy.spec,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- numpy.spec	5 Mar 2009 14:13:32 -0000	1.31
+++ numpy.spec	2 Apr 2009 19:33:29 -0000	1.32
@@ -3,14 +3,14 @@
 %{!?python_version: %define python_version %(%{__python} -c 'import sys; print sys.version.split(" ")[0]' || echo "2.3")}
 
 Name:           numpy
-Version:        1.2.1
-Release:        3%{?dist}
+Version:        1.3.0
+Release:        0.rc1%{?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
+Source0:        http://dl.sourceforge.net/numpy/%{name}-%{version}rc1.tar.gz
 Patch0:         numpy-1.0.1-f2py.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -33,7 +33,7 @@
 this package is a version of f2py that works properly with NumPy.
 
 %prep
-%setup -q -n %{name}-%{version}
+%setup -q -n %{name}-%{version}rc1
 %patch0 -p1 -b .f2py
 
 %build
@@ -76,6 +76,9 @@
 %endif
 
 %changelog
+* Thu Apr 02 2009 Jon Ciesla <limb at jcomserv.net> 1.3.0-0.rc1
+- Update to latest upstream.
+
 * Thu Mar 05 2009 Jon Ciesla <limb at jcomserv.net> 1.2.1-3
 - Require python-devel, BZ 488464.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/numpy/devel/sources,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- sources	19 Dec 2008 20:46:27 -0000	1.15
+++ sources	2 Apr 2009 19:33:29 -0000	1.16
@@ -1 +1 @@
-1bc6dbddaf4b48ded8a619c6438fff37  numpy-1.2.1.tar.gz
+20cdddd69594420b0f8556bbc4a27a5a  numpy-1.3.0rc1.tar.gz




More information about the fedora-extras-commits mailing list