rpms/notify-daemon/devel notify-daemon-0.3.1-message-markup.patch, NONE, 1.1 notify-daemon.spec, 1.5, 1.6

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Jan 20 21:58:25 UTC 2006


Author: caillon

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

Modified Files:
	notify-daemon.spec 
Added Files:
	notify-daemon-0.3.1-message-markup.patch 
Log Message:
* Fri Jan 20 2006 Christopher Aillon <caillon at redhat.com> - 0.3.1-5
- Make it so that marked-up messages appear with markup


notify-daemon-0.3.1-message-markup.patch:
 eggnotificationbubblewidget.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE notify-daemon-0.3.1-message-markup.patch ---
--- notify-daemon-0.3.1/src/eggnotificationbubblewidget.c.markup	2006-01-20 12:42:33.000000000 -0500
+++ notify-daemon-0.3.1/src/eggnotificationbubblewidget.c	2006-01-20 13:59:03.000000000 -0500
@@ -561,7 +561,7 @@
   
   len = strlen (text);
   pango_layout_set_width(layout, -1);
-  pango_layout_set_text (layout, text, len);
+  pango_layout_set_markup (layout, text, len);
   
   pango_layout_get_pixel_size (layout, &w, &h);
 


Index: notify-daemon.spec
===================================================================
RCS file: /cvs/dist/rpms/notify-daemon/devel/notify-daemon.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- notify-daemon.spec	12 Jan 2006 16:32:47 -0000	1.5
+++ notify-daemon.spec	20 Jan 2006 21:58:23 -0000	1.6
@@ -4,7 +4,7 @@
 Summary: Notification Daemon 
 Name: notify-daemon
 Version: 0.3.1
-Release: 4
+Release: 5
 URL: http://www.galago-project.org/specs/notification/ 
 License: GPL
 Group: System Environment/Libraries
@@ -18,6 +18,7 @@
 
 Source0: %{name}-%{version}.tar.gz
 Patch0: notify-daemon-0.3.1-position.patch
+Patch1: notify-daemon-0.3.1-message-markup.patch
 
 %description
 
@@ -27,6 +28,7 @@
 %prep
 %setup -q
 %patch0 -p0
+%patch1 -p1
 
 %build
 
@@ -53,6 +55,9 @@
 %{_datadir}/dbus-1/services/notify-daemon.service
 
 %changelog
+* Fri Jan 20 2006 Christopher Aillon <caillon at redhat.com> - 0.3.1-5
+- Make it so that marked-up messages appear with markup
+
 * Thu Jan 12 2006 Christopher Aillon <caillon at redhat.com> - 0.3.1-4
 - Provide desktop-notification-daemon, since libnotify requires a
   notification deamon, but not this specific one.  Other notification




More information about the fedora-cvs-commits mailing list