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