Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package pinfo for openSUSE:Factory checked in at 2021-10-23 00:51:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pinfo (Old) and /work/SRC/openSUSE:Factory/.pinfo.new.1890 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pinfo" Sat Oct 23 00:51:33 2021 rev:29 rq:926946 version:0.6.13 Changes: -------- --- /work/SRC/openSUSE:Factory/pinfo/pinfo.changes 2020-09-22 21:03:55.075548131 +0200 +++ /work/SRC/openSUSE:Factory/.pinfo.new.1890/pinfo.changes 2021-10-23 00:52:16.897155929 +0200 @@ -1,0 +2,5 @@ +Fri Oct 22 07:16:40 UTC 2021 - Marco Strigl <marco.str...@suse.com> + +- added -Wno-error=format to CPPFLAGS to avoid compilation errors + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pinfo.spec ++++++ --- /var/tmp/diff_new_pack.DOLPLu/_old 2021-10-23 00:52:17.493156193 +0200 +++ /var/tmp/diff_new_pack.DOLPLu/_new 2021-10-23 00:52:17.497156195 +0200 @@ -1,7 +1,7 @@ # # spec file for package pinfo # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -32,7 +32,7 @@ BuildRequires: makeinfo BuildRequires: ncurses-devel Requires(post): %{install_info_prereq} -Requires(preun): %{install_info_prereq} +Requires(preun):%{install_info_prereq} %description Pinfo is a curses based, Lynx-style info browser. @@ -42,7 +42,7 @@ %build autoreconf -fiv -export CPPFLAGS="-Wno-error=unused-parameter" +export CPPFLAGS="-Wno-error=unused-parameter -Wno-error=format" %configure \ --with-curses=%{_prefix} %make_build