Hello community,

here is the log from the commit of package kaccounts-integration for 
openSUSE:Factory checked in at 2019-12-13 12:02:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kaccounts-integration (Old)
 and      /work/SRC/openSUSE:Factory/.kaccounts-integration.new.4691 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kaccounts-integration"

Fri Dec 13 12:02:01 2019 rev:57 rq:756169 version:19.12.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/kaccounts-integration/kaccounts-integration.changes  
    2019-11-12 11:35:01.874065729 +0100
+++ 
/work/SRC/openSUSE:Factory/.kaccounts-integration.new.4691/kaccounts-integration.changes
    2019-12-13 12:02:29.825444733 +0100
@@ -1,0 +2,30 @@
+Wed Dec 11 22:51:11 UTC 2019 - Fabian Vogt <[email protected]>
+
+- Add runtime dep on accounts-qml-module
+
+-------------------------------------------------------------------
+Tue Dec 10 06:38:13 UTC 2019 - Luca Beltrame <[email protected]>
+
+- Update to 19.12.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/releases/19.12.0
+- No code change since 19.11.90
+
+-------------------------------------------------------------------
+Sat Nov 30 09:11:34 UTC 2019 - Luca Beltrame <[email protected]>
+
+- Update to 19.11.90
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/19.12-rc
+- No code change since 19.11.80
+
+-------------------------------------------------------------------
+Sun Nov 24 13:29:06 UTC 2019 - Luca Beltrame <[email protected]>
+
+- Update to 19.11.80
+  * New feature release
+- Too many changes to list here.
+
+-------------------------------------------------------------------

Old:
----
  kaccounts-integration-19.08.3.tar.xz
  kaccounts-integration-19.08.3.tar.xz.sig

New:
----
  kaccounts-integration-19.12.0.tar.xz
  kaccounts-integration-19.12.0.tar.xz.sig

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

Other differences:
------------------
++++++ kaccounts-integration.spec ++++++
--- /var/tmp/diff_new_pack.zyfHho/_old  2019-12-13 12:02:30.433444503 +0100
+++ /var/tmp/diff_new_pack.zyfHho/_new  2019-12-13 12:02:30.437444502 +0100
@@ -16,43 +16,44 @@
 #
 
 
-%define kf5_version 5.26.0
+%define kf5_version 5.60.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:           kaccounts-integration
-Version:        19.08.3
+Version:        19.12.0
 Release:        0
 Summary:        KDE Accounts Providers
 License:        GPL-2.0-or-later
 Group:          System/GUI/KDE
-Source:         
https://download.kde.org/stable/applications/%{version}/src/%{name}-%{version}.tar.xz
+Source:         %{name}-%{version}.tar.xz
 %if %{with lang}
-Source1:        
https://download.kde.org/stable/applications/%{version}/src/%{name}-%{version}.tar.xz.sig
+Source1:        %{name}-%{version}.tar.xz.sig
 Source2:        applications.keyring
 %endif
 Source99:       baselibs.conf
 BuildRequires:  cmake
 BuildRequires:  extra-cmake-modules
-BuildRequires:  kcmutils-devel
-BuildRequires:  kconfig-devel
-BuildRequires:  kcoreaddons-devel
-BuildRequires:  kdbusaddons-devel
-BuildRequires:  kdeclarative-devel
 BuildRequires:  kf5-filesystem
-BuildRequires:  ki18n-devel
-BuildRequires:  kiconthemes-devel
-BuildRequires:  kio-devel
-BuildRequires:  kwallet-devel
-BuildRequires:  kwidgetsaddons-devel
 BuildRequires:  libaccounts-glib-devel
-BuildRequires:  libaccounts-qt5-devel
 BuildRequires:  libsignon-qt5-devel
-BuildRequires:  pkgconfig
-BuildRequires:  pkgconfig(Qt5Core) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5Qml)
-BuildRequires:  pkgconfig(Qt5Test) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5Widgets) >= 5.2.0
+BuildRequires:  cmake(AccountsQt5)
+BuildRequires:  cmake(KF5Config)
+BuildRequires:  cmake(KF5CoreAddons)
+BuildRequires:  cmake(KF5DBusAddons)
+BuildRequires:  cmake(KF5Declarative)
+BuildRequires:  cmake(KF5I18n)
+BuildRequires:  cmake(KF5IconThemes)
+BuildRequires:  cmake(KF5KCMUtils)
+BuildRequires:  cmake(KF5KIO)
+BuildRequires:  cmake(KF5Wallet)
+BuildRequires:  cmake(KF5WidgetsAddons)
+BuildRequires:  cmake(Qt5Core) >= 5.2.0
+BuildRequires:  cmake(Qt5Qml)
+BuildRequires:  cmake(Qt5Test) >= 5.2.0
+BuildRequires:  cmake(Qt5Widgets) >= 5.2.0
+# QML uses Ubuntu.OnlineAccounts
+Requires:       accounts-qml-module
 Recommends:     %{name}-lang
 Recommends:     kaccounts-providers
 
@@ -74,11 +75,11 @@
 %package devel
 Summary:        KDE Accounts Providers - Development Files
 Group:          Development/Libraries/KDE
-Requires:       kcoreaddons-devel
-Requires:       libaccounts-qt5-devel
 Requires:       libkaccounts1 = %{version}
 Requires:       libsignon-qt5-devel
-Requires:       pkgconfig(Qt5Core) >= 5.2.0
+Requires:       cmake(AccountsQt5)
+Requires:       cmake(KF5CoreAddons)
+Requires:       cmake(Qt5Core) >= 5.2.0
 Requires:       pkgconfig(libaccounts-glib)
 
 %description devel
@@ -108,6 +109,9 @@
 
 %files
 %license COPYING*
+%dir %{_kf5_sharedir}/kpackage
+%dir %{_kf5_sharedir}/kpackage/kcms
+%{_kf5_sharedir}/kpackage/kcms/kcm_kaccounts/
 %{_kf5_plugindir}/
 %{_kf5_qmldir}/
 %{_kf5_servicesdir}/

++++++ applications.keyring ++++++
Binary files /var/tmp/diff_new_pack.zyfHho/_old and 
/var/tmp/diff_new_pack.zyfHho/_new differ

++++++ kaccounts-integration-19.08.3.tar.xz -> 
kaccounts-integration-19.12.0.tar.xz ++++++
++++ 7680 lines of diff (skipped)


Reply via email to