From 9b969bf1d5c3887a1db9ca3bb1caf6aba37f300adf811d3694f071c80df109e0 Mon Sep 17 00:00:00 2001 From: Anton Shvetz Date: Tue, 9 Dec 2025 12:41:01 +0300 Subject: [PATCH] Update to v1.6.0 --- jackson-jq-1.3.0.tar.gz | 3 --- jackson-jq-1.6.0.tar.gz | 3 +++ jackson-jq.changes | 24 ++++++++++++++++++++++++ jackson-jq.spec | 4 ++-- 4 files changed, 29 insertions(+), 5 deletions(-) delete mode 100644 jackson-jq-1.3.0.tar.gz create mode 100644 jackson-jq-1.6.0.tar.gz diff --git a/jackson-jq-1.3.0.tar.gz b/jackson-jq-1.3.0.tar.gz deleted file mode 100644 index 374a7f8..0000000 --- a/jackson-jq-1.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bfd6743b9a55a6c647d1ef56e44d1a1ab9382c46f2874b008c743b6bb205ea27 -size 132995 diff --git a/jackson-jq-1.6.0.tar.gz b/jackson-jq-1.6.0.tar.gz new file mode 100644 index 0000000..0aeb97d --- /dev/null +++ b/jackson-jq-1.6.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0c4cc024ba032b37f7651b9f450c427282c4af98ef1592283d88380318260dd +size 135070 diff --git a/jackson-jq.changes b/jackson-jq.changes index b8c1339..2f8d0ae 100644 --- a/jackson-jq.changes +++ b/jackson-jq.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Tue Dec 9 09:37:30 UTC 2025 - Anton Shvetz + +- Update to v1.6.0 + * What's Changed + + feat: add ceil function, floor already exists + + build(deps): bump + org.apache.maven.plugins:maven-javadoc-plugin from 3.11.2 to + 3.11.3 + + build(deps): bump actions/setup-java from 4.7.1 to 5.0.0 +- Update to v1.5.0 + * What's Changed + + Replace LevelDB with RocksDB for caching functionality in + tests + + Adds support for native-image + + build(deps): bump commons-cli:commons-cli from 1.9.0 to + 1.10.0 + + build(deps): bump actions/checkout from 4.2.2 to 5.0.0 + + build(deps-dev): bump org.assertj:assertj-core from 3.27.3 to + 3.27.4 +- Update to v1.4.0 + * What's Changed + + Add Automatic-Module-Name to MANIFEST.MF + ------------------------------------------------------------------- Fri Jul 4 01:00:03 UTC 2025 - Anton Shvetz diff --git a/jackson-jq.spec b/jackson-jq.spec index eedad5b..5af8567 100644 --- a/jackson-jq.spec +++ b/jackson-jq.spec @@ -1,7 +1,7 @@ # # spec file for package jackson-jq # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2025 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: jackson-jq -Version: 1.3.0 +Version: 1.6.0 Release: 0 Summary: Pure Java jq Implementation for Jackson JSON Processor License: Apache-2.0 -- 2.51.1