From 3a7a0bb6851cf2d8434a98538c7212c9cff90238 Mon Sep 17 00:00:00 2001 From: Christopher Aillon Date: Thu, 12 Jan 2006 05:03:59 +0000 Subject: [PATCH] - Update BR to libnotify-devel --- evolution.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/evolution.spec b/evolution.spec index 5a27392..e5ad09b 100644 --- a/evolution.spec +++ b/evolution.spec @@ -33,7 +33,7 @@ Name: evolution Version: 2.5.4 -Release: 4 +Release: 5 License: GPL BuildRoot: %{_tmppath}/%{name}-%{version}-root URL: http://www.ximian.com/ @@ -177,8 +177,7 @@ BuildRequires: NetworkManager-glib-devel %endif %if %{libnotify_support} -BuildRequires: libnotify -#ought to eventually be libnotify-devel, see bug 177484 +BuildRequires: libnotify-devel %endif %description @@ -512,6 +511,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/evolution/%{evo_major}/*.so %changelog +* Thu Jan 12 2006 Christopher Aillon - 2.5.4-5 +- Update BR to libnotify-devel + * Wed Jan 11 2006 David Malcolm - 2.5.4-4 - ported alarm notification code to the new libnotify API (patch 806, #177546) - added libnotify_support macro