From e790ca908234f3e5c5d85959a51d13abf01354c2 Mon Sep 17 00:00:00 2001 From: Gerald B Cox Date: Mon, 23 Sep 2019 18:37:19 -0700 Subject: [PATCH] Upstream release - rhbz#1754707 --- .gitignore | 1 + sources | 2 +- yubioath-desktop.spec | 12 ++++++++---- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 1db2629..4d89dc1 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,4 @@ /yubioath-desktop-098b814.tar.gz /yubioath-desktop-0a8c363.tar.gz /yubioath-desktop-d1187b6.tar.gz +/yubioath-desktop-121efe3.tar.gz diff --git a/sources b/sources index 736e4bc..9bc6b85 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (yubioath-desktop-d1187b6.tar.gz) = a8dab2f1c0189ea1a2c65b0b13f5c70e55152b8a93b93b187858695a8b0ad418cb68c5e22675b3e43ef14aaec45fb96715bd352861a0b50f70b6d5d9afef0d42 +SHA512 (yubioath-desktop-121efe3.tar.gz) = 9dc24f51d968502193696aa9781f1e8efb9f65214fcd270d1b55d691585820e0288c94135d71a904a37f073eaf219f2356d612b1c1c7720b306d1b40b18dd5ab diff --git a/yubioath-desktop.spec b/yubioath-desktop.spec index 4a640f1..f7708cb 100644 --- a/yubioath-desktop.spec +++ b/yubioath-desktop.spec @@ -1,19 +1,20 @@ %global debug_package %{nil} -%global commit d1187b650ac75755ce9ad2f978c1658bde032b38 +%global commit 121efe3b65c77de34352a9e4b9c4314c38b5107a %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global owner Yubico Name: yubioath-desktop -Version: 4.3.5 -Release: 8.git%{shortcommit}%{?dist} +Version: 5.0.0 +Release: 1.git%{shortcommit}%{?dist} Summary: Yubikey tool for generating OATH event-based HOTP and time-based TOTP codes License: BSD URL: https://github.com/%{owner}/yubioath-desktop Source: https://github.com/%{owner}/%{name}/archive/%{commit}.tar.gz#/%{name}-%{shortcommit}.tar.gz -BuildRequires: qt5-qtbase-devel qt5-qtdeclarative-devel qt5-qtsvg-devel gcc-c++ python3 desktop-file-utils +BuildRequires: qt5-qtbase-devel qt5-qtdeclarative-devel qt5-qtsvg-devel gcc-c++ +BuildRequires: python3 desktop-file-utils qt5-qtquickcontrols2-devel Requires: pyotherside qt5-qtdeclarative qt5-qtquickcontrols pcsc-lite-ccid yubikey-manager ## uses Qt5 private api's these help track that @@ -51,6 +52,9 @@ install -Dpm0644 -t %{buildroot}%{_datadir}/icons/hicolor/128x128/apps resources %{_datadir}/applications/* %changelog +* Mon Sep 23 2019 Gerald Cox - 5.0.0-1.git121efe3b +- Upstream release - rhbz#1754707 + * Sat Jul 27 2019 Fedora Release Engineering - 4.3.5-8.gitd1187b6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild