Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package time for openSUSE:Factory checked in at 2025-03-24 13:25:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/time (Old) and /work/SRC/openSUSE:Factory/.time.new.2696 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "time" Mon Mar 24 13:25:07 2025 rev:12 rq:1255053 version:1.9 Changes: -------- --- /work/SRC/openSUSE:Factory/time/time.changes 2024-03-01 23:34:48.295721923 +0100 +++ /work/SRC/openSUSE:Factory/.time.new.2696/time.changes 2025-03-24 13:25:08.514023167 +0100 @@ -1,0 +2,5 @@ +Fri Mar 21 12:43:16 UTC 2025 - Richard Biener <rguent...@suse.com> + +- Use -std=gnu99 to avoid traps from C23 made default with GCC 15. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ time.spec ++++++ --- /var/tmp/diff_new_pack.N1tK2y/_old 2025-03-24 13:25:09.234053168 +0100 +++ /var/tmp/diff_new_pack.N1tK2y/_new 2025-03-24 13:25:09.234053168 +0100 @@ -1,7 +1,7 @@ # # spec file for package time # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -30,7 +30,7 @@ # PATCH-FIX-OPENSUSE disable-time-max-rss-test.patch bsc#1211092 Patch1: disable-time-max-rss-test.patch Requires(post): %{install_info_prereq} -Requires(preun):%{install_info_prereq} +Requires(preun): %{install_info_prereq} %description The "time" command runs another program, then displays information @@ -44,6 +44,7 @@ %endif %build +export CFLAGS="%{optflags} -std=gnu99" %configure make %{?_smp_mflags}