diff --git a/evolution.spec b/evolution.spec index 295d15d..07d3b9a 100644 --- a/evolution.spec +++ b/evolution.spec @@ -45,7 +45,7 @@ Name: evolution Version: 2.11.90 -Release: 3%{?dist} +Release: 4%{?dist} License: GPLv2 and GFDL+ Group: Applications/Productivity Summary: GNOME's next-generation groupware suite @@ -53,6 +53,11 @@ URL: http://www.gnome.org/projects/evolution/ BuildRoot: %{_tmppath}/%{name}-%{version}-root Source: evolution-%{version}.tar.bz2 +Obsoletes: libgal2 <= %{last_libgal2_version} + +Provides: evolution-bogofilter = %{version}-%{release} +Obsoletes: evolution-bogofilter <= 0.2.0-5 + ### Patches ### # bad hack @@ -156,8 +161,6 @@ Requires: redhat-menus >= %{redhat_menus_version} Requires: libnotify >= 0.4 %endif -Obsoletes: libgal2 <= %{last_libgal2_version} - ### Build Dependencies ### BuildRequires: GConf2-devel @@ -715,6 +718,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/evolution/%{evo_major}/libmenus.so %changelog +* Thu Aug 23 2007 Matthew Barnes - 2.11.90-4.fc8 +- Obsolete the evolution-bogofilter package. + * Mon Aug 20 2007 Matthew Barnes - 2.11.90-3.fc8 - Revise patch for GNOME bug #417999 to fix GNOME bug #447591 (Automatic Contacts combo boxes don't work).