rpms/numpy/devel numpy.spec,1.45,1.46

Jon Ciesla limb at fedoraproject.org
Mon Apr 26 20:31:25 UTC 2010


Author: limb

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

Modified Files:
	numpy.spec 
Log Message:
Moved distutils back to main.



Index: numpy.spec
===================================================================
RCS file: /cvs/pkgs/rpms/numpy/devel/numpy.spec,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -p -r1.45 -r1.46
--- numpy.spec	9 Apr 2010 12:44:55 -0000	1.45
+++ numpy.spec	26 Apr 2010 20:31:24 -0000	1.46
@@ -4,7 +4,7 @@
 
 Name:           numpy
 Version:        1.3.0
-Release:        7%{?dist}
+Release:        8%{?dist}
 Epoch:		1
 Summary:        A fast multidimensional array facility for Python
 
@@ -95,6 +95,7 @@ rm -rf $RPM_BUILD_ROOT
 %dir %{python_sitearch}/%{name}
 %{python_sitearch}/%{name}/*.py*
 %{python_sitearch}/%{name}/core
+%{python_sitearch}/%{name}/distutils
 %{python_sitearch}/%{name}/fft
 %{python_sitearch}/%{name}/lib
 %{python_sitearch}/%{name}/linalg
@@ -117,11 +118,13 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man*/*
 %{_bindir}/f2py
 %{_bindir}/f2py.numpy
-%{python_sitearch}/%{name}/distutils
 %{python_sitearch}/%{name}/f2py
 
 
 %changelog
+* Mon Apr 26 2010 Jon Ciesla <limb at jcomserv.net> 1.3.0-8
+- Moved distutils back to the main package, BZ 572820.
+
 * 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.
 



More information about the scm-commits mailing list