- Add upstream patch (r2899) to correct an invalid assertion when creating
notifications using status icons
This commit is contained in:
parent
3061db88dc
commit
d073b7c23d
@ -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 <caillon@redhat.com> - 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 <lmacken@redhat.com> - 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'
|
||||
|
Loading…
Reference in New Issue
Block a user