Hello community, here is the log from the commit of package kvirc for openSUSE:Factory checked in at 2020-06-04 17:57:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kvirc (Old) and /work/SRC/openSUSE:Factory/.kvirc.new.3606 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kvirc" Thu Jun 4 17:57:21 2020 rev:43 rq:811515 version:5.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kvirc/kvirc.changes 2020-01-17 16:06:18.240466070 +0100 +++ /work/SRC/openSUSE:Factory/.kvirc.new.3606/kvirc.changes 2020-06-04 17:57:28.333196351 +0200 @@ -1,0 +2,6 @@ +Thu Jun 4 14:20:43 UTC 2020 - Christophe Giboudeaux <[email protected]> + +- Add patch to fix build with Qt 5.15: + 0001-Fix-build-with-Qt-5.15.patch + +------------------------------------------------------------------- New: ---- 0001-Fix-build-with-Qt-5.15.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kvirc.spec ++++++ --- /var/tmp/diff_new_pack.yV7J7l/_old 2020-06-04 17:57:30.389202789 +0200 +++ /var/tmp/diff_new_pack.yV7J7l/_new 2020-06-04 17:57:30.389202789 +0200 @@ -29,6 +29,7 @@ Patch1: 0001-This-is-not-necessary-anymore.patch Patch2: 0001-Replace-FindPythonLibs-with-FindPython3-in-CMake.patch Patch3: 0001-Stop-unsetting-_DEBUG-when-including-Python.h.patch +Patch4: 0001-Fix-build-with-Qt-5.15.patch BuildRequires: audiofile-devel BuildRequires: cmake >= 3.12.0 BuildRequires: doxygen @@ -82,7 +83,7 @@ " %cmake_kf5 -d build -- $EXTRA_FLAGS -%make_jobs +%cmake_build %install %kf5_makeinstall -C build ++++++ 0001-Fix-build-with-Qt-5.15.patch ++++++ >From 2d4ca9a5d46298bbafe13efb0b16a77bce636058 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ball=C3=B3=20Gy=C3=B6rgy?= <[email protected]> Date: Thu, 4 Jun 2020 13:42:30 +0200 Subject: [PATCH] Fix build with Qt 5.15+ --- src/modules/iograph/libkviiograph.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/modules/iograph/libkviiograph.cpp b/src/modules/iograph/libkviiograph.cpp index 8e08bb4..2653762 100644 --- a/src/modules/iograph/libkviiograph.cpp +++ b/src/modules/iograph/libkviiograph.cpp @@ -35,6 +35,7 @@ #include <QPainter> #include <QPaintEvent> +#include <QPainterPath> #ifdef COMPILE_PSEUDO_TRANSPARENCY extern KVIRC_API QPixmap * g_pShadedChildGlobalDesktopBackground; -- 2.26.2
