Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package hexchat for openSUSE:Factory checked in at 2026-07-29 19:01:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/hexchat (Old) and /work/SRC/openSUSE:Factory/.hexchat.new.2004 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "hexchat" Wed Jul 29 19:01:13 2026 rev:37 rq:1368344 version:2.16.2 Changes: -------- --- /work/SRC/openSUSE:Factory/hexchat/hexchat.changes 2025-11-24 14:10:06.191575219 +0100 +++ /work/SRC/openSUSE:Factory/.hexchat.new.2004/hexchat.changes 2026-07-29 19:02:48.897021852 +0200 @@ -1,0 +2,7 @@ +Wed Jul 29 08:26:23 UTC 2026 - Dominique Leuenberger <[email protected]> + +- Fix build against Perl 5.44: pass -Dc_std=gnu99 to meson. Perl + has rewritten some headers to use inline variable definitions in + for loops, which gnu89 did not yet permit. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ hexchat.spec ++++++ --- /var/tmp/diff_new_pack.2wD1aj/_old 2026-07-29 19:02:49.497042531 +0200 +++ /var/tmp/diff_new_pack.2wD1aj/_new 2026-07-29 19:02:49.501042668 +0200 @@ -1,7 +1,7 @@ # # spec file for package hexchat # -# Copyright (c) 2025 SUSE LLC and contributors +# 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 @@ -106,6 +106,7 @@ %build %meson \ + -Dc_std=gnu99 \ -Dgtk-frontend=true \ -Dtls=enabled \ -Ddbus=enabled \
