commit kdepimlibs4 for openSUSE:Factory

Hello community, here is the log from the commit of package kdepimlibs4 for openSUSE:Factory checked in at Mon Nov 2 12:38:49 CET 2009. -------- --- KDE/kdepimlibs4/kdepimlibs4.changes 2009-09-24 15:33:50.000000000 +0200 +++ /mounts/work_src_done/STABLE/kdepimlibs4/kdepimlibs4.changes 2009-10-31 14:11:36.000000000 +0100 @@ -1,0 +2,5 @@ +Sat Oct 31 14:10:51 CET 2009 - dmueller@suse.de + +- fix gpgme configure checks (bnc#548053) + +------------------------------------------------------------------- calling whatdependson for head-i586 New: ---- fix-gpgme-checks.diff ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kdepimlibs4.spec ++++++ --- /var/tmp/diff_new_pack.cB2sWV/_old 2009-11-02 12:38:42.000000000 +0100 +++ /var/tmp/diff_new_pack.cB2sWV/_new 2009-11-02 12:38:42.000000000 +0100 @@ -24,9 +24,10 @@ Summary: KDE PIM Libraries Url: http://www.kde.org Version: 4.3.1 -Release: 3 +Release: 4 Source0: kdepimlibs-%version.tar.bz2 Patch0: 4_3_BRANCH.diff +Patch1: fix-gpgme-checks.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build Requires: libkdepimlibs4 = %version Requires: kdelibs4 >= %( echo `rpm -q --queryformat '%{VERSION}' libkde4-devel`) @@ -45,6 +46,7 @@ %prep %setup -q -n kdepimlibs-%version %patch0 +%patch1 %build %cmake_kde4 -d build ++++++ fix-gpgme-checks.diff ++++++ Patch-Upstream: r1042999 --- gpgme++/ConfigureChecks.cmake +++ gpgme++/ConfigureChecks.cmake @@ -4,6 +4,7 @@ include(CheckFunctionExists) if ( GPGME_FOUND ) set(CMAKE_REQUIRED_INCLUDES ${GPGME_INCLUDES}) +set(CMAKE_REQUIRED_DEFINITIONS ${KDE4_DEFINITIONS}) set(CMAKE_REQUIRED_LIBRARIES) foreach( _FLAVOUR VANILLA PTHREAD QT PTH GLIB ) if ( NOT CMAKE_REQUIRED_LIBRARIES ) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de