Upstream release rhbz#2010689

f37
gbcox 3 years ago
parent 5d1d03c2f5
commit d6774da58c

1
.gitignore vendored

@ -27,3 +27,4 @@
/yubioath-desktop-2e13158.tar.gz /yubioath-desktop-2e13158.tar.gz
/yubioath-desktop-9ea38f706ccba6b56d424364a1fba3351f3bdac7.tar.gz /yubioath-desktop-9ea38f706ccba6b56d424364a1fba3351f3bdac7.tar.gz
/yubioath-desktop-bd73e7324ea5f92785d069a7eff00c5acf628863.tar.gz /yubioath-desktop-bd73e7324ea5f92785d069a7eff00c5acf628863.tar.gz
/yubioath-desktop-a836933742cc6e6f97d53de6f52cd58a2e1113b0.tar.gz

@ -1 +1 @@
SHA512 (yubioath-desktop-bd73e7324ea5f92785d069a7eff00c5acf628863.tar.gz) = ea5b7f6d1e5d159bc38ba42d099b6344e4e838a9c2c234e510ab791d0ae0bbfcca8022fdb183bbb06fa5d16b446d68a06a57223389ba1497f46948f6390e6cbf SHA512 (yubioath-desktop-a836933742cc6e6f97d53de6f52cd58a2e1113b0.tar.gz) = b47dddb3a417a6f5d087e27303978f5ffec884f621b9a5d7186eabad95dfab983f9e1d9cdc91a148542ccc311843f0de79c834e234b646ae0534dae574100f22

@ -2,3 +2,4 @@
addFilter(r" spelling-error .* (Yubikey)") addFilter(r" spelling-error .* (Yubikey)")
addFilter(r" no-manual-page-for-binary yubioath-desktop") addFilter(r" no-manual-page-for-binary yubioath-desktop")
addFilter(r" incoherent-version-in-change-log") addFilter(r" incoherent-version-in-change-log")
addFilter(r" no-documentation")

@ -1,14 +1,14 @@
%global commit bd73e7324ea5f92785d069a7eff00c5acf628863 %global commit a836933742cc6e6f97d53de6f52cd58a2e1113b0
%global forgeurl https://github.com/Yubico/yubioath-desktop/ %global forgeurl https://github.com/Yubico/yubioath-desktop/
Name: yubioath-desktop Name: yubioath-desktop
Version: 5.0.5 Version: 5.1.0
Release: 3%{?dist}
Summary: Yubikey tool for generating OATH event-based HOTP and time-based TOTP codes Summary: Yubikey tool for generating OATH event-based HOTP and time-based TOTP codes
License: BSD License: BSD
%forgemeta %forgemeta
Release: 1%{?dist}
URL: %{forgeurl} URL: %{forgeurl}
Source0: %{forgesource} Source0: %{forgesource}
Source1: %{name}.rpmlintrc Source1: %{name}.rpmlintrc
@ -16,7 +16,7 @@ Source1: %{name}.rpmlintrc
BuildRequires: make BuildRequires: make
BuildRequires: qt5-qtbase-devel qt5-qtdeclarative-devel qt5-qtsvg-devel gcc-c++ BuildRequires: qt5-qtbase-devel qt5-qtdeclarative-devel qt5-qtsvg-devel gcc-c++
BuildRequires: python3 desktop-file-utils qt5-qtquickcontrols2-devel 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: pyotherside qt5-qtdeclarative qt5-qtquickcontrols pcsc-lite-ccid
Requires: yubikey-manager Requires: yubikey-manager
@ -47,11 +47,14 @@ install -Dpm0644 -t %{buildroot}%{_datadir}/icons/hicolor/128x128/apps resources
%files %files
%license COPYING %license COPYING
%doc NEWS README %doc NEWS README
%{_bindir}/* %{_bindir}/%{name}
%{_datadir}/icons/hicolor/128x128/apps/* %{_datadir}/icons/hicolor/128x128/apps/*
%{_datadir}/applications/* %{_datadir}/applications/*
%changelog %changelog
* Fri Oct 08 2021 Gerald Cox <gbcox@member.fsf.org> - 5.1.0-1
- Upstream release rhbz#2010689
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 5.0.5-3 * Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 5.0.5-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild

Loading…
Cancel
Save