rpms/gnome-settings-daemon/devel gsd-path-fix.patch, NONE, 1.1 gnome-settings-daemon.spec, 1.3, 1.4

Bastien Nocera (hadess) fedora-extras-commits at redhat.com
Thu Jan 31 10:40:09 UTC 2008


Author: hadess

Update of /cvs/pkgs/rpms/gnome-settings-daemon/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17746

Modified Files:
	gnome-settings-daemon.spec 
Added Files:
	gsd-path-fix.patch 
Log Message:
* Thu Jan 31 2008 - Bastien Nocera <bnocera at redhat.com> - 2.21.90.1-2
- Fix the path for g-s-d, from upstream patch


gsd-path-fix.patch:

--- NEW FILE gsd-path-fix.patch ---
--- trunk/data/org.gnome.SettingsDaemon.service.in	2008/01/28 13:23:34	73
+++ trunk/data/org.gnome.SettingsDaemon.service.in	2008/01/29 18:10:26	81
@@ -1,3 +1,3 @@
 [D-BUS Service]
 Name=org.gnome.SettingsDaemon
-Exec=@libexecdir@/gnome-settings-daemon/gnome-settings-daemon
+Exec=@libexecdir@/gnome-settings-daemon


Index: gnome-settings-daemon.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-settings-daemon/devel/gnome-settings-daemon.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gnome-settings-daemon.spec	29 Jan 2008 17:41:38 -0000	1.3
+++ gnome-settings-daemon.spec	31 Jan 2008 10:39:34 -0000	1.4
@@ -1,6 +1,6 @@
 Name:		gnome-settings-daemon
 Version:	2.21.90.1
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	The daemon sharing settings from GNOME to GTK+/KDE applications
 
 Group:		System Environment/Daemons
@@ -29,6 +29,8 @@
 BuildRequires:	gettext
 BuildRequires:	perl(XML::Parser)
 
+Patch0:		gsd-path-fix.patch
+
 %description
 A daemon to share settings from GNOME to other applications. It also 
 handles global keybindings, as well as a number of desktop-wide settings.
@@ -46,6 +48,7 @@
 
 %prep
 %setup -q
+%patch0 -p2 -b .path
 
 %build
 %configure --enable-static=no
@@ -111,6 +114,9 @@
 %{_libdir}/pkgconfig/gnome-settings-daemon.pc
 
 %changelog
+* Thu Jan 31 2008 - Bastien Nocera <bnocera at redhat.com> - 2.21.90.1-2
+- Fix the path for g-s-d, from upstream patch
+
 * Tue Jan 29 2008 - Bastien Nocera <bnocera at redhat.com> - 2.21.90.1-1
 - Update to 2.21.90.1
 




More information about the fedora-extras-commits mailing list