From d1753df81315809df1a027d831b06971bbb67fc144479862eed0576c85a3c40e Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Mon, 11 Jan 2021 09:20:50 +0000 Subject: [PATCH] Accepting request 861570 from home:mnhauke - Update to version 1.14.1 * Add iw-scan parser tested on linux (beta) * Update date parser for Ubuntu 20.04 support * Update last parser for last -F support * Update last parser to add convenience fields and augment data for easier parsing * Update man page * Minor documentation updates OBS-URL: https://build.opensuse.org/request/show/861570 OBS-URL: https://build.opensuse.org/package/show/utilities/jc?expand=0&rev=9 --- jc-1.14.0.tar.gz | 3 --- jc-1.14.1.tar.gz | 3 +++ jc.changes | 12 ++++++++++++ jc.spec | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) delete mode 100644 jc-1.14.0.tar.gz create mode 100644 jc-1.14.1.tar.gz diff --git a/jc-1.14.0.tar.gz b/jc-1.14.0.tar.gz deleted file mode 100644 index f0ae4d7..0000000 --- a/jc-1.14.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a51ef10fe08bb806959c2ecc34845ec4ce9b5040a0d5b4006833bbd215cba914 -size 2117955 diff --git a/jc-1.14.1.tar.gz b/jc-1.14.1.tar.gz new file mode 100644 index 0000000..512d51a --- /dev/null +++ b/jc-1.14.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ccb6769ded0ae53f8cba4aa82bc6c762b186dcd4f6e6b111b61bd314bde6767 +size 2147755 diff --git a/jc.changes b/jc.changes index 0e30a09..21234e8 100644 --- a/jc.changes +++ b/jc.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Fri Jan 8 10:04:14 UTC 2021 - Martin Hauke + +- Update to version 1.14.1 + * Add iw-scan parser tested on linux (beta) + * Update date parser for Ubuntu 20.04 support + * Update last parser for last -F support + * Update last parser to add convenience fields and augment data + for easier parsing + * Update man page + * Minor documentation updates + ------------------------------------------------------------------- Fri Jan 1 21:53:26 UTC 2021 - Martin Hauke diff --git a/jc.spec b/jc.spec index 3ea8874..be63d57 100644 --- a/jc.spec +++ b/jc.spec @@ -18,7 +18,7 @@ Name: jc -Version: 1.14.0 +Version: 1.14.1 Release: 0 Summary: JSON CLI output utility License: MIT