From 6ffeefc58d274e79e141ec646a0a7ae96df5b818 Mon Sep 17 00:00:00 2001 From: Jon Ciesla Date: Mon, 26 Apr 2010 20:31:24 +0000 Subject: [PATCH] Moved distutils back to main. --- numpy.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/numpy.spec b/numpy.spec index bd8e4d8..70a156e 100644 --- a/numpy.spec +++ b/numpy.spec @@ -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 1.3.0-8 +- Moved distutils back to the main package, BZ 572820. + * Thu Apr 08 2010 Jon Ciesla 1.3.0-7 - Reverted to 1.3.0 after upstream pulled 1.4.0, BZ 579065.