diff --git a/pygtk2.spec b/pygtk2.spec index c513864..a3e51c8 100644 --- a/pygtk2.spec +++ b/pygtk2.spec @@ -34,9 +34,9 @@ Patch1: pygtk2-2.12.1-pygtk-generic-cell-renderer-activate.patch # Leave these requirements alone! RPM isn't smart enough # to derive these from the build requirements below. +Requires: numpy Requires: pycairo Requires: pygobject2 -Requires: python-numeric ### Build Dependencies ### @@ -47,10 +47,10 @@ BuildRequires: gtk2-devel >= %{gtk2_version} BuildRequires: libglade2-devel >= %{libglade2_version} BuildRequires: libtool BuildRequires: libxslt +BuildRequires: numpy BuildRequires: pango-devel >= %{pango_version} BuildRequires: pycairo-devel >= %{pycairo_version} BuildRequires: pygobject2-devel >= %{pygobject2_version} -BuildRequires: python-numeric BuildRequires: python2-devel >= %{python2_version} %description @@ -163,10 +163,13 @@ rm -fr $RPM_BUILD_ROOT %{_datadir}/gtk-doc/html/pygtk %changelog -* Mon May 25 2009 Matthew Barnes - 2.15.1-1.fc11 +* Tue Jun 02 2009 Matthew Barnes - 2.15.1-2.fc12 +- Require numpy instead of python-numeric (RH bug #503691). + +* Mon May 25 2009 Matthew Barnes - 2.15.1-1.fc12 - Update to 2.15.1 -* Sat May 02 2009 Matthew Barnes - 2.15.0-1.fc11 +* Sat May 02 2009 Matthew Barnes - 2.15.0-1.fc12 - Update to 2.15.0 - Bump pygobject2_version to 2.16.1.