Hello community, here is the log from the commit of package libkgeomap for openSUSE:Factory checked in at 2016-08-29 14:49: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 2016-07-21 07:50:14.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.libkgeomap.new/libkgeomap.changes 2016-08-29 14:49:23.000000000 +0200 @@ -1,0 +2,22 @@ +Fri Aug 12 10:29:31 UTC 2016 - [email protected] + +- Update to KDE Applications 16.08.0 + * KDE Applications 16.08.0 + * https://www.kde.org/announcements/announce-applications-16.08.0.php + + +------------------------------------------------------------------- +Fri Aug 12 08:18:46 UTC 2016 - [email protected] + +- Update build requirements and add necessary requires to the devel + package + +------------------------------------------------------------------- +Mon Aug 8 15:44:11 UTC 2016 - [email protected] + +- Update to KDE Applications 16.07.90 + * KDE Applications 16.07.90 (16.08-RC) + * https://www.kde.org/announcements/announce-applications-16.07.90.php + + +------------------------------------------------------------------- Old: ---- libkgeomap-16.04.3.tar.xz New: ---- libkgeomap-16.08.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libkgeomap.spec ++++++ --- /var/tmp/diff_new_pack.dPRySv/_old 2016-08-29 14:49:26.000000000 +0200 +++ /var/tmp/diff_new_pack.dPRySv/_new 2016-08-29 14:49:26.000000000 +0200 @@ -21,24 +21,23 @@ License: LGPL-2.1 and GPL-2.0+ Group: Development/Libraries/KDE Url: http://www.kde.org -Version: 16.04.3 +Version: 16.08.0 Release: 0 Source0: %{name}-%{version}.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: extra-cmake-modules BuildRequires: kconfig-devel -BuildRequires: kdelibs4support-devel -BuildRequires: khtml-devel BuildRequires: ki18n-devel -BuildRequires: ktextwidgets-devel -BuildRequires: kxmlgui-devel +BuildRequires: kio-devel BuildRequires: libkexiv2-devel BuildRequires: marble-devel BuildRequires: pkgconfig(Qt5Concurrent) BuildRequires: pkgconfig(Qt5Core) +BuildRequires: pkgconfig(Qt5Gui) BuildRequires: pkgconfig(Qt5Test) BuildRequires: pkgconfig(Qt5WebKitWidgets) BuildRequires: pkgconfig(Qt5Widgets) +BuildRequires: pkgconfig(Qt5Xml) BuildRoot: %{_tmppath}/%{name}-%{version}-build Obsoletes: libkgeomap-kf5 < %{version} Provides: libkgeomap-kf5 = %{version} @@ -88,6 +87,14 @@ Requires: libKF5KGeoMap10_0_0 = %version Obsoletes: libkgeomap-kf5-devel < %{version} Provides: libkgeomap-kf5-devel = %{version} +Requires: pkgconfig(Qt5Core) +Requires: pkgconfig(Qt5WebKitWidgets) +Requires: pkgconfig(Qt5Widgets) +Requires: pkgconfig(Qt5Gui) +Requires: pkgconfig(Qt5Xml) +Requires: pkgconfig(Qt5Concurrent) +Requires: ki18n-devel +Requires: kconfig-devel %description devel Libkgeomap is a wrapper around different world-map components, to browse and arrange photos over a map. ++++++ libkgeomap-16.04.3.tar.xz -> libkgeomap-16.08.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libkgeomap-16.04.3/CMakeLists.txt new/libkgeomap-16.08.0/CMakeLists.txt --- old/libkgeomap-16.04.3/CMakeLists.txt 2016-03-23 23:44:08.000000000 +0100 +++ new/libkgeomap-16.08.0/CMakeLists.txt 2016-04-07 19:21:15.000000000 +0200 @@ -72,7 +72,6 @@ I18n Config KIO - TextWidgets ) find_package(Marble REQUIRED)
