From 48b2b5b6c5c653ab99687b408907557f32104e9f Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Oct 06 2007 03:52:52 +0000 Subject: - Require libbonobo >= 2.16.0 (RH bug #213823). --- diff --git a/evolution.spec b/evolution.spec index 180980c..fa014ab 100644 --- a/evolution.spec +++ b/evolution.spec @@ -9,6 +9,7 @@ %define gtkhtml_version 3.13.92 %define intltool_version 0.35.5 %define last_libgal2_version 2:2.5.3-2 +%define libbonobo_version 2.16.0 %define libbonoboui_version 2.4.2 %define orbit2_version 2.9.8 %define pilot_link_version 2:0.12.1 @@ -45,7 +46,7 @@ Name: evolution Version: 2.12.0 -Release: 5%{?dist} +Release: 6%{?dist} License: GPLv2 and GFDL+ Group: Applications/Productivity Summary: GNOME's next-generation groupware suite @@ -139,6 +140,7 @@ Requires: gnome-themes Requires: gnome-vfs2 >= %{gnomevfs2_version} Requires: gnutls Requires: gtk2 >= 2.4.0 +Requires: libbonobo >= %{libbonobo_version} Requires: libbonoboui >= %{libbonoboui_version} Requires: libsoup >= %{soup_version} Requires: redhat-menus >= %{redhat_menus_version} @@ -168,7 +170,7 @@ BuildRequires: gnutls-devel BuildRequires: gtk-doc BuildRequires: gtkhtml3-devel >= %{gtkhtml_version} BuildRequires: intltool >= %{intltool_version} -BuildRequires: libbonobo-devel >= 2.0 +BuildRequires: libbonobo-devel >= %{libbonobo_version} BuildRequires: libbonoboui-devel >= %{libbonoboui_version} BuildRequires: libgnomecanvas-devel >= 2.0 BuildRequires: libgnomeui-devel >= 2.0 @@ -710,6 +712,9 @@ rm -rf $RPM_BUILD_ROOT %dir %{_datadir}/omf/evolution %changelog +* Fri Oct 05 2007 Matthew Barnes - 2.12.0-6.fc8 +- Require libbonobo >= 2.16.0 (RH bug #213823). + * Thu Oct 04 2007 Matthew Barnes - 2.12.0-5.fc8 - Require gnome-themes (RH bug #235617).