Hello community,

here is the log from the commit of package konversation for openSUSE:Factory 
checked in at 2020-05-29 21:13:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/konversation (Old)
 and      /work/SRC/openSUSE:Factory/.konversation.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "konversation"

Fri May 29 21:13:50 2020 rev:57 rq:798845 version:1.7.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/konversation/konversation.changes        
2019-08-19 21:26:22.120658726 +0200
+++ /work/SRC/openSUSE:Factory/.konversation.new.3606/konversation.changes      
2020-05-29 21:13:58.806443096 +0200
@@ -1,0 +2,6 @@
+Wed Apr 29 09:46:20 UTC 2020 - Fabian Vogt <[email protected]>
+
+- Add patch to fix build against Qt 5.15:
+  * add-missing-includes.patch
+
+-------------------------------------------------------------------

New:
----
  add-missing-includes.patch

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

Other differences:
------------------
++++++ konversation.spec ++++++
--- /var/tmp/diff_new_pack.tUGc4J/_old  2020-05-29 21:13:59.362444772 +0200
+++ /var/tmp/diff_new_pack.tUGc4J/_new  2020-05-29 21:13:59.366444784 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package konversation
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -27,6 +27,7 @@
 Source0:        
http://download.kde.org/stable/%{name}/%{version}/src/%{name}-%{version}.tar.xz
 # PATCH-FIX-UPSTREAM
 Patch0:         0001-Fix-build-with-Qt-5.13.patch
+Patch1:         add-missing-includes.patch
 BuildRequires:  extra-cmake-modules
 BuildRequires:  karchive-devel >= %{kf5_version}
 BuildRequires:  kbookmarks-devel >= %{kf5_version}

++++++ add-missing-includes.patch ++++++
>From 461c7dd504299871d6e9068116125b9bd26e8985 Mon Sep 17 00:00:00 2001
From: Laurent Montel <[email protected]>
Date: Thu, 19 Mar 2020 13:55:58 +0100
Subject: [PATCH] Add missing includes

---
 src/viewer/viewtree.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/viewer/viewtree.cpp b/src/viewer/viewtree.cpp
index 7178a28e..462ed9bc 100644
--- a/src/viewer/viewtree.cpp
+++ b/src/viewer/viewtree.cpp
@@ -24,6 +24,7 @@
 #include <QItemSelectionModel>
 #include <QStyleHints>
 #include <QToolTip>
+#include <QPainterPath>
 
 // FIXME KF5 Port: Not DPI-aware.
 #define LED_ICON_SIZE 14

Reply via email to