Hello community,

here is the log from the commit of package ktp-accounts-kcm for 
openSUSE:Factory checked in at 2020-04-25 20:24:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ktp-accounts-kcm (Old)
 and      /work/SRC/openSUSE:Factory/.ktp-accounts-kcm.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ktp-accounts-kcm"

Sat Apr 25 20:24:24 2020 rev:13 rq:797006 version:20.04.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/ktp-accounts-kcm/ktp-accounts-kcm.changes        
2020-03-11 18:41:49.807247805 +0100
+++ 
/work/SRC/openSUSE:Factory/.ktp-accounts-kcm.new.2738/ktp-accounts-kcm.changes  
    2020-04-25 20:25:02.917616740 +0200
@@ -1,0 +2,34 @@
+Thu Apr 23 12:22:56 UTC 2020 - Luca Beltrame <lbeltr...@kde.org>
+
+- Update to 20.04.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/2020-04-apps-update
+- No code change since 20.03.90
+
+-------------------------------------------------------------------
+Sun Apr  5 20:30:29 UTC 2020 - Luca Beltrame <lbeltr...@kde.org>
+
+- Update to 20.03.90
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-rc
+- No code change since 20.03.80
+
+-------------------------------------------------------------------
+Sun Mar 22 09:17:26 UTC 2020 - Luca Beltrame <lbeltr...@kde.org>
+
+- Update to 20.03.80
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-beta
+- Changes since 19.12.3:
+  * Use telegram icon for telegram
+  * Port disabled providers to kaccounts macros
+  * Fix code style (tabs -> spaces)
+  * Remove unneeded arguments
+  * Use nullptr keyword wherever it makes sense
+  * Use override specifiers wherever it makes sense
+  * Fix build with telepathy-qt 0.9.8
+
+-------------------------------------------------------------------

Old:
----
  ktp-accounts-kcm-19.12.3.tar.xz
  ktp-accounts-kcm-19.12.3.tar.xz.sig

New:
----
  ktp-accounts-kcm-20.04.0.tar.xz
  ktp-accounts-kcm-20.04.0.tar.xz.sig

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

Other differences:
------------------
++++++ ktp-accounts-kcm.spec ++++++
--- /var/tmp/diff_new_pack.OGCOkp/_old  2020-04-25 20:25:03.617618183 +0200
+++ /var/tmp/diff_new_pack.OGCOkp/_new  2020-04-25 20:25:03.617618183 +0200
@@ -16,44 +16,39 @@
 #
 
 
-%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: %global _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:           ktp-accounts-kcm
-Version:        19.12.3
+Version:        20.04.0
 Release:        0
 Summary:        KCM Module for configuring Telepathy Instant Messaging Accounts
 License:        LGPL-2.1-or-later
 Group:          Productivity/Networking/Instant Messenger
 URL:            
https://community.kde.org/Real-Time_Communication_and_Collaboration
 Source:         
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
-%if %{with lang}
-Source1:        
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
-Source2:        applications.keyring
-%endif
 BuildRequires:  extra-cmake-modules
 BuildRequires:  fdupes
 BuildRequires:  intltool
-BuildRequires:  kaccounts-integration-devel
 BuildRequires:  kaccounts-providers
-BuildRequires:  kcmutils-devel
-BuildRequires:  kconfig-devel
-BuildRequires:  kconfigwidgets-devel
-BuildRequires:  kcoreaddons-devel
-BuildRequires:  ki18n-devel
-BuildRequires:  kiconthemes-devel
-BuildRequires:  kio-devel
-BuildRequires:  kitemviews-devel
-BuildRequires:  kwidgetsaddons-devel
 BuildRequires:  libaccounts-glib-devel
-BuildRequires:  libaccounts-qt5-devel
 BuildRequires:  libsignon-qt5-devel
-BuildRequires:  pkgconfig
 BuildRequires:  telepathy-qt5-devel
-BuildRequires:  pkgconfig(Qt5Core)
-BuildRequires:  pkgconfig(Qt5DBus)
-BuildRequires:  pkgconfig(Qt5Widgets)
+BuildRequires:  cmake(AccountsQt5)
+BuildRequires:  cmake(KAccounts)
+BuildRequires:  cmake(KF5Config)
+BuildRequires:  cmake(KF5ConfigWidgets)
+BuildRequires:  cmake(KF5CoreAddons)
+BuildRequires:  cmake(KF5I18n)
+BuildRequires:  cmake(KF5IconThemes)
+BuildRequires:  cmake(KF5ItemViews)
+BuildRequires:  cmake(KF5KCMUtils)
+BuildRequires:  cmake(KF5KIO)
+BuildRequires:  cmake(KF5WidgetsAddons)
+BuildRequires:  cmake(Qt5Core)
+BuildRequires:  cmake(Qt5DBus)
+BuildRequires:  cmake(Qt5Widgets)
 Requires:       telepathy-mission-control
 Recommends:     %{name}-lang
 Recommends:     telepathy-gabble
@@ -63,6 +58,10 @@
 Recommends:     telepathy-salut
 Obsoletes:      %{name}5 < %{version}
 Provides:       %{name}5 = %{version}
+%if %{with lang}
+Source1:        
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
+Source2:        applications.keyring
+%endif
 
 %description
 This is a KControl Module which handles adding/editing/removing Telepathy


++++++ ktp-accounts-kcm-19.12.3.tar.xz -> ktp-accounts-kcm-20.04.0.tar.xz ++++++
++++ 2626 lines of diff (skipped)


Reply via email to