Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package hidviz for openSUSE:Factory checked in at 2021-06-04 22:43:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/hidviz (Old) and /work/SRC/openSUSE:Factory/.hidviz.new.1898 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "hidviz" Fri Jun 4 22:43:36 2021 rev:4 rq:897316 version:0.1.5 Changes: -------- --- /work/SRC/openSUSE:Factory/hidviz/hidviz.changes 2020-05-03 22:48:10.835270353 +0200 +++ /work/SRC/openSUSE:Factory/.hidviz.new.1898/hidviz.changes 2021-06-04 22:44:00.959159249 +0200 @@ -1,0 +2,5 @@ +Fri Jun 4 05:26:49 UTC 2021 - Luigi Baldoni <aloi...@gmx.com> + +- Ad hidviz-gcc11.patch and fix build in Factory + +------------------------------------------------------------------- New: ---- hidviz-gcc11.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ hidviz.spec ++++++ --- /var/tmp/diff_new_pack.CFmm9f/_old 2021-06-04 22:44:01.539159888 +0200 +++ /var/tmp/diff_new_pack.CFmm9f/_new 2021-06-04 22:44:01.543159893 +0200 @@ -1,7 +1,7 @@ # # spec file for package hidviz # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 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,8 @@ Patch0: hidviz-libexec_path.patch # PATCH-FIX-OPENSUSE hidviz-moc_policy.patch aloi...@gmx.com -- fix MOC problem with cmake 3.17 Patch1: hidviz-moc_policy.patch +# PATCH-FIX-UPSTREAM hidviz-gcc11.patch +Patch2: hidviz-gcc11.patch BuildRequires: ImageMagick BuildRequires: asio-devel BuildRequires: cmake ++++++ hidviz-gcc11.patch ++++++ >From 95ca5c3a64e4e01070df143ca99246303fe09176 Mon Sep 17 00:00:00 2001 From: Luigi Baldoni <lgbald...@github.com> Date: Fri, 4 Jun 2021 07:20:41 +0200 Subject: [PATCH] Fix build with gcc11 Index: hidviz-0.1.5/libhidx/libhidx/include/libhidx/Interface.hh =================================================================== --- hidviz-0.1.5.orig/libhidx/libhidx/include/libhidx/Interface.hh +++ hidviz-0.1.5/libhidx/libhidx/include/libhidx/Interface.hh @@ -26,6 +26,7 @@ #include <functional> #include <vector> #include <string> +#include <memory> namespace libhidx {