Merged update from upstream sources

This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/jq.git#032aebbf5569026732efbdccdc59063635af1d9d
This commit is contained in:
DistroBaker 2021-02-04 07:39:13 +01:00
parent aa858ae0cf
commit 81a19e5ec0
1 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,6 @@
Name: jq
Version: 1.6
Release: 6%{?dist}
Release: 7%{?dist}
Summary: Command-line JSON processor
License: MIT and ASL 2.0 and CC-BY and GPLv3
@ -15,6 +15,7 @@ BuildRequires: oniguruma-devel
%ifarch %{valgrind_arches}
BuildRequires: valgrind
%endif
BuildRequires: make
%description
@ -89,6 +90,9 @@ make check
%changelog
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.6-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Sat Dec 05 2020 Richard W.M. Jones <rjones@redhat.com> - 1.6-6
- Use correct valgrind_arches macro to check for valgrind.