the report of jq-1.6-3.0.1.an8.src.rpm to jq-1.6-14.an8.src.rpm

Legends
Colors
 added 
changed
deleted
Links
(f)irst change
(n)ext change
(t)op


RPM Info
f1Name        : jqf1Name        : jq
2Version     : 1.62Version     : 1.6
n3Release     : 3.0.1.an8n3Release     : 14.an8
4Architecture: x86_644Architecture: x86_64
5Install Date: (not installed)5Install Date: (not installed)
6Group       : Unspecified6Group       : Unspecified
n7Size        : 450301n7Size        : 450317
8License     : MIT and ASL 2.0 and CC-BY and GPLv38License     : MIT and ASL 2.0 and CC-BY and GPLv3
n9Signature   : RSA/SHA256, 2022年0511日 星期三 13时00分23秒, Key ID 619140084873f7c5n9Signature   : RSA/SHA256, 2022年1221日 星期三 00时5443秒, Key ID 619140084873f7c5
10Source RPM  : jq-1.6-3.0.1.an8.src.rpm10Source RPM  : jq-1.6-14.an8.src.rpm
11Build Date  : 2022年05月06日 星期 2129分12秒11Build Date  : 2022年12月20日 星期 23时12分31
12Build Host  : anolis-build-02.openanolis.cn12Build Host  : anolis-build-01.openanolis.cn
13Relocations : (not relocatable)13Relocations : (not relocatable)
14Packager    : OpenAnolis Community14Packager    : OpenAnolis Community
15Vendor      : OpenAnolis Community15Vendor      : OpenAnolis Community
16URL         : http://stedolan.github.io/jq/16URL         : http://stedolan.github.io/jq/
17Summary     : Command-line JSON processor17Summary     : Command-line JSON processor
18Description :18Description :
19lightweight and flexible command-line JSON processor19lightweight and flexible command-line JSON processor
2020
n21 jq is like sed for JSON data – you can use it to slicen21jq is like sed for JSON data – you can use it to slice
22 and filter and map and transform structured data with22and filter and map and transform structured data with
23 the same ease that sed, awk, grep and friends let you23the same ease that sed, awk, grep and friends let you
24 play with text.24play with text.
2525
n26 It is written in portable C, and it has zero runtimen26It is written in portable C, and it has zero runtime
27 dependencies.27dependencies.
2828
t29 jq can mangle the data format that you have into thet29jq can mangle the data format that you have into the
30 one that you want with very little effort, and the30one that you want with very little effort, and the
31 program to do so is often shorter and simpler than31program to do so is often shorter and simpler than
32 you'd expect.32you'd expect.

Path and File
f1-rwxr-xr-x      /usr/bin/jqf1-rwxr-xr-x      /usr/bin/jq
2drwxr-xr-x      /usr/lib/.build-id2drwxr-xr-x      /usr/lib/.build-id
t3drwxr-xr-x      /usr/lib/.build-id/3dt3drwxr-xr-x      /usr/lib/.build-id/0c
4lrwxrwxrwx      /usr/lib/.build-id/3d/ba32f0b1ca51d93c72b384cac4633afff358814lrwxrwxrwx      /usr/lib/.build-id/0c/852db793a205e79feb26219282b610d6ecb945
5drwxr-xr-x      /usr/lib/.build-id/995drwxr-xr-x      /usr/lib/.build-id/58
6lrwxrwxrwx      /usr/lib/.build-id/99/acf5535263b05cb3981d1d38710f8eac855b0f6lrwxrwxrwx      /usr/lib/.build-id/58/fc5cf5b7d3869729b0f51ebb42ae8d7760522c
7lrwxrwxrwx      /usr/lib64/libjq.so.17lrwxrwxrwx      /usr/lib64/libjq.so.1
8-rwxr-xr-x      /usr/lib64/libjq.so.1.0.48-rwxr-xr-x      /usr/lib64/libjq.so.1.0.4
9-rw-r--r--      /usr/share/doc/jq/AUTHORS9-rw-r--r--      /usr/share/doc/jq/AUTHORS
10-rw-r--r--      /usr/share/doc/jq/COPYING10-rw-r--r--      /usr/share/doc/jq/COPYING
11-rw-r--r--      /usr/share/doc/jq/README11-rw-r--r--      /usr/share/doc/jq/README

Provides Dependencices
t1jq = 1.6-3.0.1.an8t1jq = 1.6-14.an8
2jq(x86-64) = 1.6-3.0.1.an82jq(x86-64) = 1.6-14.an8
3libjq.so.1()(64bit)3libjq.so.1()(64bit)

Requires Dependencices
t No Differences Found t No Differences Found 

Changelogs
n1* 五 5月 06 2022 Peng Zhou <zhoupeng@linux.alibaba.com> - 1.6-3.0.1n1* 五 11月 04 2022 Tomas Halman <thalman@redhat.com> - 1.6-6
2- Spec:no requires valgrind for loongarch642- Add mantest to the gating
3- Related: rhbz#2049594
34
n4 10月 04 2021 Tomas Halman <thalman@redhat.com>n5 10月 21 2022 Tomas Halman <thalman@redhat.com> - 1.6-13
5- Fix big integers issue6- jq try/catch stops iteration over items
6- Resolves: bug#20087177  Resolves: rhbz#2049594
78
n8* 一 10月 04 2021 Tomas Halman <thalman@redhat.com>n9* 一 11月 15 2021 Tomas Halman <thalman@redhat.com>
9- Releasing v1.610- Strip rpath from jq binary
10- Resolves: bug#185251411  Related: rhbz#2008983
1112
n12* 三 8月 11 2021 Tomas Halman <thalman@redhat.com>n13* 三 9月 29 2021 Davide Cavalca <dcavalca@centosproject.org> - 1.6-10
13- Publishing devel package14- Backport PR#1752 to fix an integer logic issue
14- Resolves: bug#190892815  Resolves: rhbz#2008983
1516
t16* 六 8月 11 2018 Troy Dawson <tdawson@redhat.com>t17* 一 8月 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.6-9
17- Fix typo: s390 -> s390x18- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
18- Related: bug#161461119  Related: rhbz#1991688
20 
21* 五 4月 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.6-8
22- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
23 
24* 二 1月 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.6-7
25- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
26 
27* 六 12月 05 2020 Richard W.M. Jones <rjones@redhat.com> - 1.6-6
28- Use correct valgrind_arches macro to check for valgrind.
29 
30* 二 7月 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.6-5
31- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
32 
33* 三 1月 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.6-4
34- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
35 
36* 四 7月 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.6-3
37- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
38 
39* 五 2月 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.6-2
40- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
41 
42* 四 11月 08 2018 David Fetter <david@fetter.org> - 1.6-1
43- Upstream 1.6.0
44 
45* 五 7月 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.5-13
46- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
1947
20* 日 4月 01 2018 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.5-1248* 日 4月 01 2018 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.5-12
21- Rebuild against oniguruma 6.8.149- Rebuild against oniguruma 6.8.1
2250
23* 三 2月 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.5-1151* 三 2月 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.5-11