Hello community,

here is the log from the commit of package messagelib for openSUSE:Factory 
checked in at 2020-03-11 18:41:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/messagelib (Old)
 and      /work/SRC/openSUSE:Factory/.messagelib.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "messagelib"

Wed Mar 11 18:41:43 2020 rev:57 rq:782497 version:19.12.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/messagelib/messagelib.changes    2020-02-10 
21:50:41.810100562 +0100
+++ /work/SRC/openSUSE:Factory/.messagelib.new.3160/messagelib.changes  
2020-03-11 18:43:48.807320821 +0100
@@ -1,0 +2,22 @@
+Thu Mar  5 20:36:48 UTC 2020 - Luca Beltrame <lbeltr...@kde.org>
+
+- 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 <wba...@tmo.at>
+
+- 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.WSCG33/_old  2020-03-11 18:43:50.099321613 +0100
+++ /var/tmp/diff_new_pack.WSCG33/_new  2020-03-11 18:43:50.103321615 +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 <wba...@tmo.at>
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:Factory/messagelib/messagelib-19.12.2.tar.xz 
/work/SRC/openSUSE:Factory/.messagelib.new.3160/messagelib-19.12.3.tar.xz 
differ: char 25, line 1


Reply via email to