Hello community,

here is the log from the commit of package libkgeomap for openSUSE:Factory 
checked in at 2016-01-23 01:13:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libkgeomap (Old)
 and      /work/SRC/openSUSE:Factory/.libkgeomap.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libkgeomap"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libkgeomap/libkgeomap.changes    2015-11-15 
12:42:45.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libkgeomap.new/libkgeomap.changes       
2016-01-23 01:13:21.000000000 +0100
@@ -1,0 +2,18 @@
+Sat Jan  9 18:33:48 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.12.1
+   * KDE Applications 15.12.1 
+   * https://www.kde.org/announcements/announce-applications-15.12.1.php
+   * boo#961265
+
+
+-------------------------------------------------------------------
+Sun Dec 13 13:31:40 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.12.0
+   * KDE Applications 15.12.0 
+   * https://www.kde.org/announcements/announce-applications-15.12.0.php
+   * boo#958887
+
+
+-------------------------------------------------------------------

Old:
----
  libkgeomap-15.08.3.tar.xz

New:
----
  libkgeomap-15.12.1.tar.xz

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

Other differences:
------------------
++++++ libkgeomap.spec ++++++
--- /var/tmp/diff_new_pack.lMX6Hv/_old  2016-01-23 01:13:21.000000000 +0100
+++ /var/tmp/diff_new_pack.lMX6Hv/_new  2016-01-23 01:13:21.000000000 +0100
@@ -17,21 +17,32 @@
 
 
 Name:           libkgeomap
-BuildRequires:  boost-devel
-BuildRequires:  libkde4-devel
-BuildRequires:  libkexiv2-devel
-BuildRequires:  libmarblewidget-devel
 Summary:        Wrapper around different world-map components
 License:        LGPL-2.1 and GPL-2.0+
 Group:          Development/Libraries/KDE
 Url:            http://www.kde.org
-Version:        15.08.3
+Version:        15.12.1
 Release:        0
 Source0:        %{name}-%{version}.tar.xz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%kde4_runtime_requires
-Requires:       libkgeomap2
-Obsoletes:      libkgeomap-lang
+BuildRequires:  extra-cmake-modules
+BuildRequires:  ktextwidgets-devel
+BuildRequires:  kconfig-devel
+BuildRequires:  ki18n-devel
+BuildRequires:  khtml-devel
+BuildRequires:  kdelibs4support-devel
+BuildRequires:  marble-devel
+BuildRequires:  libkexiv2-devel
+BuildRequires:  kxmlgui-devel
+BuildRequires:  pkgconfig(Qt5Core)
+BuildRequires:  pkgconfig(Qt5Widgets)
+BuildRequires:  pkgconfig(Qt5Concurrent)
+BuildRequires:  pkgconfig(Qt5Test)
+BuildRequires:  pkgconfig(Qt5WebKitWidgets)
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+Obsoletes:      libkgeomap-kf5 < %{version}
+Provides:       libkgeomap-kf5 = %{version}
+Requires:       libKF5KGeoMap10_0_0 = %version
 
 %description
 Libkgeomap is a wrapper around different world-map components, to browse and 
arrange photos over a map.
@@ -45,43 +56,39 @@
 %setup -q -n %{name}-%{version}
 
 %build
-  %cmake_kde4 -d build
+  %cmake_kf5 -d build
   %make_jobs
 
 %install
-  cd build
-  %makeinstall
-  %kde_post_install
+  %kf5_makeinstall -C build
+
 
 %clean
   rm -rf $RPM_BUILD_ROOT
 
-%package -n libkgeomap2
-Summary:        Wrapper around different world-map components
+%package -n libKF5KGeoMap10_0_0
 Group:          Development/Libraries/KDE
-Recommends:     marble
-Requires:       libkgeomap
+Summary:        Wrapper around different world-map components
+Recommends:     marble5
 
-%description -n libkgeomap2
-Libkgeomap is a wrapper around different world-map components, to browse and 
arrange photos over a map
+%description -n libKF5KGeoMap10_0_0
+Libkgeomap is a wrapper around different world-map components, to browse and 
arrange photos over a map.
 Currently supported map engine are:
 - Marble, 
 - OpenstreetMap (via Marble),
 - GoogleMap,
 This library is used by kipi-plugins, digiKam and other kipi host programs
 
-%files -n libkgeomap2
-%defattr(-,root,root)
-%_kde4_libdir/libkgeomap.so.*
-
-%post -n libkgeomap2 -p /sbin/ldconfig
+%post -n libKF5KGeoMap10_0_0 -p /sbin/ldconfig
 
-%postun -n libkgeomap2 -p /sbin/ldconfig
+%postun -n libKF5KGeoMap10_0_0 -p /sbin/ldconfig
 
 %package devel
-Summary:        Wrapper around different world-map components
 Group:          Development/Libraries/KDE
-Requires:       libkgeomap2 = %version
+Summary:        Wrapper around different world-map components
+Requires:       libKF5KGeoMap10_0_0 = %version
+Obsoletes:      libkgeomap-kf5-devel < %{version}
+Provides:       libkgeomap-kf5-devel = %{version}
 
 %description devel
 Libkgeomap is a wrapper around different world-map components, to browse and 
arrange photos over a map.
@@ -93,14 +100,20 @@
 
 %files devel
 %defattr(-,root,root)
-%doc README
-%_kde4_libdir/libkgeomap.so
-%_includedir/libkgeomap/
-%_kde4_libdir/pkgconfig/libkgeomap.pc
-%_kde4_appsdir/cmake/modules/FindKGeoMap.cmake
+%doc COPYING README
+%_libdir/cmake/KF5KGeoMap/
+%_kf5_includedir/libkgeomap_version.h
+%_kf5_includedir/KGeoMap/
+%_libdir/libKF5KGeoMap.so
+
+%files -n libKF5KGeoMap10_0_0
+%defattr(-,root,root)
+%doc COPYING.LIB README
+%_libdir/libKF5KGeoMap.so.*
 
 %files
 %defattr(-,root,root)
-%_kde4_appsdir/libkgeomap/
+%doc COPYING README
+%_datadir/libkgeomap/
 
 %changelog

++++++ libkgeomap-15.08.3.tar.xz -> libkgeomap-15.12.1.tar.xz ++++++
++++ 34038 lines of diff (skipped)


Reply via email to