From e2f2d40f579a4ec1b1393f8caf2dec74277a1eaa0b68098c880c8947b8e37ee7 Mon Sep 17 00:00:00 2001 From: Martin Hauke Date: Fri, 28 Oct 2022 06:36:30 +0000 Subject: [PATCH] Accepting request 1030942 from home:mnhauke - Update to version 1.22.1 * add udevadm command parser * add lspci command parser * add pci.ids file parser * fix proc-pid-stat parser for command names with spaces and newlines * enhance ip-address parser to add ip_split field * display until iso-datetime is removed in a future version. * optimize performance of calculated timestamps OBS-URL: https://build.opensuse.org/request/show/1030942 OBS-URL: https://build.opensuse.org/package/show/utilities/jc?expand=0&rev=19 --- jc-1.20.1.tar.gz | 3 --- jc-1.22.1.tar.gz | 3 +++ jc.changes | 13 +++++++++++++ jc.spec | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) delete mode 100644 jc-1.20.1.tar.gz create mode 100644 jc-1.22.1.tar.gz diff --git a/jc-1.20.1.tar.gz b/jc-1.20.1.tar.gz deleted file mode 100644 index 9e0b277..0000000 --- a/jc-1.20.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e0426fc0c9f687fdf1600f7503c14f0926234d6bdf316a84af204e3d2cb999ae -size 10342360 diff --git a/jc-1.22.1.tar.gz b/jc-1.22.1.tar.gz new file mode 100644 index 0000000..4f92118 --- /dev/null +++ b/jc-1.22.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23885b570acd473a3a4401a81a65eab89f42293f0373625f5ccc220123a490de +size 12676358 diff --git a/jc.changes b/jc.changes index af55164..a822c6c 100644 --- a/jc.changes +++ b/jc.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Mon Oct 24 19:53:26 UTC 2022 - Martin Hauke + +- Update to version 1.22.1 + * add udevadm command parser + * add lspci command parser + * add pci.ids file parser + * fix proc-pid-stat parser for command names with spaces and + newlines + * enhance ip-address parser to add ip_split field + * display until iso-datetime is removed in a future version. + * optimize performance of calculated timestamps + ------------------------------------------------------------------- Sat Jun 18 17:14:53 UTC 2022 - Martin Hauke diff --git a/jc.spec b/jc.spec index c11f556..8286bcb 100644 --- a/jc.spec +++ b/jc.spec @@ -18,7 +18,7 @@ Name: jc -Version: 1.20.1 +Version: 1.22.1 Release: 0 Summary: JSON CLI output utility License: MIT