Make jq 1.6 fast

Resolves: RHEL-13431
This commit is contained in:
Tomas Halman 2023-10-16 11:34:51 +02:00
parent 771c857cf5
commit 82160163a2
2 changed files with 4568 additions and 1 deletions

4562
0004-make-jq-fast.patch Normal file

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