diff --git a/gimp.spec b/gimp.spec index e5bec2c..aac2ff2 100644 --- a/gimp.spec +++ b/gimp.spec @@ -34,6 +34,8 @@ BuildRequires: fontconfig-devel >= 2.2.0 BuildRequires: gtkhtml2-devel BuildRequires: python-devel BuildRequires: pygtk2-devel +# cope with pygobject2/-devel being split off as well: +BuildRequires: %{_libdir}/pkgconfig/pygobject-2.0.pc BuildRequires: librsvg2-devel BuildRequires: libjpeg-devel BuildRequires: libtiff-devel @@ -361,6 +363,9 @@ fi %{_libdir}/pkgconfig/* %changelog +* Wed May 31 2006 Nils Philippsen - 2:2.2.11-5 +- cope with pygobject2/-devel being split off (#193368) + * Tue May 09 2006 Nils Philippsen - 2:2.2.11-4 - don't use long deprecated libpng API (#191027, patch by Manish Singh)