From 5258443c9867379157334c64c60bed40de4a9af7 Mon Sep 17 00:00:00 2001 From: gbcox Date: Fri, 31 Jan 2020 07:47:12 -0800 Subject: [PATCH] Upstream release rhbz#1796501 --- .gitignore | 1 + sources | 2 +- yubioath-desktop.spec | 11 +++++++---- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index d58f972..6e1e9d2 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ /yubioath-desktop-d1187b6.tar.gz /yubioath-desktop-121efe3.tar.gz /yubioath-desktop-c58db92.tar.gz +/yubioath-desktop-4df579e.tar.gz diff --git a/sources b/sources index f4ccf08..f39fc81 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (yubioath-desktop-c58db92.tar.gz) = 13cb4763072d32fff527029c8d161882a9719441462dcf1816932674d0ccc07a1697a68f0837c33757f1ae93c0adc7b49e74af0ee29d6417886b8ba3d92c47df +SHA512 (yubioath-desktop-4df579e.tar.gz) = 2d1f1e4335f5baf8e1f30a30461fe0553a52df6538236eab9ec1b5ba2587e79176c1f317541cba6b44dfd0b9bc395b3f9d2d43c78b0a4296a7b1b3dea1bbd7e4 diff --git a/yubioath-desktop.spec b/yubioath-desktop.spec index 8d83e33..920ff49 100644 --- a/yubioath-desktop.spec +++ b/yubioath-desktop.spec @@ -1,11 +1,11 @@ -%global commit c58db92b64f9676b71c6fd7f6c9f4f0c59a8541e +%global commit 4df579e4bce482a3587a06d87ed890a39a074597 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global owner Yubico %global svn git Name: yubioath-desktop -Version: 5.0.1 -Release: 4.%{svn}%{shortcommit}%{?dist} +Version: 5.0.2 +Release: 1.%{svn}%{shortcommit}%{?dist} Summary: Yubikey tool for generating OATH event-based HOTP and time-based TOTP codes License: BSD @@ -42,7 +42,7 @@ sed -i -e "1s|^#.*$|#!%{__python3}|g" build_qrc.py py/yubikey.py desktop-file-install --dir=%{buildroot}%{_datadir}/applications resources/yubioath-desktop.desktop # icons -install -Dpm0644 -t %{buildroot}%{_datadir}/icons/hicolor/128x128/apps resources/icons/yubioath.png +install -Dpm0644 -t %{buildroot}%{_datadir}/icons/hicolor/128x128/apps resources/icons/*.png %files %license COPYING @@ -52,6 +52,9 @@ install -Dpm0644 -t %{buildroot}%{_datadir}/icons/hicolor/128x128/apps resources %{_datadir}/applications/* %changelog +* Fri Jan 31 2020 Gerald Cox - 5.0.2-1.git4df579e +- Upstream release rhbz#1796501 + * Fri Jan 31 2020 Fedora Release Engineering - 5.0.1-4.gitc58db92 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild