rpms/notify-daemon/devel notify-daemon-0.3.1-xselection.patch, 1.1, 1.2 notify-daemon.spec, 1.12, 1.13

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Apr 17 22:50:13 UTC 2006


Author: krh

Update of /cvs/dist/rpms/notify-daemon/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv12079

Modified Files:
	notify-daemon-0.3.1-xselection.patch notify-daemon.spec 
Log Message:
* Mon Apr 17 2006 Kristian Høgsberg <krh at redhat.com> 0.3.1-10
- Update name of compositing manager selection to track recent
  metacity changes.


notify-daemon-0.3.1-xselection.patch:
 eggnotificationbubblewidget.c |   32 +++++++++++++++++++++++++-------
 1 files changed, 25 insertions(+), 7 deletions(-)

Index: notify-daemon-0.3.1-xselection.patch
===================================================================
RCS file: /cvs/dist/rpms/notify-daemon/devel/notify-daemon-0.3.1-xselection.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- notify-daemon-0.3.1-xselection.patch	3 Feb 2006 22:29:40 -0000	1.1
+++ notify-daemon-0.3.1-xselection.patch	17 Apr 2006 22:50:05 -0000	1.2
@@ -21,7 +21,7 @@
 +  char buf[128];
 +  GdkWindow *owner = NULL;
 +
-+  snprintf (buf, sizeof (buf), "CM_S%d", number);
++  snprintf (buf, sizeof (buf), "_NET_WM_CM_S%d", number);
 +
 +  GdkAtom clipboard_atom = gdk_atom_intern (buf, FALSE);
 +


Index: notify-daemon.spec
===================================================================
RCS file: /cvs/dist/rpms/notify-daemon/devel/notify-daemon.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- notify-daemon.spec	8 Mar 2006 18:24:35 -0000	1.12
+++ notify-daemon.spec	17 Apr 2006 22:50:05 -0000	1.13
@@ -4,7 +4,7 @@
 Summary: Notification Daemon 
 Name: notify-daemon
 Version: 0.3.1
-Release: 9 
+Release: 10
 URL: http://www.galago-project.org/specs/notification/ 
 License: GPL
 Group: System Environment/Libraries
@@ -54,6 +54,10 @@
 %{_datadir}/dbus-1/services/notify-daemon.service
 
 %changelog
+* Mon Apr 17 2006 Kristian Høgsberg <krh at redhat.com> 0.3.1-10
+- Update name of compositing manager selection to track recent
+  metacity changes.
+
 * Wed Mar 08 2006 John (J5) Palmieri <johnp at redhat.com> - 0.3.1-9
 - Add patch to fix struct handling in the dbus glib binding for dbus 0.61
   so image data works again




More information about the fedora-cvs-commits mailing list