Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package g810-led for openSUSE:Factory checked in at 2023-03-27 18:16:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/g810-led (Old) and /work/SRC/openSUSE:Factory/.g810-led.new.31432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "g810-led" Mon Mar 27 18:16:20 2023 rev:8 rq:1074520 version:0.4.3 Changes: -------- --- /work/SRC/openSUSE:Factory/g810-led/g810-led.changes 2022-12-10 21:18:40.609854163 +0100 +++ /work/SRC/openSUSE:Factory/.g810-led.new.31432/g810-led.changes 2023-03-27 18:16:27.879164984 +0200 @@ -1,0 +2,6 @@ +Sun Mar 26 11:39:29 UTC 2023 - Olav Reinert <[email protected]> + +- Fix compilation error with GCC13: + * help.patch + +------------------------------------------------------------------- New: ---- help.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ g810-led.spec ++++++ --- /var/tmp/diff_new_pack.ZOspIm/_old 2023-03-27 18:16:28.427167877 +0200 +++ /var/tmp/diff_new_pack.ZOspIm/_new 2023-03-27 18:16:28.431167898 +0200 @@ -1,7 +1,7 @@ # # spec file for package g810-led # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,6 +26,7 @@ Source0: https://github.com/MatMoul/g810-led/archive/v%{version}/%{name}-%{version}.tar.gz Patch0: harden_g810-led-reboot.service.patch Patch1: harden_g810-led.service.patch +Patch2: help.patch BuildRequires: gcc-c++ BuildRequires: libhidapi-devel BuildRequires: pkgconfig @@ -49,6 +50,7 @@ %setup -q %patch0 -p1 %patch1 -p1 +%patch2 -p1 %build %make_build ++++++ help.patch ++++++ --- g810-led-0.4.3/src/helpers/help.h.orig 2023-03-26 13:26:03.128463735 +0200 +++ g810-led-0.4.3/src/helpers/help.h 2023-03-26 13:36:34.524388302 +0200 @@ -18,6 +18,7 @@ #define HELP_HELPER #include <iostream> +#include <cstdint> namespace help {
