From 83edd8cb3eb66bc65a5c940d6708d9c71880a502 Mon Sep 17 00:00:00 2001 From: gbcox Date: Wed, 8 Feb 2023 08:09:30 -0800 Subject: [PATCH] Documentation correction --- .gitignore | 1 + sources | 2 +- ykocli.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 13645eb..ca690b1 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /ykocli-01500f50f2ae.tar.gz /ykocli-e4538038bcd2.tar.gz /ykocli-b1c0c5503ce5.tar.gz +/ykocli-386b17dd1b51.tar.gz diff --git a/sources b/sources index 2b2faa2..0d37e61 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (ykocli-b1c0c5503ce5.tar.gz) = 9a669b282b0f76bd1e03498003e530da97e4a147274b9303d7490c5dd536839a6db96e9000a94cf0a5d7af17bebacf4d5ec16541016b40637dd764ad7702dfb3 +SHA512 (ykocli-386b17dd1b51.tar.gz) = 9f777fc655d2af9c09b1abfd8e247daa858f70db15498ac9802622ffeea31247d915ed7251b3faffa41600e186219cd9f303ff310da9e0c6a232c4d4e7a09b90 diff --git a/ykocli.spec b/ykocli.spec index bcec09b..c371e8f 100644 --- a/ykocli.spec +++ b/ykocli.spec @@ -1,9 +1,9 @@ %global owner gbcox -%global commit b1c0c5503ce58989d94c139eb2b6b950986f0dc7 +%global commit 386b17dd1b5173ce98bc439e51b5d46dc29d425d %global shortcommit %(c=%{commit}; echo ${c:0:12}) Name: ykocli -Version: 1.3.1 +Version: 1.3.2 Release: 1%{?dist} Summary: Front-end script for ykman to obtain TOTP tokens @@ -55,6 +55,9 @@ that places ykman obtained TOTP tokens into the CopyQ clipboard. %{_mandir}/man1/ykocli.1* %changelog +* Wed Feb 08 2023 Gerald Cox - 1.3.2-1 +- Documentation correction + * Wed Jan 25 2023 Gerald Cox - 1.3.1-1 - Add Color Overrides rhbz#2162880