Hello community, here is the log from the commit of package libmfx for openSUSE:Factory checked in at 2020-03-19 19:46:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libmfx (Old) and /work/SRC/openSUSE:Factory/.libmfx.new.3160 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libmfx" Thu Mar 19 19:46:18 2020 rev:6 rq:785623 version:19.4.0 Changes: -------- --- /work/SRC/openSUSE:Factory/libmfx/libmfx.changes 2020-03-06 21:24:05.309442497 +0100 +++ /work/SRC/openSUSE:Factory/.libmfx.new.3160/libmfx.changes 2020-03-19 19:49:49.636167762 +0100 @@ -1,0 +2,6 @@ +Mon Mar 16 12:40:37 UTC 2020 - Stefan Dirsch <[email protected]> + +- u_buildfix-for-gcc10.patch + * fixes build against gcc10 (boo#1166609) + +------------------------------------------------------------------- New: ---- u_buildfix-for-gcc10.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libmfx.spec ++++++ --- /var/tmp/diff_new_pack.4ObZXj/_old 2020-03-19 19:49:50.580168307 +0100 +++ /var/tmp/diff_new_pack.4ObZXj/_new 2020-03-19 19:49:50.616168327 +0100 @@ -26,6 +26,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_buildfix-for-gcc10.patch BuildRequires: cmake %if 0%{?suse_version} < 1500 BuildRequires: gcc7-c++ @@ -68,6 +69,7 @@ %if 0%{?suse_version} < 1500 %patch0 -p1 %endif +%patch1 -p1 %build mkdir -p build ++++++ u_buildfix-for-gcc10.patch ++++++ --- MediaSDK-intel-mediasdk-19.4.0/tutorials/common/common_vaapi.cpp.old 2020-03-16 12:19:15.596797932 +0000 +++ MediaSDK-intel-mediasdk-19.4.0/tutorials/common/common_vaapi.cpp 2020-03-16 12:19:43.133334634 +0000 @@ -24,6 +24,7 @@ #include <map> #include "common_vaapi.h" +#include <string> struct sharedResponse { mfxFrameAllocResponse mfxResponse;
