Hello community, here is the log from the commit of package gammaray for openSUSE:Leap:15.2 checked in at 2020-04-12 15:38:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/gammaray (Old) and /work/SRC/openSUSE:Leap:15.2/.gammaray.new.3248 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gammaray" Sun Apr 12 15:38:20 2020 rev:18 rq:792636 version:2.11.0 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/gammaray/gammaray.changes 2020-01-15 14:56:50.553635078 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.gammaray.new.3248/gammaray.changes 2020-04-12 15:38:22.390011305 +0200 @@ -1,0 +2,6 @@ +Fri Apr 3 09:15:56 UTC 2020 - Christophe Giboudeaux <[email protected]> + +- Add upstream patch: + * 0001-Fix-build-with-Qt-5.15.patch + +------------------------------------------------------------------- New: ---- 0001-Fix-build-with-Qt-5.15.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gammaray.spec ++++++ --- /var/tmp/diff_new_pack.C84ewy/_old 2020-04-12 15:38:22.986011756 +0200 +++ /var/tmp/diff_new_pack.C84ewy/_new 2020-04-12 15:38:22.990011759 +0200 @@ -1,7 +1,7 @@ # # spec file for package gammaray # -# Copyright (c) 2019 SUSE LLC +# 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 @@ -32,6 +32,8 @@ Patch0: Fix_icons_installation.patch # PATCH-FIX-UPSTREAM Patch1: 0001-Fix-build-against-Qt-5.14.patch +# PATCH-FIX-UPSTREAM +Patch2: 0001-Fix-build-with-Qt-5.15.patch BuildRequires: binutils-devel BuildRequires: cmake >= 3.1 BuildRequires: doxygen @@ -105,9 +107,7 @@ -DQDOC_EXECUTABLE=%{_libqt5_bindir}/qdoc \ -DQHELPGEN_EXECUTABLE=%{_libqt5_bindir}/qhelpgenerator -# Still not available on all leap flavors -# %%cmake_build -%make_jobs +%cmake_build %install %cmake_install ++++++ 0001-Fix-build-with-Qt-5.15.patch ++++++ >From ec9fe40808e094b3ee6283256ae18f1a3bb95bb7 Mon Sep 17 00:00:00 2001 From: Volker Krause <[email protected]> Date: Wed, 18 Mar 2020 09:07:11 +0100 Subject: [PATCH] Fix build with Qt 5.15 --- plugins/widgetinspector/overlaywidget.h | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/widgetinspector/overlaywidget.h b/plugins/widgetinspector/overlaywidget.h index 5e0bb1352..ca102a9ea 100644 --- a/plugins/widgetinspector/overlaywidget.h +++ b/plugins/widgetinspector/overlaywidget.h @@ -30,6 +30,7 @@ #define GAMMARAY_WIDGETINSPECTOR_OVERLAYWIDGET_H #include <QLayout> +#include <QPainterPath> #include <QPointer> #include <QWidget> -- 2.26.0
