Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package screen for openSUSE:Factory checked in at 2025-03-31 11:36:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/screen (Old) and /work/SRC/openSUSE:Factory/.screen.new.2696 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "screen" Mon Mar 31 11:36:55 2025 rev:66 rq:1256353 version:4.9.1 Changes: -------- --- /work/SRC/openSUSE:Factory/screen/screen.changes 2025-01-31 16:02:42.543792957 +0100 +++ /work/SRC/openSUSE:Factory/.screen.new.2696/screen.changes 2025-03-31 11:36:57.964705668 +0200 @@ -1,0 +2,6 @@ +Fri Mar 21 12:37:40 UTC 2025 - Richard Biener <rguent...@suse.com> + +- K&R source is not ready for C23 used by default with GCC 15. + Use -std=gnu89 instead. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ screen.spec ++++++ --- /var/tmp/diff_new_pack.Jpo5uQ/_old 2025-03-31 11:36:58.768739018 +0200 +++ /var/tmp/diff_new_pack.Jpo5uQ/_new 2025-03-31 11:36:58.772739183 +0200 @@ -64,7 +64,7 @@ %build sh ./autogen.sh -CFLAGS="-DMAXWIN=1000 %{optflags}" %configure --prefix=%{_prefix} --infodir=%{_infodir} \ +CFLAGS="-DMAXWIN=1000 %{optflags} -std=gnu89" %configure --prefix=%{_prefix} --infodir=%{_infodir} \ --mandir=%{_mandir} \ --with-socket-dir='(eff_uid ? "%{rundir}/uscreens" : "%{rundir}/screens")' \ --with-sys-screenrc=%{_sysconfdir}/screenrc \