rpms/gnome-settings-daemon/F-10 gnome-settings-daemon-2.24.1-umask.patch, NONE, 1.1 gnome-settings-daemon.spec, 1.73, 1.74

Behdad Esfahbod behdad at fedoraproject.org
Sun Dec 7 09:03:28 UTC 2008


Author: behdad

Update of /cvs/pkgs/rpms/gnome-settings-daemon/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26148

Modified Files:
	gnome-settings-daemon.spec 
Added Files:
	gnome-settings-daemon-2.24.1-umask.patch 
Log Message:
* Sun Dec  7 2008 Behdad Esfahbod <besfahbo at redhat.com> - 2.24.1-3
- Add gnome-settings-daemon-2.24.1-umask.patch


gnome-settings-daemon-2.24.1-umask.patch:

--- NEW FILE gnome-settings-daemon-2.24.1-umask.patch ---
diff -up gnome-settings-daemon-2.24.1/gnome-settings-daemon/main.c.umask gnome-settings-daemon-2.24.1/gnome-settings-daemon/main.c
--- gnome-settings-daemon-2.24.1/gnome-settings-daemon/main.c.umask	2008-12-07 03:55:58.000000000 -0500
+++ gnome-settings-daemon-2.24.1/gnome-settings-daemon/main.c	2008-12-07 03:56:04.000000000 -0500
@@ -296,7 +296,6 @@ daemon_detach (void)
 
         /* get outta the way */
         chdir ("/");
-        umask (0117);
 }
 
 static void


Index: gnome-settings-daemon.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-settings-daemon/F-10/gnome-settings-daemon.spec,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- gnome-settings-daemon.spec	25 Nov 2008 18:39:50 -0000	1.73
+++ gnome-settings-daemon.spec	7 Dec 2008 09:02:58 -0000	1.74
@@ -1,6 +1,6 @@
 Name:		gnome-settings-daemon
 Version:	2.24.1
-Release:	2%{?dist}
+Release:	3%{?dist}
 Summary:	The daemon sharing settings from GNOME to GTK+/KDE applications
 
 Group:		System Environment/Daemons
@@ -40,6 +40,9 @@
 
 Patch11:        gsd-patches-behdad-f10.patch
 
+# http://bugzilla.gnome.org/show_bug.cgi?id=563543
+Patch12:	gnome-settings-daemon-2.24.1-umask.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.
@@ -62,6 +65,7 @@
 %patch7 -p1 -b .fnf7-cycle
 %patch8 -p1 -b .fade
 %patch11 -p1 -b .behdad
+%patch12 -p1 -b .umask
 
 %build
 libtoolize --force --copy
@@ -165,6 +169,9 @@
 %{_libdir}/pkgconfig/gnome-settings-daemon.pc
 
 %changelog
+* Sun Dec  7 2008 Behdad Esfahbod <besfahbo at redhat.com> - 2.24.1-3
+- Add gnome-settings-daemon-2.24.1-umask.patch
+
 * Tue Nov 25 2008 Matthias Clasen <mclasen at redhat.com> - 2.24.1-2
 - Update to 2.24.1
 - Backport performance fixes 




More information about the fedora-extras-commits mailing list