From 9afafeab40b3cd76c5d518c569d6af1c97f30b96 Mon Sep 17 00:00:00 2001 From: Jerry James Date: Jul 21 2014 22:15:12 +0000 Subject: Add comment to desktop file. --- diff --git a/frama-c-gui.desktop b/frama-c-gui.desktop index 9e403d9..0d9e194 100644 --- a/frama-c-gui.desktop +++ b/frama-c-gui.desktop @@ -1,6 +1,7 @@ [Desktop Entry] Name=Frama-C GenericName=Frama C +Comment=Framework for analysis of C source code Exec=frama-c-gui Icon=frama-c Terminal=false diff --git a/frama-c.spec b/frama-c.spec index 4bae682..9050a79 100644 --- a/frama-c.spec +++ b/frama-c.spec @@ -16,7 +16,7 @@ Name: frama-c Version: 1.10 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Framework for source code analysis of C software # Licensing breakdown in source file frama-c-1.6-licensing @@ -279,6 +279,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %{_xemacs_sitelispdir}/acsl.el %changelog +* Mon Jul 21 2014 Jerry James - 1.10-8 +- Add comment to desktop file + * Thu Jun 26 2014 Jerry James - 1.10-7 - Set LDFLAGS in a less destructive way (bz 1105265)