Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gojq for openSUSE:Factory checked in at 2026-04-01 19:53:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gojq (Old) and /work/SRC/openSUSE:Factory/.gojq.new.21863 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gojq" Wed Apr 1 19:53:05 2026 rev:9 rq:1344179 version:0.12.19 Changes: -------- --- /work/SRC/openSUSE:Factory/gojq/gojq.changes 2025-12-02 13:21:43.502803346 +0100 +++ /work/SRC/openSUSE:Factory/.gojq.new.21863/gojq.changes 2026-04-01 19:55:05.352245422 +0200 @@ -1,0 +2,18 @@ +Wed Apr 1 14:32:35 UTC 2026 - Arnav Singh <[email protected]> + +- Update to v0.12.19 + * Fix `gsub` and `sub` when the replacement emits multiple values + * Fix `fmax`, `fmin`, `modf` functions against NaN and infinities + * Fix `join/1` to use `add/0` implementation and handle null separator + * Fix `del` and `delpaths` on null to emit null + * Fix arithmetic operations on the minimum integer + * Fix `significand` function against subnormal numbers + * Fix handling of `--` in cli flag parsing for jq compatibility + * Fix `flatten/1` to emit error when the depth is NaN + * Fix array slice update to validate index types + * Fix string repetition boundary check to match jq behavior + * Implement `splits/2` using `match/2` for better jq compatibility + * Implement `to_entries` and `from_entries` in jq for simplicity + * Improve performance of regexp functions by caching compiled regexps + +------------------------------------------------------------------- Old: ---- gojq-0.12.18.tar.gz New: ---- gojq-0.12.19.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gojq.spec ++++++ --- /var/tmp/diff_new_pack.19ezLp/_old 2026-04-01 19:55:06.352286702 +0200 +++ /var/tmp/diff_new_pack.19ezLp/_new 2026-04-01 19:55:06.360287033 +0200 @@ -1,7 +1,7 @@ # # spec file for package gojq # -# 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 @@ -17,7 +17,7 @@ Name: gojq -Version: 0.12.18 +Version: 0.12.19 Release: 0 Summary: Pure Go implementation of jq License: MIT @@ -25,7 +25,7 @@ Source0: %{url}/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz Source1: vendor.tar.zst Source2: gojq.rpmlintrc -BuildRequires: go >= 1.21 +BuildRequires: go >= 1.24 BuildRequires: golang-packaging BuildRequires: zstd ++++++ gojq-0.12.18.tar.gz -> gojq-0.12.19.tar.gz ++++++ ++++ 1871 lines of diff (skipped) ++++++ vendor.tar.zst ++++++ ++++ 2283 lines of diff (skipped)
