Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package simple-obfs for openSUSE:Factory checked in at 2026-06-22 17:26:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/simple-obfs (Old) and /work/SRC/openSUSE:Factory/.simple-obfs.new.1956 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "simple-obfs" Mon Jun 22 17:26:05 2026 rev:7 rq:1360637 version:0.0.5 Changes: -------- --- /work/SRC/openSUSE:Factory/simple-obfs/simple-obfs.changes 2024-02-27 22:49:35.237211406 +0100 +++ /work/SRC/openSUSE:Factory/.simple-obfs.new.1956/simple-obfs.changes 2026-06-22 17:26:35.787803836 +0200 @@ -1,0 +2,9 @@ +Fri Jun 19 15:44:11 UTC 2026 - Martin Pluskal <[email protected]> + +- Fix build with GCC 15 (rescue from [botdel]): append -Wno-error so + upstream's hardcoded -Werror no longer turns new + -Wdiscarded-qualifiers warnings into a fatal FTBFS; upstream is + archived, so the distro %{optflags} -Werror=return-type is kept as + the only error gate + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ simple-obfs.spec ++++++ --- /var/tmp/diff_new_pack.097qiR/_old 2026-06-22 17:26:36.787838672 +0200 +++ /var/tmp/diff_new_pack.097qiR/_new 2026-06-22 17:26:36.791838811 +0200 @@ -1,7 +1,7 @@ # # spec file for package simple-obfs # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -61,7 +61,12 @@ mv libcork-f02984545061c924808e4b9ea7cc6749a41f1979 libcork autoreconf -fiv %configure -make %{?_smp_mflags} V=1 +# Upstream is archived and hardcodes -Werror in AM_CFLAGS; every new GCC keeps +# turning fresh warnings into FTBFS (GCC8/GCC9 patched downstream, now GCC15 +# -Wdiscarded-qualifiers). Neutralise upstream's blanket -Werror by appending +# -Wno-error after it, while %%{optflags}'s -Werror=return-type still re-enables +# the one error gate the distro cares about. +make %{?_smp_mflags} V=1 CFLAGS="-Wno-error %{optflags}" %install %make_install
