From fb3f33752d1288a8a15f8e88e4457cf5e61c443a Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 05:10:58 +0000 Subject: [PATCH] auto-import changelog data from gimp-1.2.1-6.src.rpm Tue Jun 19 2001 Matt Wilson - added versioned requires to gimp-devel and gimp-perl --- gimp.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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)