Hello community,

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

Package is "ktp-auth-handler"

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

Changes:
--------
--- /work/SRC/openSUSE:Factory/ktp-auth-handler/ktp-auth-handler.changes        
2020-03-11 18:41:57.075252265 +0100
+++ 
/work/SRC/openSUSE:Factory/.ktp-auth-handler.new.2738/ktp-auth-handler.changes  
    2020-04-25 20:25:05.885622861 +0200
@@ -1,0 +2,27 @@
+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:30 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
+- No code change since 19.12.3
+
+-------------------------------------------------------------------

Old:
----
  ktp-auth-handler-19.12.3.tar.xz
  ktp-auth-handler-19.12.3.tar.xz.sig

New:
----
  ktp-auth-handler-20.04.0.tar.xz
  ktp-auth-handler-20.04.0.tar.xz.sig

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

Other differences:
------------------
++++++ ktp-auth-handler.spec ++++++
--- /var/tmp/diff_new_pack.1hrVVf/_old  2020-04-25 20:25:06.381623883 +0200
+++ /var/tmp/diff_new_pack.1hrVVf/_new  2020-04-25 20:25:06.385623892 +0200
@@ -16,45 +16,45 @@
 #
 
 
-%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-auth-handler
-Version:        19.12.3
+Version:        20.04.0
 Release:        0
 Summary:        Telepathy auth handler
 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:  kaccounts-integration-devel
-BuildRequires:  ki18n-devel
-BuildRequires:  kio-devel
-BuildRequires:  ktp-common-internals-devel
-BuildRequires:  kwallet-devel
-BuildRequires:  kwidgetsaddons-devel
 BuildRequires:  libqca-qt5-devel
 BuildRequires:  pkgconfig
 BuildRequires:  telepathy-logger-qt5-devel
 BuildRequires:  telepathy-qt5-devel
-BuildRequires:  pkgconfig(Qt5Core) >= 5.3.0
-BuildRequires:  pkgconfig(Qt5DBus) >= 5.3.0
-BuildRequires:  pkgconfig(Qt5Gui) >= 5.3.0
-BuildRequires:  pkgconfig(Qt5Network) >= 5.3.0
+BuildRequires:  cmake(KAccounts)
+BuildRequires:  cmake(KF5I18n)
+BuildRequires:  cmake(KF5KIO)
+BuildRequires:  cmake(KF5Wallet)
+BuildRequires:  cmake(KF5WidgetsAddons)
+BuildRequires:  cmake(KTp)
+BuildRequires:  cmake(Qt5Core) >= 5.3.0
+BuildRequires:  cmake(Qt5DBus) >= 5.3.0
+BuildRequires:  cmake(Qt5Gui) >= 5.3.0
+BuildRequires:  cmake(Qt5Network) >= 5.3.0
 BuildRequires:  pkgconfig(accounts-qt5)
 BuildRequires:  pkgconfig(libsignon-qt5)
 Requires:       libqca-qt5-plugins
 Requires:       signon-plugin-oauth2
+Recommends:     %{name}-lang
 Obsoletes:      %{name}5 < %{version}
 Provides:       %{name}5 = %{version}
-Recommends:     %{name}-lang
+%if %{with lang}
+Source1:        
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
+Source2:        applications.keyring
+%endif
 
 %description
 Telepathy-auth-handler provides UI/KWallet integration for passwords and SSL 
errors on account connect


++++++ ktp-auth-handler-19.12.3.tar.xz -> ktp-auth-handler-20.04.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktp-auth-handler-19.12.3/CMakeLists.txt 
new/ktp-auth-handler-20.04.0/CMakeLists.txt
--- old/ktp-auth-handler-19.12.3/CMakeLists.txt 2020-03-03 01:30:08.000000000 
+0100
+++ new/ktp-auth-handler-20.04.0/CMakeLists.txt 2020-04-17 02:36:53.000000000 
+0200
@@ -1,10 +1,10 @@
 project(ktp-auth-handler)
 
 # KDE Application Version, managed by release script
-set(KDE_APPLICATIONS_VERSION_MAJOR "19")
-set(KDE_APPLICATIONS_VERSION_MINOR "12")
-set(KDE_APPLICATIONS_VERSION_MICRO "3")
-set(KTP_AUTH_HANDLER_VERSION 
"${KDE_APPLICATIONS_VERSION_MAJOR}.${KDE_APPLICATIONS_VERSION_MINOR}.${KDE_APPLICATIONS_VERSION_MICRO}")
+set(RELEASE_SERVICE_VERSION_MAJOR "20")
+set(RELEASE_SERVICE_VERSION_MINOR "04")
+set(RELEASE_SERVICE_VERSION_MICRO "0")
+set(KTP_AUTH_HANDLER_VERSION 
"${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}")
 
 cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktp-auth-handler-19.12.3/po/nb/ktp-auth-handler.po 
new/ktp-auth-handler-20.04.0/po/nb/ktp-auth-handler.po
--- old/ktp-auth-handler-19.12.3/po/nb/ktp-auth-handler.po      2020-03-03 
01:30:07.000000000 +0100
+++ new/ktp-auth-handler-20.04.0/po/nb/ktp-auth-handler.po      2020-04-17 
02:36:53.000000000 +0200
@@ -8,7 +8,7 @@
 "POT-Creation-Date: 2019-05-20 03:11+0200\n"
 "PO-Revision-Date: 2014-01-12 14:24+0100\n"
 "Last-Translator: Bjørn Steensrud <bjor...@skogkatt.homelinux.org>\n"
-"Language-Team: Norwegian Bokmål <i18n...@lister.ping.uio.no>\n"
+"Language-Team: Norwegian Bokmål <l10n...@lister.huftis.org>\n"
 "Language: nb\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktp-auth-handler-19.12.3/po/nn/ktp-auth-handler.po 
new/ktp-auth-handler-20.04.0/po/nn/ktp-auth-handler.po
--- old/ktp-auth-handler-19.12.3/po/nn/ktp-auth-handler.po      2020-03-03 
01:30:08.000000000 +0100
+++ new/ktp-auth-handler-20.04.0/po/nn/ktp-auth-handler.po      2020-04-17 
02:36:53.000000000 +0200
@@ -8,7 +8,7 @@
 "POT-Creation-Date: 2019-05-20 03:11+0200\n"
 "PO-Revision-Date: 2016-11-02 20:22+0100\n"
 "Last-Translator: Karl Ove Hufthammer <k...@huftis.org>\n"
-"Language-Team: Norwegian Nynorsk <i18n...@lister.ping.uio.no>\n"
+"Language-Team: Norwegian Nynorsk <l10n...@lister.huftis.org>\n"
 "Language: nn\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ktp-auth-handler-19.12.3/po/zh_CN/ktp-auth-handler.po 
new/ktp-auth-handler-20.04.0/po/zh_CN/ktp-auth-handler.po
--- old/ktp-auth-handler-19.12.3/po/zh_CN/ktp-auth-handler.po   2020-03-03 
01:30:08.000000000 +0100
+++ new/ktp-auth-handler-20.04.0/po/zh_CN/ktp-auth-handler.po   2020-04-17 
02:36:53.000000000 +0200
@@ -8,7 +8,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2019-05-20 03:11+0200\n"
-"PO-Revision-Date: 2020-01-20 21:56\n"
+"PO-Revision-Date: 2020-03-25 19:57\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"


Reply via email to