diff --git a/gimp.spec b/gimp.spec index fc1184b..10b69b2 100644 --- a/gimp.spec +++ b/gimp.spec @@ -5,7 +5,7 @@ Summary: The GNU Image Manipulation Program Name: gimp Version: %{subver}.%{microver} -Release: 5 +Release: 6 Epoch: 1 Copyright: GPL, LGPL Group: Applications/Multimedia @@ -50,7 +50,7 @@ gimp-data-extras, which includes various extra files for the GIMP. %package devel Summary: GIMP plugin and extension development kit Group: Applications/Multimedia -Requires: gtk+-devel +Requires: gtk+-devel, gimp = %{version} %description devel The gimp-devel package contains the static libraries and header files for writing GNU Image Manipulation Program (GIMP) plug-ins and @@ -63,7 +63,7 @@ and gimp, and you may want to install gimp-data-extras. %package perl Summary: GIMP perl extensions and plugins. Group: Applications/Multimedia -Requires: gimp +Requires: gimp = %{version} Requires: perl %description perl @@ -260,6 +260,9 @@ install -m 644 $RPM_SOURCE_DIR/gimp.png %{buildroot}/%{_datadir}/pixmaps %{_bindir}/xcftopnm %changelog +* Tue Jun 19 2001 Matt Wilson +- added versioned requires to gimp-devel and gimp-perl + * Tue Apr 3 2001 Matt Wilson - added gimp-1.2.1-locale.patch, which I've checked in to gimp CVS, to correctly set up the locale in plug-ins (#34214)