Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gojq for openSUSE:Factory checked in 
at 2024-04-02 16:43:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gojq (Old)
 and      /work/SRC/openSUSE:Factory/.gojq.new.1905 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gojq"

Tue Apr  2 16:43:19 2024 rev:5 rq:1163958 version:0.12.15

Changes:
--------
--- /work/SRC/openSUSE:Factory/gojq/gojq.changes        2023-12-02 
17:13:18.345639846 +0100
+++ /work/SRC/openSUSE:Factory/.gojq.new.1905/gojq.changes      2024-04-02 
16:45:14.331207630 +0200
@@ -1,0 +2,25 @@
+Mon Apr  1 16:33:18 UTC 2024 - Arnav Singh <[email protected]>
+
+- Suppress rpmlint error statically-linked-binary.
+- Fix rpmlint warning no-%check-section.
+
+-------------------------------------------------------------------
+Mon Apr  1 15:57:12 UTC 2024 - Arnav Singh <[email protected]>
+
+- Update to v0.12.15
+  * Implement `ltrim`, `rtrim`, and `trim` functions.
+  * Fix object construction with duplicate keys (`{x:0,y:1} | {a:.x,a:.y}`)
+  * Fix `halt` and `halt_error` functions to stop the command execution
+    immediately.
+  * Fix variable scope of binding syntax
+    (`"a" as $v | def f: $v; "b" as $v | f`).
+  * Fix pre-defined variables to be available in initial modules
+    (`$ARGS` in `~/.jq`).
+  * Fix `ltrimstr` and `rtrimstr` functions to emit error on non-string input.
+  * Fix `nearbyint` and `rint` functions to round ties to even.
+  * Improve parser to allow `reduce`, `foreach`, `if`, `try`-`catch` syntax
+    as object values.
+  * Remove `pow10` in favor of `exp10`, define `scalbn` and `scalbln`
+    by `ldexp`.
+
+-------------------------------------------------------------------

Old:
----
  gojq-0.12.14.tar.gz

New:
----
  gojq-0.12.15.tar.gz
  gojq.rpmlintrc

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gojq.spec ++++++
--- /var/tmp/diff_new_pack.0y1CbT/_old  2024-04-02 16:45:15.439247182 +0200
+++ /var/tmp/diff_new_pack.0y1CbT/_new  2024-04-02 16:45:15.439247182 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gojq
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,15 @@
 
 
 Name:           gojq
-Version:        0.12.14
+Version:        0.12.15
 Release:        0
 Summary:        Pure Go implementation of jq
 License:        MIT
 URL:            https://github.com/itchyny/gojq
 Source0:        
%{url}/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 Source1:        vendor.tar.zst
-BuildRequires:  go >= 1.19
+Source2:        gojq.rpmlintrc
+BuildRequires:  go >= 1.20
 BuildRequires:  golang-packaging
 BuildRequires:  zstd
 
@@ -46,6 +47,9 @@
 install -D -m0755 %{name} %{buildroot}%{_bindir}/%{name}
 install -D -m0644 _%{name} %{buildroot}%{_datadir}/zsh/site-functions/_%{name}
 
+%check
+%gotest ./...
+
 %files
 %license LICENSE
 %doc README.md

++++++ gojq-0.12.14.tar.gz -> gojq-0.12.15.tar.gz ++++++
++++ 3818 lines of diff (skipped)

++++++ gojq.rpmlintrc ++++++
addFilter("statically-linked-binary /usr/bin/gojq");

++++++ vendor.tar.zst ++++++
Binary files /var/tmp/diff_new_pack.0y1CbT/_old and 
/var/tmp/diff_new_pack.0y1CbT/_new differ

Reply via email to