rpms/gnome-session/devel icon-name.patch, NONE, 1.1 gnome-session.spec, 1.180, 1.181

Matthias Clasen (mclasen) fedora-extras-commits at redhat.com
Thu Aug 7 04:07:10 UTC 2008


Author: mclasen

Update of /cvs/extras/rpms/gnome-session/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4349

Modified Files:
	gnome-session.spec 
Added Files:
	icon-name.patch 
Log Message:
another icon name fix


icon-name.patch:

--- NEW FILE icon-name.patch ---
diff -up gnome-session-2.23.6/capplet/commands.c.icon-name gnome-session-2.23.6/capplet/commands.c
--- gnome-session-2.23.6/capplet/commands.c.icon-name	2008-08-07 00:03:55.000000000 -0400
+++ gnome-session-2.23.6/capplet/commands.c	2008-08-07 00:04:16.000000000 -0400
@@ -32,7 +32,7 @@
 #include "gsm-util.h"
 
 #define DESKTOP_ENTRY_GROUP  "Desktop Entry"
-#define STARTUP_APP_ICON     "gnome-run"
+#define STARTUP_APP_ICON     "system-run"
 
 #define REALLY_IDENTICAL_STRING(a, b)                   \
         ((a && b && !strcmp (a, b)) || (!a && !b))


Index: gnome-session.spec
===================================================================
RCS file: /cvs/extras/rpms/gnome-session/devel/gnome-session.spec,v
retrieving revision 1.180
retrieving revision 1.181
diff -u -r1.180 -r1.181
--- gnome-session.spec	5 Aug 2008 16:02:10 -0000	1.180
+++ gnome-session.spec	7 Aug 2008 04:06:40 -0000	1.181
@@ -12,7 +12,7 @@
 Summary: GNOME session manager
 Name: gnome-session
 Version: 2.23.6
-Release: 1%{?dist}
+Release: 2%{?dist}
 URL: http://www.gnome.org
 Source0: http://download.gnome.org/sources/gnome-session/2.23/%{name}-%{version}.tar.bz2
 Source1: redhat-default-session
@@ -63,6 +63,8 @@
 Requires(post): GConf2 >= %{gconf2_version}
 Requires(preun): GConf2 >= %{gconf2_version}
 
+Patch0: icon-names.patch
+
 %description
 
 gnome-session manages a GNOME desktop session. It starts up the other core
@@ -70,6 +72,7 @@
 
 %prep
 %setup -q
+%patch0 -p1 -b .icon-names
 
 %build
 
@@ -164,6 +167,9 @@
 
 
 %changelog
+* Thu Aug  7 2008 Matthias Clasen  <mclasen at redhat.com> - 2.23.6-2
+- Fix another icon name
+
 * Tue Aug  5 2008 Matthias Clasen  <mclasen at redhat.com> - 2.23.6-1
 - Update to 2.23.6
  




More information about the fedora-extras-commits mailing list