Hello community,
here is the log from the commit of package ktp-auth-handler for
openSUSE:Leap:15.2 checked in at 2020-03-13 10:58:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/ktp-auth-handler (Old)
and /work/SRC/openSUSE:Leap:15.2/.ktp-auth-handler.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ktp-auth-handler"
Fri Mar 13 10:58:32 2020 rev:6 rq:783999 version:19.12.3
Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/ktp-auth-handler/ktp-auth-handler.changes
2020-02-21 10:48:02.966762128 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.ktp-auth-handler.new.3160/ktp-auth-handler.changes
2020-03-13 11:01:09.248596342 +0100
@@ -1,0 +2,9 @@
+Thu Mar 5 20:36:33 UTC 2020 - Luca Beltrame <[email protected]>
+
+- Update to 19.12.3
+ * New bugfix release
+ * For more details please see:
+ * https://www.kde.org/announcements/releases/19.12.3
+- No code change since 19.12.2
+
+-------------------------------------------------------------------
Old:
----
ktp-auth-handler-19.12.2.tar.xz
ktp-auth-handler-19.12.2.tar.xz.sig
New:
----
ktp-auth-handler-19.12.3.tar.xz
ktp-auth-handler-19.12.3.tar.xz.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ktp-auth-handler.spec ++++++
--- /var/tmp/diff_new_pack.wew3t6/_old 2020-03-13 11:01:09.784596725 +0100
+++ /var/tmp/diff_new_pack.wew3t6/_new 2020-03-13 11:01:09.788596728 +0100
@@ -21,7 +21,7 @@
%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print
$1"."$2}')}
%bcond_without lang
Name: ktp-auth-handler
-Version: 19.12.2
+Version: 19.12.3
Release: 0
Summary: Telepathy auth handler
License: LGPL-2.1-or-later
++++++ ktp-auth-handler-19.12.2.tar.xz -> ktp-auth-handler-19.12.3.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/ktp-auth-handler-19.12.2/CMakeLists.txt
new/ktp-auth-handler-19.12.3/CMakeLists.txt
--- old/ktp-auth-handler-19.12.2/CMakeLists.txt 2020-02-04 02:31:18.000000000
+0100
+++ new/ktp-auth-handler-19.12.3/CMakeLists.txt 2020-03-03 01:30:08.000000000
+0100
@@ -3,7 +3,7 @@
# KDE Application Version, managed by release script
set(KDE_APPLICATIONS_VERSION_MAJOR "19")
set(KDE_APPLICATIONS_VERSION_MINOR "12")
-set(KDE_APPLICATIONS_VERSION_MICRO "2")
+set(KDE_APPLICATIONS_VERSION_MICRO "3")
set(KTP_AUTH_HANDLER_VERSION
"${KDE_APPLICATIONS_VERSION_MAJOR}.${KDE_APPLICATIONS_VERSION_MINOR}.${KDE_APPLICATIONS_VERSION_MICRO}")
cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)