Import from AlmaLinux stable repository

This commit is contained in:
eabdullin 2024-05-15 07:35:08 +00:00
parent 30e426004b
commit 6e8093eae8
2 changed files with 4568 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
Name: jq
Version: 1.6
Release: 15%{?dist}
Release: 16%{?dist}
Summary: Command-line JSON processor
License: MIT and ASL 2.0 and CC-BY and GPLv3
@ -11,6 +11,7 @@ Patch0: jq-decimal-literal-number.patch
Patch1: 0001-iterration-problem-for-non-decimal-string.patch
Patch2: 0002-add-mantest.patch
Patch3: 0003-fix-pthread-segfault.patch
Patch4: 0004-make-jq-fast.patch
BuildRequires: gcc
BuildRequires: flex
@ -101,6 +102,10 @@ make check
%changelog
* Fri Oct 13 2023 Tomas Halman <thalman@redhat.com> - 1.6-16
- Make jq 1.6 fast
- Resolves: RHEL-13431
* Thu Mar 9 2023 Tomas Halman <thalman@redhat.com> - 1.6-15
- jq segfault when used in threads
- Resolves: rhbz#2176542