Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package xinetd for openSUSE:Factory checked in at 2025-07-06 17:14:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xinetd (Old) and /work/SRC/openSUSE:Factory/.xinetd.new.1903 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xinetd" Sun Jul 6 17:14:56 2025 rev:42 rq:1290698 version:2.3.15.4 Changes: -------- --- /work/SRC/openSUSE:Factory/xinetd/xinetd.changes 2024-02-26 19:50:45.701558492 +0100 +++ /work/SRC/openSUSE:Factory/.xinetd.new.1903/xinetd.changes 2025-07-06 17:18:51.982151991 +0200 @@ -1,0 +2,6 @@ +Thu Jul 3 15:29:13 UTC 2025 - Jan Engelhardt <jeng...@inai.de> + +- Explicitly set -std=gnu17 because this is old code not building + with GCC 15 default C23 mode. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xinetd.spec ++++++ --- /var/tmp/diff_new_pack.wxX20k/_old 2025-07-06 17:18:52.662180111 +0200 +++ /var/tmp/diff_new_pack.wxX20k/_new 2025-07-06 17:18:52.662180111 +0200 @@ -1,7 +1,7 @@ # # spec file for package xinetd # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# 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 @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -56,9 +56,10 @@ cp %{SOURCE1} %{SOURCE2} . %build +export CFLAGS="%{optflags} -std=gnu17" %configure \ --disable-silent-rules -make %{?_smp_mflags} +%make_build %install %make_install