Hello community,
here is the log from the commit of package kaccounts-integration for
openSUSE:Factory checked in at 2015-06-04 11:24:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kaccounts-integration (Old)
and /work/SRC/openSUSE:Factory/.kaccounts-integration.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kaccounts-integration"
Changes:
--------
---
/work/SRC/openSUSE:Factory/kaccounts-integration/kaccounts-integration.changes
2015-05-15 10:05:09.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.kaccounts-integration.new/kaccounts-integration.changes
2015-06-04 11:24:11.000000000 +0200
@@ -1,0 +2,8 @@
+Sat May 30 15:12:06 UTC 2015 - [email protected]
+
+- Update to KDE Applications 15.04.2
+ * KDE Applications 15.04.2
+ * https://www.kde.org/announcements/announce-applications-15.04.2.php
+
+
+-------------------------------------------------------------------
Old:
----
kaccounts-integration-15.04.1.tar.xz
New:
----
kaccounts-integration-15.04.2.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kaccounts-integration.spec ++++++
--- /var/tmp/diff_new_pack.PJX7XJ/_old 2015-06-04 11:24:11.000000000 +0200
+++ /var/tmp/diff_new_pack.PJX7XJ/_new 2015-06-04 11:24:11.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package kaccounts-integration
#
-# Copyright (c) 2014 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
@@ -17,7 +17,7 @@
Name: kaccounts-integration
-Version: 15.04.1
+Version: 15.04.2
Release: 0
Summary: KDE Accounts Providers
License: GPL-2.0+
@@ -39,8 +39,8 @@
BuildRequires: libsignon-qt5-devel
BuildRequires: pkgconfig
BuildRequires: pkgconfig(Qt5Core) >= 5.2.0
-BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0
BuildRequires: pkgconfig(Qt5Test) >= 5.2.0
+BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@@ -52,9 +52,9 @@
Summary: KDE Accounts Providers - Development Files
Group: Development/Libraries/KDE
Requires: %{name} = %{version}
-Requires: pkgconfig(Qt5Core) >= 5.2.0
Requires: kcoreaddons-devel
Requires: libaccounts-qt5-devel
+Requires: pkgconfig(Qt5Core) >= 5.2.0
%description devel
Small system to administer web accounts for the sites
++++++ kaccounts-integration-15.04.1.tar.xz ->
kaccounts-integration-15.04.2.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kaccounts-integration-15.04.1/CMakeLists.txt
new/kaccounts-integration-15.04.2/CMakeLists.txt
--- old/kaccounts-integration-15.04.1/CMakeLists.txt 2015-05-07
15:07:59.000000000 +0200
+++ new/kaccounts-integration-15.04.2/CMakeLists.txt 2015-05-29
00:05:27.000000000 +0200
@@ -8,7 +8,7 @@
enable_testing()
-set(KACCOUNTS_VERSION "15.04.1")
+set(KACCOUNTS_VERSION "15.04.2")
set(KACCOUNTS_SOVERSION "1")
set(REQUIRED_QT_VERSION "5.2.0")
set(KF5_DEP_VERSION "5.4.0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/kaccounts-integration-15.04.1/src/daemon/CMakeLists.txt
new/kaccounts-integration-15.04.2/src/daemon/CMakeLists.txt
--- old/kaccounts-integration-15.04.1/src/daemon/CMakeLists.txt 2015-05-07
15:07:59.000000000 +0200
+++ new/kaccounts-integration-15.04.2/src/daemon/CMakeLists.txt 2015-05-29
00:05:27.000000000 +0200
@@ -1,4 +1,4 @@
-include_directories(${CMAKE_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR}
${AKONADI_INCLUDE_DIR})
+include_directories(${CMAKE_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR})
set(accounts_daemon_SRCS
daemon.cpp
@@ -52,7 +52,8 @@
target_link_libraries(kaccounts_akonadi_plugin
kaccounts
- Qt5::Core
+ Qt5::DBus
+ KF5::ConfigCore
KF5::AkonadiCore)
# Install: