Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package webcamoid for openSUSE:Factory checked in at 2021-06-04 22:43:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/webcamoid (Old) and /work/SRC/openSUSE:Factory/.webcamoid.new.1898 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "webcamoid" Fri Jun 4 22:43:50 2021 rev:13 rq:897348 version:8.8.0 Changes: -------- --- /work/SRC/openSUSE:Factory/webcamoid/webcamoid.changes 2021-02-16 22:51:23.966737554 +0100 +++ /work/SRC/openSUSE:Factory/.webcamoid.new.1898/webcamoid.changes 2021-06-04 22:44:14.923174658 +0200 @@ -1,0 +2,5 @@ +Fri Jun 4 07:51:50 UTC 2021 - Luigi Baldoni <aloi...@gmx.com> + +- Add webcamoid-gcc11.patch to fix build in Factory + +------------------------------------------------------------------- New: ---- webcamoid-gcc11.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ webcamoid.spec ++++++ --- /var/tmp/diff_new_pack.8xwW4a/_old 2021-06-04 22:44:15.391175175 +0200 +++ /var/tmp/diff_new_pack.8xwW4a/_new 2021-06-04 22:44:15.395175179 +0200 @@ -24,6 +24,8 @@ Group: System/GUI/KDE URL: https://webcamoid.github.io/ Source: https://github.com/hipersayanX/Webcamoid/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz +# PATCH-FIX-OPENSUSE webcamoid-gcc11.patch add missing include -- aloi...@gmx.com +Patch0: webcamoid-gcc11.patch BuildRequires: bison BuildRequires: desktop-file-utils BuildRequires: fdupes @@ -85,7 +87,7 @@ video playing, recording, capture, and processing. %prep -%setup -q -n webcamoid-%{version} +%autosetup -p1 %build %qmake5 \ ++++++ webcamoid-gcc11.patch ++++++ Index: webcamoid-8.8.0/libAvKys/Plugins/VirtualCamera/src/VCamUtils/src/image/videoformat.cpp =================================================================== --- webcamoid-8.8.0.orig/libAvKys/Plugins/VirtualCamera/src/VCamUtils/src/image/videoformat.cpp +++ webcamoid-8.8.0/libAvKys/Plugins/VirtualCamera/src/VCamUtils/src/image/videoformat.cpp @@ -19,6 +19,7 @@ #include <map> #include <algorithm> +#include <limits> #include "videoformat.h" #include "../utils.h"