Hello community,

here is the log from the commit of package gammaray for openSUSE:Factory 
checked in at 2020-04-04 12:25:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gammaray (Old)
 and      /work/SRC/openSUSE:Factory/.gammaray.new.3248 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gammaray"

Sat Apr  4 12:25:27 2020 rev:15 rq:791144 version:2.11.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/gammaray/gammaray.changes        2019-12-07 
15:11:05.539832345 +0100
+++ /work/SRC/openSUSE:Factory/.gammaray.new.3248/gammaray.changes      
2020-04-04 12:26:26.951991042 +0200
@@ -1,0 +2,6 @@
+Fri Apr  3 09:15:56 UTC 2020 - Christophe Giboudeaux <christo...@krop.fr>
+
+- 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.T3rRin/_old  2020-04-04 12:26:27.863991985 +0200
+++ /var/tmp/diff_new_pack.T3rRin/_new  2020-04-04 12:26:27.863991985 +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 <volker.kra...@kdab.com>
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


Reply via email to