Hello community,

here is the log from the commit of package digikam for openSUSE:Factory checked 
in at 2015-05-11 19:32:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/digikam (Old)
 and      /work/SRC/openSUSE:Factory/.digikam.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "digikam"

Changes:
--------
--- /work/SRC/openSUSE:Factory/digikam/digikam.changes  2015-04-13 
20:29:23.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.digikam.new/digikam.changes     2015-05-11 
19:32:41.000000000 +0200
@@ -1,0 +2,6 @@
+Tue Apr 28 14:46:24 UTC 2015 - tittiatc...@gmail.com
+
+- For Tumbleweed start using the libkgeomap that is provide with
+  KDE Applications.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ digikam.spec ++++++
--- /var/tmp/diff_new_pack.YvS9pG/_old  2015-05-11 19:32:43.000000000 +0200
+++ /var/tmp/diff_new_pack.YvS9pG/_new  2015-05-11 19:32:43.000000000 +0200
@@ -46,6 +46,9 @@
 BuildRequires:  gdk-pixbuf-devel
 BuildRequires:  libxml2-devel
 BuildRequires:  libxslt-devel
+%if 0%{?suse_version} > 1320
+BuildRequires:  libkgeomap-devel
+%endif
 %if 0%{?suse_version} > 1310
 BuildRequires:  baloo-devel
 %endif
@@ -165,6 +168,7 @@
 A set of plug-ins for the KDE KIPI interface, used by some KDE imaging
 applications.
 
+%if 0%{?suse_version} <= 1320
 %package -n libkgeomap-devel
 Summary:        Development files for libkgeomap
 License:        GPL-2.0+
@@ -194,6 +198,7 @@
 - OpenstreetMap (via Marble)
 - GoogleMap
 This library is used by kipi-plugins, digiKam and other kipi host programs.
+%endif
 
 %if 0%{?suse_version} < 1320
 %package -n libkface-devel
@@ -245,11 +250,16 @@
 
 %lang_package -n kipi-plugins
 
+%if 0%{?suse_version} <= 1320
 %lang_package -n libkgeomap
+%endif
 
 %prep
 %setup -q -n %{name}-%{rversion}
+%if 0%{?suse_version} <= 1320
+# Don't unpack the libkgeomap translations for Tumbleweed as that they are 
being delivered through kde-l10n
 tar -xjf %{SOURCE2}
+%endif
 %patch0
 %patch3
 %patch5
@@ -273,7 +283,11 @@
 %else
 EXTRA_FLAGS="-DENABLE_LCMS2=ON"
 %endif
+%if 0%{?suse_version} <= 1320
 %cmake_kde4 -d build -- -DENABLE_INTERNALMYSQL=FALSE 
-DENABLE_KDEPIMLIBSSUPPORT=TRUE -DDIGIKAMSC_COMPILE_LIBKGEOMAP=TRUE 
-DDIGIKAMSC_COMPILE_LIBMEDIAWIKI=TRUE $EXTRA_FLAGS
+%else
+%cmake_kde4 -d build -- -DENABLE_INTERNALMYSQL=FALSE 
-DENABLE_KDEPIMLIBSSUPPORT=TRUE -DDIGIKAMSC_COMPILE_LIBMEDIAWIKI=TRUE 
$EXTRA_FLAGS
+%endif
 
 # there are files in there that are so heavy to the compiler, that one is 
enough
 %make_jobs VERBOSE=1
@@ -300,7 +314,9 @@
 
 %find_lang %{name}
 
+%if 0%{?suse_version} <= 1320
 %find_lang libkgeomap libkgeomap.lang
+%endif
 
 %if 0%{?kde_updatedapps}
 %find_lang libkipi libkipi.lang
@@ -338,9 +354,11 @@
 
 %postun -n kipi-plugins -p /sbin/ldconfig
 
+%if 0%{?suse_version} <= 1320
 %post -n libkgeomap2 -p /sbin/ldconfig
 
 %postun -n libkgeomap2 -p /sbin/ldconfig
+%endif
 
 %if 0%{?suse_version} < 1320
 %post -n libkface3 -p /sbin/ldconfig
@@ -450,6 +468,7 @@
 %{_kde4_modulesdir}/kipiplugin_gpssync.so
 %{_kde4_servicesdir}/kipiplugin_gpssync.desktop
 
+%if 0%{?suse_version} <= 1320
 %files -n libkgeomap-devel
 %defattr(-,root,root,-)
 %doc 
extra/libkgeomap/{AUTHORS,COPYING,COPYING-CMAKE-SCRIPTS,COPYING.LIB,README,TODO}
@@ -465,6 +484,7 @@
 %defattr(-,root,root,-)
 %{_kde4_appsdir}/libkgeomap/
 %{_kde4_libdir}/libkgeomap.so.2*
+%endif
 
 %if 0%{?suse_version} < 1320
 %files -n libkface3


Reply via email to