rpms/notify-daemon/devel notify-daemon.spec,1.3,1.4

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Jan 9 18:13:21 UTC 2006


Author: caillon

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

Modified Files:
	notify-daemon.spec 
Log Message:
* Mon Jan  9 2006 Christopher Aillon <caillon at redhat.com> - 0.3.1-3
- Fix positioning of the notification bubble to not draw off-screen



Index: notify-daemon.spec
===================================================================
RCS file: /cvs/dist/rpms/notify-daemon/devel/notify-daemon.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- notify-daemon.spec	15 Dec 2005 00:35:43 -0000	1.3
+++ notify-daemon.spec	9 Jan 2006 18:13:19 -0000	1.4
@@ -4,19 +4,20 @@
 Summary: Notification Daemon 
 Name: notify-daemon
 Version: 0.3.1
-Release: 2 
+Release: 3
 URL: http://www.galago-project.org/specs/notification/ 
-Source0: %{name}-%{version}.tar.gz
 License: GPL
 Group: System Environment/Libraries
 BuildRoot: %{_tmppath}/%{name}-root
 BuildRequires: glib2-devel >= %{glib2_version}
 BuildRequires: dbus-devel >= %{dbus_version}
-
 Requires: glib2 >= %{glib2_version}
 Requires: dbus >= %{dbus_version}
 Requires: dbus-glib >= %{dbus_version}
 
+Source0: %{name}-%{version}.tar.gz
+Patch0: notify-daemon-0.3.1-position.patch
+
 %description
 
 notify-daemon is the server implementation of the freedesktop.org desktop 
@@ -24,6 +25,7 @@
 
 %prep
 %setup -q
+%patch0 -p0
 
 %build
 
@@ -50,6 +52,9 @@
 %{_datadir}/dbus-1/services/notify-daemon.service
 
 %changelog
+* Mon Jan  9 2006 Christopher Aillon <caillon at redhat.com> - 0.3.1-3
+- Fix positioning of the notification bubble to not draw off-screen
+
 * Wed Dec 14 2005 John (J5) Palmieri <johnp at redhat.com> - 0.3.1-2
 - Actuall release of 0.3.1
 




More information about the fedora-cvs-commits mailing list