diff --git a/digikam.changes b/digikam.changes index 8a21e7d..8a1bc2a 100644 --- a/digikam.changes +++ b/digikam.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Jan 24 15:44:27 UTC 2015 - adrian@suse.de + +- old libkgeomap package provides older lib with same so name, adding + an explizit requires + ------------------------------------------------------------------- Thu Jan 15 14:09:02 UTC 2015 - tittiatcoke@gmail.com diff --git a/digikam.spec b/digikam.spec index 90a4bf0..d799577 100644 --- a/digikam.spec +++ b/digikam.spec @@ -1,7 +1,7 @@ # # spec file for package digikam # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -95,6 +95,8 @@ BuildRequires: update-desktop-files Requires: kipi-plugins >= %{version} Requires: libqt4-sql-mysql Requires: libqt4-sql-sqlite +# libkgeomap package provides older lib with same so name. +Requires: libkgeomap2 Recommends: %{name}-doc Recommends: %{name}-lang BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -269,7 +271,7 @@ EXTRA_FLAGS="-DENABLE_LCMS2=OFF -DDIGIKAMSC_COMPILE_LIBKFACE=TRUE" EXTRA_FLAGS="-DENABLE_LCMS2=ON" %endif %cmake_kde4 -d build -- -DENABLE_INTERNALMYSQL=FALSE -DENABLE_KDEPIMLIBSSUPPORT=TRUE -DDIGIKAMSC_COMPILE_LIBKGEOMAP=TRUE -DDIGIKAMSC_COMPILE_LIBMEDIAWIKI=TRUE $EXTRA_FLAGS - + # there are files in there that are so heavy to the compiler, that one is enough %make_jobs VERBOSE=1