diff --git a/gimp.spec b/gimp.spec index c992118..0cd51c9 100644 --- a/gimp.spec +++ b/gimp.spec @@ -12,13 +12,13 @@ %define prever 0 %define gimp_lang_ver 20 -Summary: The GNU Image Manipulation Program BETA +Summary: The GNU Image Manipulation Program Name: gimp Version: 2.0.2 %if %prever -Release: 0.%{prever} +Release: 0.%{prever}.1 %else -Release: 2 +Release: 3 %endif Epoch: 1 License: GPL, LGPL @@ -382,6 +382,7 @@ install -m 644 $RPM_SOURCE_DIR/gimp.png %{buildroot}/%{_datadir}/pixmaps %changelog * Thu Jun 24 2004 Nils Philippsen - version 2.0.2 +- fix summary (#126682) * Tue Jun 22 2004 Nils Philippsen - build with gcc34 patch (sopwith)