From 6bbf9fa71a4bd5451c896a8eaade0c8e8fe7573b Mon Sep 17 00:00:00 2001 From: Seth Jennings Date: Fri, 20 Nov 2015 09:49:12 -0600 Subject: [PATCH] Upstream release 2.3.0 --- .gitignore | 2 ++ sources | 4 ++-- yubioath-desktop.spec | 5 ++++- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 2c07862..05eadbd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ /gpgkey-6FBA95E8.gpg /yubioath-desktop-2.2.1.tar.gz /yubioath-desktop-2.2.1.tar.gz.sig +/yubioath-desktop-2.3.0.tar.gz +/yubioath-desktop-2.3.0.tar.gz.sig diff --git a/sources b/sources index 1f76baf..c6d8479 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -a0bc29dd4f0b0611032f8be09a693f24 yubioath-desktop-2.2.1.tar.gz -81d4b66b8b3a71ff75553e3b8a80ec10 yubioath-desktop-2.2.1.tar.gz.sig +844a3f36346892fafaa50eb97f28919d yubioath-desktop-2.3.0.tar.gz +2bfcb9e640a0efaeaad1232378435d8f yubioath-desktop-2.3.0.tar.gz.sig diff --git a/yubioath-desktop.spec b/yubioath-desktop.spec index 957eb9b..d53cd10 100644 --- a/yubioath-desktop.spec +++ b/yubioath-desktop.spec @@ -1,7 +1,7 @@ %global debug_package %{nil} Name: yubioath-desktop -Version: 2.2.1 +Version: 2.3.0 Release: 1%{?dist} Summary: Yubikey tool for generating OATH event-based HOTP and time-based TOTP codes BuildArch: noarch @@ -76,6 +76,9 @@ fi /usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %changelog +* Fri Nov 20 2015 Seth Jennings - 2.3.0-1 +- Upstream release. + * Thu Aug 27 2015 Seth Jennings - 2.2.1-1 - Upstream release.