- 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
|
Summary: libnotify notification library
|
||||||
Name: libnotify
|
Name: libnotify
|
||||||
Version: 0.4.2
|
Version: 0.4.2
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
URL: http://www.galago-project.org/specs/notification/
|
URL: http://www.galago-project.org/specs/notification/
|
||||||
Source0: %{name}-%{version}.tar.bz2
|
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
|
License: LGPL
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
BuildRoot: %{_tmppath}/%{name}-root
|
BuildRoot: %{_tmppath}/%{name}-root
|
||||||
@ -42,6 +43,7 @@ development of programs using %{name}.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0
|
%patch0
|
||||||
|
%patch1 -p2
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
@ -80,6 +82,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/gtk-doc/html/libnotify/*
|
%{_datadir}/gtk-doc/html/libnotify/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- Add upstream patch libnotify-0.4.2-status-icon.patch to emit the correct
|
||||||
property change notification 'status-icon' instead of 'attach-icon'
|
property change notification 'status-icon' instead of 'attach-icon'
|
||||||
|
Loading…
Reference in New Issue
Block a user