diff --git a/libnotify.spec b/libnotify.spec index 384274a..cbb26fc 100644 --- a/libnotify.spec +++ b/libnotify.spec @@ -6,10 +6,11 @@ Summary: libnotify notification library Name: libnotify Version: 0.4.2 -Release: 3%{?dist} +Release: 4%{?dist} URL: http://www.galago-project.org/specs/notification/ Source0: %{name}-%{version}.tar.bz2 -Patch0: %{name}-%{version}-status-icon.patch +Patch0: libnotify-0.4.2-status-icon.patch +Patch1: libnotify-0.4.2-invalid-assertion.patch License: LGPL Group: System Environment/Libraries BuildRoot: %{_tmppath}/%{name}-root @@ -42,6 +43,7 @@ development of programs using %{name}. %prep %setup -q %patch0 +%patch1 -p2 %build @@ -80,6 +82,10 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/gtk-doc/html/libnotify/* %changelog +* Sun Sep 17 2006 Christopher Aillon - 0.4.2-4 +- Add upstream patch (r2899) to correct an invalid assertion when + creating notifications using status icons + * Tue Aug 15 2006 Luke Macken - 0.4.2-3 - Add upstream patch libnotify-0.4.2-status-icon.patch to emit the correct property change notification 'status-icon' instead of 'attach-icon'