From 5b278c5350990e4ab6db5a0476a0bdaeae32dc3a Mon Sep 17 00:00:00 2001 From: "Jonathan G. Underwood" Date: Thu, 18 Oct 2007 22:32:55 +0000 Subject: [PATCH] - Fix Version entry in .desktop file again --- geany.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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)