diff --git a/ATpy.spec b/ATpy.spec index d2a0cdf..5029724 100644 --- a/ATpy.spec +++ b/ATpy.spec @@ -6,7 +6,7 @@ Name: ATpy Version: 0.9.5 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Astronomical Tables in Python License: MIT @@ -22,7 +22,6 @@ Requires: numpy %if 0%{?with_python3} BuildRequires: python3-devel BuildRequires: python3-setuptools -Requires: python3-numpy %endif # with_python3 %description @@ -34,6 +33,7 @@ and ASCII tables) with a very simple API. %if 0%{?with_python3} %package -n python3-ATpy Summary: Astronomical Tables in Python +Requires: python3-numpy %description -n python3-ATpy ATpy is a high-level Python package providing a way to manipulate tables of @@ -90,6 +90,9 @@ popd %endif # with_python3 %changelog +* Wed May 11 2011 Sergio Pascual - 0.9.5-2 +- Moving Requires for python3 to its proper place in package macro + * Mon May 02 2011 Sergio Pascual - 0.9.5-1 - New upstream release