From 51d96d18f29e6c868085cd29583f0e7ab153c59a7a002911dd67474c9a717cc5 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Mon, 6 Oct 2008 16:56:01 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/evolution?expand=0&rev=46 --- evolution.changes | 7 ++++++- evolution.spec | 8 +++++--- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/evolution.changes b/evolution.changes index 649a875..00c2acf 100644 --- a/evolution.changes +++ b/evolution.changes @@ -1,4 +1,9 @@ -------------------------------------------------------------------- +-------------------------------------------------------------------- +Fri Oct 3 11:01:54 CEST 2008 - sragavan@suse.de + +- Make sure that Evolution/friends depend on evoldap2-client + +------------------------------------------------------------------ Wed Oct 1 15:10:17 CEST 2008 - sbrabec@suse.cz - Fixed broken advanced search GUI (bgo#554456). diff --git a/evolution.spec b/evolution.spec index 3e75fd4..7637c4d 100644 --- a/evolution.spec +++ b/evolution.spec @@ -36,7 +36,7 @@ BuildRequires: libpisock-devel BuildRequires: libpisync-devel BuildRequires: mozilla-nss-devel BuildRequires: notification-daemon -BuildRequires: openldap2-devel +BuildRequires: evoldap2-devel BuildRequires: perl-XML-Parser BuildRequires: pilot-link BuildRequires: psmisc @@ -52,7 +52,7 @@ Group: Productivity/Networking/Email/Clients # BASE_VERSION as defined in configure.in. %define evolution_base_version 2.24 Version: 2.24.0 -Release: 1 +Release: 2 Summary: The Integrated GNOME Mail, Calendar, and Address Book Suite Source0: %{name}-%{version}.tar.bz2 Source1: summerdance-about2.png @@ -328,7 +328,7 @@ sed -i -e 's/@ENABLE_SK_TRUE@_s/_s/' help/Makefile.in %configure\ --libexecdir=%{_prefix}/lib\ --disable-scrollkeeper\ - --with-openldap\ + --with-openldap=/usr/lib/evoldap\ --with-pisock\ --enable-pilot-conduits=yes\ --with-krb5=/usr\ @@ -425,6 +425,8 @@ fi %{_libdir}/evolution/*/conduits/*.so %changelog +* Fri Oct 03 2008 sragavan@suse.de +- Make sure that Evolution/friends depend on evoldap2-client * Wed Oct 01 2008 sbrabec@suse.cz - Fixed broken advanced search GUI (bgo#554456). * Thu Sep 25 2008 abharath@suse.de