Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package jq for openSUSE:Factory checked in at 2025-05-09 18:39:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/jq (Old) and /work/SRC/openSUSE:Factory/.jq.new.30101 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "jq" Fri May 9 18:39:08 2025 rev:16 rq:1275425 version:1.7.1 Changes: -------- --- /work/SRC/openSUSE:Factory/jq/jq.changes 2023-12-20 21:00:49.347336915 +0100 +++ /work/SRC/openSUSE:Factory/.jq.new.30101/jq.changes 2025-05-09 18:39:11.894608417 +0200 @@ -1,0 +2,6 @@ +Tue May 6 20:43:03 UTC 2025 - Martin Jambor <mjam...@suse.com> + +- Build with compiler option -std=gnu17 to avoid issues with code + which is not valid in C23. [boo#1241922] + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ jq.spec ++++++ --- /var/tmp/diff_new_pack.9h4WQK/_old 2025-05-09 18:39:12.354627624 +0200 +++ /var/tmp/diff_new_pack.9h4WQK/_new 2025-05-09 18:39:12.354627624 +0200 @@ -1,7 +1,7 @@ # # spec file for package jq # -# 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 @@ -59,6 +59,12 @@ %autosetup -p1 %build +# TODO: Remove the following line when doing the next version upgrade. +# It is a workaround for upstream issue #3206 and boo#1241922. Once a +# version with commit 0b82b38 is released, it should not longer be +# necessary. Unfortunately, the commit does not cleanly apply to the +# current version (1.7.1). +CFLAGS="%{optflags} -std=gnu17" %configure \ --disable-static \ %ifarch aarch64 x86_64 ppc64le s390x