Name: | jq |
---|---|
Version: | 1.6 |
Release: | 7.0.3.el8 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 450369 |
License: | MIT and ASL 2.0 and CC-BY and GPLv3 |
RPM: | jq-1.6-7.0.3.el8.x86_64.rpm |
Source RPM: | jq-1.6-7.0.3.el8.src.rpm |
Build Date: | Fri Feb 09 2024 |
Build Host: | build-ol8-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | http://stedolan.github.io/jq/ |
Summary: | Command-line JSON processor |
Description: | lightweight and flexible command-line JSON processor jq is like sed for JSON data – you can use it to slice and filter and map and transform structured data with the same ease that sed, awk, grep and friends let you play with text. It is written in portable C, and it has zero runtime dependencies. jq can mangle the data format that you have into the one that you want with very little effort, and the program to do so is often shorter and simpler than you'd expect. |
- Reverts upstream patch to fix --exit-code issues #1142 and #1139 [Orabug: 36223052]
- Change version script to static 1.6 [Orabug: 36223052]
- Update to 1.6 upstream git commit b6be13d [Orabug: 36061610] - pull additional patches from Decimal literal number PR #1752 [Orabug: 36061610] - forward port upstream patches [Orabug: 36061610]
- Fix jq segfault when used in threads - Resolves: rhbz#2092160
- Add mantest to the gating - Related: rhbz#2049601
- Remove rpath from jq binary - Related: rhbz#2049601
- Fix iterration problem for non decimal string - Resolves: rhbz#2049601
- Fix big integers issue - Resolves: bug#2008717
- Releasing v1.6 - Resolves: bug#1852514
- Publishing devel package - Resolves: bug#1908928