From e75bc9a95a320b61fc7d6d9b8891273d84c4481f Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Wed, 22 Aug 2007 16:01:58 +0000 Subject: [PATCH] - Add Requires: glib2 >= 2.14.0, since it's in the buildroot now, and forcibly introduces deps on symbols that don't exist in 2.13. If only we had working symbol versioning. --- evolution-data-server.spec | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/evolution-data-server.spec b/evolution-data-server.spec index 3257e6d..85d4d2a 100644 --- a/evolution-data-server.spec +++ b/evolution-data-server.spec @@ -4,10 +4,11 @@ %define krb5_support 1 %define nntp_support 1 +%define glib2_version 2.14.0 %define intltool_version 0.35.5 -%define soup_version 2.2.3 -%define orbit2_version 2.9.8 %define libbonobo_version 2.4.2 +%define orbit2_version 2.9.8 +%define soup_version 2.2.3 %define eds_base_version 1.12 %define eds_api_version 1.2 @@ -26,7 +27,7 @@ Name: evolution-data-server Version: 1.11.90 -Release: 3%{?dist} +Release: 4%{?dist} License: LGPL Group: System Environment/Libraries Summary: Backend data server for Evolution @@ -71,6 +72,7 @@ Patch22: evolution-data-server-1.11.90-glibc-open.patch Requires: GConf2 Requires: ORBit2 >= %{orbit2_version} Requires: db4 +Requires: glib2 >= %{glib2_version} Requires: gnome-vfs2 Requires: libbonobo >= %{libbonobo_version} Requires: libglade2 @@ -387,6 +389,11 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/pkgconfig/libexchange-storage-%{eds_api_version}.pc %changelog +* Wed Aug 22 2007 Adam Jackson 1.11.90-4.fc8 +- Add Requires: glib2 >= 2.14.0, since it's in the buildroot now, and + forcibly introduces deps on symbols that don't exist in 2.13. If + only we had working symbol versioning. + * Mon Aug 20 2007 Matthew Barnes - 1.11.90-3.fc8 - Revise patch for GNOME bug #417999 to fix GNOME bug #447591 (Automatic Contacts combo boxes don't work).