From 8cbb161dddade1cbc1389d118fae628d713de575 Mon Sep 17 00:00:00 2001 From: chenyx2012 <975102023@qq.com> Date: Mon, 30 May 2022 08:11:16 +0000 Subject: [PATCH] update jq.spec. --- jq.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/jq.spec b/jq.spec index 922b1dd..6b12345 100644 --- a/jq.spec +++ b/jq.spec @@ -1,8 +1,8 @@ Name: jq Version: 1.6 -Release: 2 +Release: 3 Summary: A lightweight and flexible command-line JSON processor -License: MIT and ASL 2.0 and CC-BY and GPLv3 +License: MIT and ASL 2.0 and CC-BY-3.0 and GPLv3 URL: http://stedolan.github.io/jq/ Source0: https://github.com/stedolan/jq/releases/download/jq-%{version}/jq-%{version}.tar.gz BuildRequires: make flex bison valgrind gcc chrpath oniguruma-devel @@ -75,6 +75,9 @@ make check %changelog +* Mon May 30 2022 Chenyx - 1.6-3 +- License compliance rectification + * Mon Aug 30 2021 lingsheng - 1.6-2 - Support binary strings preserve UTF-8 and UTF-16 errors -- Gitee