Hello community,

here is the log from the commit of package hidviz for openSUSE:Leap:15.2 
checked in at 2020-05-04 08:23:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/hidviz (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.hidviz.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "hidviz"

Mon May  4 08:23:12 2020 rev:2 rq:799908 version:0.1.5

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/hidviz/hidviz.changes  2020-02-09 
11:26:45.903344925 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.hidviz.new.2738/hidviz.changes        
2020-05-04 08:23:21.396454411 +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.YvmgEf/_old  2020-05-04 08:23:21.680455020 +0200
+++ /var/tmp/diff_new_pack.YvmgEf/_new  2020-05-04 08:23:21.684455029 +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)
 

Reply via email to