Compare commits

...

1 Commits

Author SHA1 Message Date
Tomas Halman eae8170fca Make jq 1.6 fast 2023-10-26 02:35:28 +00:00
3 changed files with 4569 additions and 1 deletions

1
.jq.metadata Normal file
View File

@ -0,0 +1 @@
02959bca30672e0dfe678e7b36464c8fb08ec389 jq-1.6.tar.gz

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