rpms/numpy/devel numpy.spec,1.44,1.45 sources,1.18,1.19

Jon Ciesla limb at fedoraproject.org
Fri Apr 9 12:44:56 UTC 2010


Author: limb

Update of /cvs/pkgs/rpms/numpy/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv26912

Modified Files:
	numpy.spec sources 
Log Message:
Revert to 1.3.0



Index: numpy.spec
===================================================================
RCS file: /cvs/pkgs/rpms/numpy/devel/numpy.spec,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -p -r1.44 -r1.45
--- numpy.spec	2 Mar 2010 17:55:47 -0000	1.44
+++ numpy.spec	9 Apr 2010 12:44:55 -0000	1.45
@@ -3,8 +3,9 @@
 %{!?python_version: %define python_version %(%{__python} -c 'import sys; print sys.version.split(" ")[0]' || echo "2.3")}
 
 Name:           numpy
-Version:        1.4.0
-Release:        5%{?dist}
+Version:        1.3.0
+Release:        7%{?dist}
+Epoch:		1
 Summary:        A fast multidimensional array facility for Python
 
 Group:          Development/Languages
@@ -33,7 +34,7 @@ this package is a version of f2py that w
 %package f2py
 Summary:        f2py for numpy
 Group:          Development/Libraries
-Requires:       %{name} = %{version}-%{release}
+Requires:       %{name} = %{epoch}:%{version}-%{release}
 Requires:       python-devel
 Provides:       f2py
 Obsoletes:      f2py <= 2.45.241_1927
@@ -103,9 +104,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
+#%{python_sitearch}/%{name}/compat
+#%{python_sitearch}/%{name}/matrixlib
+#%{python_sitearch}/%{name}/polynomial
 %if 0%{?fedora} >= 9
 %{python_sitearch}/%{name}-*.egg-info
 %endif
@@ -121,6 +122,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Apr 08 2010 Jon Ciesla <limb at jcomserv.net> 1.3.0-7
+- Reverted to 1.3.0 after upstream pulled 1.4.0, BZ 579065.
+
 * Tue Mar 02 2010 Jon Ciesla <limb at jcomserv.net> 1.4.0-5
 - Linking /usr/include/numpy to .h files, BZ 185079.
 


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



More information about the scm-commits mailing list