From dec922777cbf9069a0c986166c80edd96b1b50fb Mon Sep 17 00:00:00 2001 From: Charles Coldwell Date: Aug 27 2007 20:50:44 +0000 Subject: changed Gnome group from Development to Utility --- diff --git a/emacs.desktop b/emacs.desktop index 956c2cb..ad72374 100644 --- a/emacs.desktop +++ b/emacs.desktop @@ -29,6 +29,6 @@ Exec=emacs %f Icon=emacs.png Type=Application Terminal=false -Categories=Application;Development;TextEditor;X-Red-Hat-Base; +Categories=Application;Utility;TextEditor;X-Red-Hat-Base; Encoding=UTF-8 StartupWMClass=Emacs diff --git a/emacs.spec b/emacs.spec index 7d40de7..81c9bff 100644 --- a/emacs.spec +++ b/emacs.spec @@ -3,7 +3,7 @@ Summary: GNU Emacs text editor Name: emacs Version: 22.1 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL URL: http://www.gnu.org/software/emacs/ Group: Applications/Editors @@ -300,6 +300,9 @@ fi %dir %{_datadir}/emacs/%{version} %changelog +* Mon Aug 28 2007 Chip Coldwell - 22.1-3 +- change group from Development to Utility + * Mon Aug 13 2007 Chip Coldwell - 22.1-2 - add pkgconfig file for emacs-common and virtual provides (Resolves: bz242176) - glibc-open-macro.patch to deal with glibc turning "open" into a macro.