auto-import changelog data from gimp-1.2.1-6.src.rpm

Tue Jun 19 2001 Matt Wilson <msw@redhat.com>
- added versioned requires to gimp-devel and gimp-perl
This commit is contained in:
cvsdist 2004-09-09 05:10:58 +00:00
parent 9130e6bffc
commit fb3f33752d

View File

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