Hello community, here is the log from the commit of package messagelib for openSUSE:Leap:15.2 checked in at 2020-03-15 07:08:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/messagelib (Old) and /work/SRC/openSUSE:Leap:15.2/.messagelib.new.3160 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "messagelib" Sun Mar 15 07:08:18 2020 rev:75 rq:784017 version:19.12.3 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/messagelib/messagelib.changes 2020-02-13 14:40:29.557645326 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.messagelib.new.3160/messagelib.changes 2020-03-15 07:08:19.636854409 +0100 @@ -1,0 +2,22 @@ +Thu Mar 5 20:36:48 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 +- Changes since 19.12.2: + * Fix setting translation domain on the Grantlee localizer + * Fix using "Qt" in search line. Test flag was incorrect before + * initialize value in header class + * Fix pri file generation + * Replace \n by '_' in filename. otherwise mail will be broken + +------------------------------------------------------------------- +Thu Mar 5 07:25:12 UTC 2020 - Wolfgang Bauer <[email protected]> + +- Add patch to reenable the "Only quote selected text when + replying" feature, openSUSE's QtWebEngine package includes the + fix for QTBUG-81574 meanwhile (boo#1163369, kde#394784) + * 0001-Revert-Disable-reply-with-quote-text-as-this-bug-is-.patch + +------------------------------------------------------------------- Old: ---- messagelib-19.12.2.tar.xz messagelib-19.12.2.tar.xz.sig New: ---- 0001-Revert-Disable-reply-with-quote-text-as-this-bug-is-.patch messagelib-19.12.3.tar.xz messagelib-19.12.3.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ messagelib.spec ++++++ --- /var/tmp/diff_new_pack.OlFuaH/_old 2020-03-15 07:08:20.988855218 +0100 +++ /var/tmp/diff_new_pack.OlFuaH/_new 2020-03-15 07:08:20.992855221 +0100 @@ -21,7 +21,7 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: messagelib -Version: 19.12.2 +Version: 19.12.3 Release: 0 Summary: KDE PIM library for e-mail message parsing and display License: GPL-2.0-only AND GPL-3.0-only AND LGPL-2.1-or-later @@ -35,6 +35,8 @@ # PATCH-FIX-UPSTREAM Patch0: 0001-Fix-Bug-387061-Large-messages-don-t-display-in-the-v.patch Patch1: 0002-Initialize-variable.patch +# PATCH-FIX-OPENSUSE +Patch2: 0001-Revert-Disable-reply-with-quote-text-as-this-bug-is-.patch BuildRequires: extra-cmake-modules BuildRequires: kdepim-apps-libs-devel BuildRequires: kf5-filesystem ++++++ 0001-Revert-Disable-reply-with-quote-text-as-this-bug-is-.patch ++++++ >From a544f12d22c3afeb7c4980ed82e6fc762078fb3a Mon Sep 17 00:00:00 2001 From: Wolfgang Bauer <[email protected]> Date: Thu, 5 Mar 2020 08:11:38 +0100 Subject: [PATCH] Revert "Disable reply with quote text as this bug is back in qt5.14.x" This reverts commit 22482e3299e3f6a7e5f4e7f995183054044500ba. The version check was added as a workaround for QTBUG-81574, but openSUSE's QtWebEngine package contains the fix already. References: boo#1163369, kde#394784, QTBUG-81574 --- messagecomposer/src/helper/messagefactoryreplyjob.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/messagecomposer/src/helper/messagefactoryreplyjob.cpp b/messagecomposer/src/helper/messagefactoryreplyjob.cpp index 6f1b051d..a3b4d9c7 100644 --- a/messagecomposer/src/helper/messagefactoryreplyjob.cpp +++ b/messagecomposer/src/helper/messagefactoryreplyjob.cpp @@ -40,11 +40,9 @@ void MessageFactoryReplyJob::start() parser->setIdentityManager(mIdentityManager); parser->setCharsets(MessageComposerSettings::self()->preferredCharsets()); parser->setWordWrap(MessageComposerSettings::wordWrap(), MessageComposerSettings::lineWrapWidth()); -#if (QT_VERSION < QT_VERSION_CHECK(5, 14, 0)) if (MessageComposer::MessageComposerSettings::quoteSelectionOnly()) { parser->setSelection(mSelection); } -#endif parser->setAllowDecryption(true); if (!mTemplate.isEmpty()) { parser->process(mTemplate, mOrigMsg); -- 2.16.4 ++++++ messagelib-19.12.2.tar.xz -> messagelib-19.12.3.tar.xz ++++++ /work/SRC/openSUSE:Leap:15.2/messagelib/messagelib-19.12.2.tar.xz /work/SRC/openSUSE:Leap:15.2/.messagelib.new.3160/messagelib-19.12.3.tar.xz differ: char 25, line 1
