Hello community,

here is the log from the commit of package vokoscreenNG for openSUSE:Factory 
checked in at 2020-06-10 00:48:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/vokoscreenNG (Old)
 and      /work/SRC/openSUSE:Factory/.vokoscreenNG.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "vokoscreenNG"

Wed Jun 10 00:48:56 2020 rev:6 rq:812759 version:3.0.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/vokoscreenNG/vokoscreenNG.changes        
2020-05-01 11:16:07.992210193 +0200
+++ /work/SRC/openSUSE:Factory/.vokoscreenNG.new.3606/vokoscreenNG.changes      
2020-06-10 00:49:01.227039836 +0200
@@ -1,0 +2,6 @@
+Mon Jun  8 11:33:18 UTC 2020 - Marcel Kuehlhorn <[email protected]>
+
+- added adapt-to-qt-5.15.patch
+  * upstream fix for Qt 5.15 build failure
+
+-------------------------------------------------------------------

New:
----
  adapt-to-qt-5.15.patch

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

Other differences:
------------------
++++++ vokoscreenNG.spec ++++++
--- /var/tmp/diff_new_pack.19HBnv/_old  2020-06-10 00:49:01.963041762 +0200
+++ /var/tmp/diff_new_pack.19HBnv/_new  2020-06-10 00:49:01.963041762 +0200
@@ -24,6 +24,8 @@
 Group:          Productivity/Multimedia/Other
 URL:            https://github.com/vkohaupt/vokoscreenNG
 Source:         https://github.com/vkohaupt/%{name}/archive/%{version}.tar.gz
+# PATCH-FIX-UPSTREAM - Fix Qt 5.15 build failure
+Patch0:         adapt-to-qt-5.15.patch
 BuildRequires:  gstreamer-devel
 BuildRequires:  libqt5-linguist
 BuildRequires:  pkgconfig
@@ -62,7 +64,7 @@
 vokoscreenNG is a user friendly Open Source screencaster for Linux and Windows.
 
 %prep
-%autosetup
+%autosetup -p1
 
 %build
 cd src

++++++ adapt-to-qt-5.15.patch ++++++
>From 924edeccfaaddf483959b8cf140f13ef64420378 Mon Sep 17 00:00:00 2001
From: Volker Kohaupt <[email protected]>
Date: Sat, 6 Jun 2020 08:42:07 +0200
Subject: [PATCH] Adapted to Qt 5.15.0

---
 src/region/QvkRegionButtonArrow.cpp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/region/QvkRegionButtonArrow.cpp 
b/src/region/QvkRegionButtonArrow.cpp
index 984048b0..82987915 100644
--- a/src/region/QvkRegionButtonArrow.cpp
+++ b/src/region/QvkRegionButtonArrow.cpp
@@ -22,6 +22,8 @@
 
 #include "QvkRegionButtonArrow.h"
 
+#include <QPainterPath>
+
 QvkRegionButtonArrow::QvkRegionButtonArrow()
 {
 }

Reply via email to