Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package nut for openSUSE:Factory checked in at 2021-06-28 15:33:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/nut (Old) and /work/SRC/openSUSE:Factory/.nut.new.2625 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "nut" Mon Jun 28 15:33:47 2021 rev:69 rq:902791 version:2.7.4 Changes: -------- --- /work/SRC/openSUSE:Factory/nut/nut.changes 2021-01-18 11:33:40.168970394 +0100 +++ /work/SRC/openSUSE:Factory/.nut.new.2625/nut.changes 2021-06-28 15:34:21.307239386 +0200 @@ -1,0 +2,5 @@ +Sun Jun 27 11:43:12 UTC 2021 - Arjen de Korte <suse+bu...@de-korte.org> + +- Fix build with GCC11 (as default in GCC11 is now -std=gnu++17) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ nut.spec ++++++ --- /var/tmp/diff_new_pack.koArQ4/_old 2021-06-28 15:34:21.859240063 +0200 +++ /var/tmp/diff_new_pack.koArQ4/_new 2021-06-28 15:34:21.863240068 +0200 @@ -183,6 +183,9 @@ %build autoreconf -fvi +%if 0%{?suse_version} > 1500 +export CXXFLAGS="%{optflags} -std=gnu++14" +%endif %configure \ --disable-static \ --sysconfdir=%{CONFPATH} \