diff --git a/gimp.spec b/gimp.spec index 33f0f4f..07afd15 100644 --- a/gimp.spec +++ b/gimp.spec @@ -16,9 +16,9 @@ Summary: The GNU Image Manipulation Program BETA Name: gimp Version: 2.0.1 %if %prever -Release: 1.%{prever}.1 +Release: 0.%{prever} %else -Release: 6 +Release: 7 %endif Epoch: 1 License: GPL, LGPL @@ -62,6 +62,7 @@ Source1: gimp.desktop Source2: gimp.png Patch0: gimp-2.0pre3-buildroot.patch Patch1: gimp-2.0.1-gimphelpmissing.patch +Patch2: gimp-2.0.1-gcc34.patch %description The GIMP (GNU Image Manipulation Program) is a powerful image @@ -114,6 +115,7 @@ GIMP image manipulation program. %endif %patch0 -p1 -b .buildroot %patch1 -p1 -b .gimphelpmissing +%patch2 -p1 -b .gcc34 %build # aclocal -I m4macros || aclocal-1.6 -I m4macros || aclocal-1.5 -I m4macros @@ -380,6 +382,9 @@ install -m 644 $RPM_SOURCE_DIR/gimp.png %{buildroot}/%{_datadir}/pixmaps %endif %changelog +* Tue Jun 15 2004 Elliot Lee +- rebuilt + * Mon May 31 2004 Nils Philippsen - rebuild for Rawhide