From d6774da58cd2f8350b40396458e46bb6506cc190 Mon Sep 17 00:00:00 2001 From: gbcox Date: Fri, 8 Oct 2021 09:55:06 -0700 Subject: [PATCH] Upstream release rhbz#2010689 --- .gitignore | 1 + sources | 2 +- yubioath-desktop.rpmlintrc | 1 + yubioath-desktop.spec | 13 ++++++++----- 4 files changed, 11 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index f36cc2d..20e1137 100644 --- a/.gitignore +++ b/.gitignore @@ -27,3 +27,4 @@ /yubioath-desktop-2e13158.tar.gz /yubioath-desktop-9ea38f706ccba6b56d424364a1fba3351f3bdac7.tar.gz /yubioath-desktop-bd73e7324ea5f92785d069a7eff00c5acf628863.tar.gz +/yubioath-desktop-a836933742cc6e6f97d53de6f52cd58a2e1113b0.tar.gz diff --git a/sources b/sources index 7d045f0..4db37c6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (yubioath-desktop-bd73e7324ea5f92785d069a7eff00c5acf628863.tar.gz) = ea5b7f6d1e5d159bc38ba42d099b6344e4e838a9c2c234e510ab791d0ae0bbfcca8022fdb183bbb06fa5d16b446d68a06a57223389ba1497f46948f6390e6cbf +SHA512 (yubioath-desktop-a836933742cc6e6f97d53de6f52cd58a2e1113b0.tar.gz) = b47dddb3a417a6f5d087e27303978f5ffec884f621b9a5d7186eabad95dfab983f9e1d9cdc91a148542ccc311843f0de79c834e234b646ae0534dae574100f22 diff --git a/yubioath-desktop.rpmlintrc b/yubioath-desktop.rpmlintrc index d6a1c08..d7e71d1 100644 --- a/yubioath-desktop.rpmlintrc +++ b/yubioath-desktop.rpmlintrc @@ -2,3 +2,4 @@ addFilter(r" spelling-error .* (Yubikey)") addFilter(r" no-manual-page-for-binary yubioath-desktop") addFilter(r" incoherent-version-in-change-log") +addFilter(r" no-documentation") diff --git a/yubioath-desktop.spec b/yubioath-desktop.spec index c02fd84..ab3a84f 100644 --- a/yubioath-desktop.spec +++ b/yubioath-desktop.spec @@ -1,14 +1,14 @@ -%global commit bd73e7324ea5f92785d069a7eff00c5acf628863 +%global commit a836933742cc6e6f97d53de6f52cd58a2e1113b0 %global forgeurl https://github.com/Yubico/yubioath-desktop/ Name: yubioath-desktop -Version: 5.0.5 -Release: 3%{?dist} +Version: 5.1.0 Summary: Yubikey tool for generating OATH event-based HOTP and time-based TOTP codes License: BSD %forgemeta +Release: 1%{?dist} URL: %{forgeurl} Source0: %{forgesource} Source1: %{name}.rpmlintrc @@ -16,7 +16,7 @@ Source1: %{name}.rpmlintrc BuildRequires: make BuildRequires: qt5-qtbase-devel qt5-qtdeclarative-devel qt5-qtsvg-devel gcc-c++ BuildRequires: python3 desktop-file-utils qt5-qtquickcontrols2-devel -BuildRequires: qt5-qtbase-private-devel +BuildRequires: qt5-qtbase-private-devel qt5-qtmultimedia-devel Requires: pyotherside qt5-qtdeclarative qt5-qtquickcontrols pcsc-lite-ccid Requires: yubikey-manager @@ -47,11 +47,14 @@ install -Dpm0644 -t %{buildroot}%{_datadir}/icons/hicolor/128x128/apps resources %files %license COPYING %doc NEWS README -%{_bindir}/* +%{_bindir}/%{name} %{_datadir}/icons/hicolor/128x128/apps/* %{_datadir}/applications/* %changelog +* Fri Oct 08 2021 Gerald Cox - 5.1.0-1 +- Upstream release rhbz#2010689 + * Fri Jul 23 2021 Fedora Release Engineering - 5.0.5-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild