Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libmfx for openSUSE:Factory checked in at 2021-02-16 22:35:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libmfx (Old) and /work/SRC/openSUSE:Factory/.libmfx.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libmfx" Tue Feb 16 22:35:44 2021 rev:10 rq:870902 version:20.3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/libmfx/libmfx.changes 2020-10-14 15:39:11.478362385 +0200 +++ /work/SRC/openSUSE:Factory/.libmfx.new.28504/libmfx.changes 2021-02-16 22:39:24.361888814 +0100 @@ -1,0 +2,6 @@ +Wed Feb 10 13:16:39 UTC 2021 - Stefan Dirsch <[email protected]> + +- u_gcc11.patch + * fixes build against gcc11 (boo#1181871) + +------------------------------------------------------------------- New: ---- u_gcc11.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libmfx.spec ++++++ --- /var/tmp/diff_new_pack.D4xYnR/_old 2021-02-16 22:39:26.245891072 +0100 +++ /var/tmp/diff_new_pack.D4xYnR/_new 2021-02-16 22:39:26.245891072 +0100 @@ -1,7 +1,7 @@ # # spec file for package libmfx # -# 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,7 @@ URL: https://github.com/Intel-Media-SDK/MediaSDK Source0: https://github.com/Intel-Media-SDK/MediaSDK/archive/intel-mediasdk-%{version}.tar.gz Patch0: cmake-sle12.patch +Patch1: u_gcc11.patch BuildRequires: cmake %if 0%{?suse_version} < 1500 BuildRequires: gcc7-c++ ++++++ u_gcc11.patch ++++++ --- MediaSDK-intel-mediasdk-20.3.0/_studio/mfx_lib/mctf_package/mctf/src/mctf_common.cpp.orig 2021-02-10 14:12:52.933078000 +0100 +++ MediaSDK-intel-mediasdk-20.3.0/_studio/mfx_lib/mctf_package/mctf/src/mctf_common.cpp 2021-02-10 14:14:46.421417000 +0100 @@ -45,6 +45,8 @@ #include <climits> #include <cmath> #include "cmrt_cross_platform.h" +// needed for GCC11 (boo#1181871) +#include <limits> using std::min; using std::max;
