diff --git a/geany.spec b/geany.spec index cf7180f..595face 100644 --- a/geany.spec +++ b/geany.spec @@ -1,6 +1,6 @@ Name: geany Version: 0.12 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A fast and lightweight IDE using GTK2 Group: Development/Tools @@ -33,7 +33,7 @@ Some features: %setup -q # Fix incorrect version entry in desktop file -sed -i -e 's/Version=1.1/Version=1.0/' geany.desktop.in +sed -i -e 's/Version=1.1/Version=1.0/' geany.desktop.in.in %build %configure @@ -63,6 +63,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man1/geany.1.gz %changelog +* Thu Oct 18 2007 Jonathan G. Underwood - 0.12-3 +- Fix Version entry in .desktop file again + * Thu Oct 18 2007 Jonathan G. Underwood - 0.12-2 - Add a BuildRequires for perl(XML::Parser)