rpms/geany/devel geany.spec,1.6,1.7

Jonathan G. Underwood (jgu) fedora-extras-commits at redhat.com
Sun Sep 9 10:32:11 UTC 2007


Author: jgu

Update of /cvs/extras/rpms/geany/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15932

Modified Files:
	geany.spec 
Log Message:
* Sun Sep  9 2007 Jonathan G. Underwood <j.underwood at gmail.com> - 0.11-2
- Fix Version entry in .desktop file



Index: geany.spec
===================================================================
RCS file: /cvs/extras/rpms/geany/devel/geany.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- geany.spec	9 Sep 2007 00:18:23 -0000	1.6
+++ geany.spec	9 Sep 2007 10:31:37 -0000	1.7
@@ -1,6 +1,6 @@
 Name:      geany
 Version:   0.11
-Release:   1%{?dist}
+Release:   2%{?dist}
 Summary:   A fast and lightweight IDE using GTK2
 
 Group:     Development/Tools
@@ -31,6 +31,9 @@
 %prep
 %setup -q
 
+# Fix incorrect version entry in desktop file
+sed -i -e 's/Version=1.1/Version=1.0/' geany.desktop.in
+
 %build
 %configure
 make %{?_smp_mflags}
@@ -59,6 +62,9 @@
 %{_mandir}/man1/geany.1.gz
 
 %changelog
+* Sun Sep  9 2007 Jonathan G. Underwood <j.underwood at gmail.com> - 0.11-2
+- Fix Version entry in .desktop file
+
 * Sun Sep  9 2007 Jonathan G. Underwood <j.underwood at gmail.com> - 0.11-1
 - Update to version 0.11
 




More information about the fedora-extras-commits mailing list