Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kaidan for openSUSE:Factory checked in at 2023-05-05 15:59:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kaidan (Old) and /work/SRC/openSUSE:Factory/.kaidan.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kaidan" Fri May 5 15:59:22 2023 rev:3 rq:1085094 version:0.9.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kaidan/kaidan.changes 2023-02-09 16:23:22.198763345 +0100 +++ /work/SRC/openSUSE:Factory/.kaidan.new.1533/kaidan.changes 2023-05-05 15:59:38.840897159 +0200 @@ -1,0 +2,20 @@ +Fri May 5 12:14:24 UTC 2023 - Christophe Marin <christo...@krop.fr> + +- Update to 0.9.0 + * End-to-end encryption with OMEMO 2 for messages, files and + metadata including an easy trust management + * XMPP Providers support for an easy onboarding + * Message reactions for sending emojis upon a message + * Read markers showing which messages a contact has read + * Message drafts to send entered messages later after switching + chats or restarting Kaidan + * Message search for messages that are not yet loaded + * New look of the chat background and message bubbles including + grouped messages from the same author + * Chat pinning for reordering chats + * Public group chat search (without group chat support yet) + * New contact and account details including the ability to + change the own profile picture + * Restored window position on start + +------------------------------------------------------------------- Old: ---- kaidan-0.8.0.tar.xz kaidan-0.8.0.tar.xz.sig New: ---- kaidan-0.9.0.tar.xz kaidan-0.9.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kaidan.spec ++++++ --- /var/tmp/diff_new_pack.TbfOeD/_old 2023-05-05 15:59:39.404900390 +0200 +++ /var/tmp/diff_new_pack.TbfOeD/_new 2023-05-05 15:59:39.408900413 +0200 @@ -17,7 +17,7 @@ Name: kaidan -Version: 0.8.0 +Version: 0.9.0 Release: 0 Summary: A XMPP client based on KDE Framework License: GPL-3.0-or-later AND SUSE-GPL-3.0+-with-openssl-exception AND MIT AND AML AND CC-BY-SA-4.0 ++++++ 0001-Support-ZXing-2.0.patch ++++++ --- /var/tmp/diff_new_pack.TbfOeD/_old 2023-05-05 15:59:39.440900596 +0200 +++ /var/tmp/diff_new_pack.TbfOeD/_new 2023-05-05 15:59:39.444900619 +0200 @@ -1,4 +1,4 @@ -From c92fe3125c08e61b454b41f151b435a6a9e6da4b Mon Sep 17 00:00:00 2001 +From 7171e5c4bc31114be265f6fde8cc08a519c4a6f3 Mon Sep 17 00:00:00 2001 From: Volker Krause <vkra...@kde.org> Date: Wed, 4 Jan 2023 17:28:31 +0100 Subject: [PATCH] Support ZXing 2.0 @@ -11,10 +11,10 @@ 1 file changed, 4 insertions(+) diff --git a/src/QrCodeDecoder.cpp b/src/QrCodeDecoder.cpp -index a7b0cf5..86d1e7b 100644 +index ea2a89d..081acb5 100644 --- a/src/QrCodeDecoder.cpp +++ b/src/QrCodeDecoder.cpp -@@ -90,7 +90,11 @@ void QrCodeDecoder::decodeImage(const QImage &image) +@@ -81,7 +81,11 @@ void QrCodeDecoder::decodeImage(const QImage &image) // If a QR code could be found and decoded, emit a signal with the decoded string. // Otherwise, emit a signal for failed decoding. if (result.isValid()) @@ -27,6 +27,6 @@ emit decodingFailed(); } -- -2.39.1 +2.40.1 ++++++ kaidan-0.8.0.tar.xz -> kaidan-0.9.0.tar.xz ++++++