Hello community, here is the log from the commit of package hidviz for openSUSE:Factory checked in at 2020-05-03 22:48:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/hidviz (Old) and /work/SRC/openSUSE:Factory/.hidviz.new.2738 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "hidviz" Sun May 3 22:48:05 2020 rev:3 rq:799872 version:0.1.5 Changes: -------- --- /work/SRC/openSUSE:Factory/hidviz/hidviz.changes 2019-12-06 12:09:29.924108756 +0100 +++ /work/SRC/openSUSE:Factory/.hidviz.new.2738/hidviz.changes 2020-05-03 22:48:10.835270353 +0200 @@ -1,0 +2,5 @@ +Sun May 3 16:57:30 UTC 2020 - Luigi Baldoni <[email protected]> + +- Add hidviz-moc_policy.patch to fix build problem + +------------------------------------------------------------------- New: ---- hidviz-moc_policy.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ hidviz.spec ++++++ --- /var/tmp/diff_new_pack.SBDieo/_old 2020-05-03 22:48:11.839272594 +0200 +++ /var/tmp/diff_new_pack.SBDieo/_new 2020-05-03 22:48:11.843272603 +0200 @@ -1,7 +1,7 @@ # # spec file for package hidviz # -# 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 @@ -25,6 +25,8 @@ Source0: https://hidviz.org/releases/%{name}-%{version}.tar.gz # PATCH-FIX-OPENSUSE hidviz-libexec_path.patch Patch0: hidviz-libexec_path.patch +# PATCH-FIX-OPENSUSE hidviz-moc_policy.patch [email protected] -- fix MOC problem with cmake 3.17 +Patch1: hidviz-moc_policy.patch BuildRequires: ImageMagick BuildRequires: asio-devel BuildRequires: cmake ++++++ hidviz-moc_policy.patch ++++++ Index: hidviz-0.1.5/hidviz/CMakeLists.txt =================================================================== --- hidviz-0.1.5.orig/hidviz/CMakeLists.txt +++ hidviz-0.1.5/hidviz/CMakeLists.txt @@ -1,6 +1,8 @@ cmake_minimum_required(VERSION 3.2) project(hidviz VERSION 0.1.5 LANGUAGES C CXX) +cmake_policy(SET CMP0100 NEW) + # Find the QtWidgets library find_package(Qt5 REQUIRED COMPONENTS Widgets)
