Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package newsboat for openSUSE:Factory checked in at 2022-05-24 20:33:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/newsboat (Old) and /work/SRC/openSUSE:Factory/.newsboat.new.2254 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "newsboat" Tue May 24 20:33:39 2022 rev:21 rq:978997 version:2.27 Changes: -------- --- /work/SRC/openSUSE:Factory/newsboat/newsboat.changes 2022-03-29 18:15:33.439140835 +0200 +++ /work/SRC/openSUSE:Factory/.newsboat.new.2254/newsboat.changes 2022-05-24 20:33:41.339043743 +0200 @@ -1,0 +2,6 @@ +Tue May 24 14:01:33 UTC 2022 - Michael Vetter <mvet...@suse.com> + +- Add newsboat-gcc12.patch: + Fix build with gcc12 + +------------------------------------------------------------------- New: ---- newsboat-gcc12.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ newsboat.spec ++++++ --- /var/tmp/diff_new_pack.VesIeC/_old 2022-05-24 20:33:41.947044285 +0200 +++ /var/tmp/diff_new_pack.VesIeC/_new 2022-05-24 20:33:41.959044297 +0200 @@ -29,6 +29,7 @@ Source3: vendor.tar.xz # pbleser: introduce OPTFLAGS make variable, instead of hard-coded -ggdb Patch0: newsbeuter-makefile.patch +Patch1: newsboat-gcc12.patch BuildRequires: cargo BuildRequires: gcc-c++ BuildRequires: gettext-devel @@ -60,6 +61,7 @@ %prep %setup -qa3 %patch0 -p1 +%patch1 -p1 mkdir cargo-home cat >cargo-home/config <<EOF [source.crates-io] ++++++ newsboat-gcc12.patch ++++++ Index: newsboat-2.27/src/itemlistformaction.cpp =================================================================== --- newsboat-2.27.orig/src/itemlistformaction.cpp +++ newsboat-2.27/src/itemlistformaction.cpp @@ -5,7 +5,7 @@ #include <cstdio> #include <langinfo.h> #include <sstream> -#include <string> +#include <string.h> #include <sys/stat.h> #include "config.h"