Hello community,
here is the log from the commit of package yubioath-desktop for
openSUSE:Factory checked in at 2020-06-10 00:48:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yubioath-desktop (Old)
and /work/SRC/openSUSE:Factory/.yubioath-desktop.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yubioath-desktop"
Wed Jun 10 00:48:29 2020 rev:8 rq:812723 version:5.0.4
Changes:
--------
--- /work/SRC/openSUSE:Factory/yubioath-desktop/yubioath-desktop.changes
2020-03-08 22:24:35.972094571 +0100
+++
/work/SRC/openSUSE:Factory/.yubioath-desktop.new.3606/yubioath-desktop.changes
2020-06-10 00:48:30.790960212 +0200
@@ -1,0 +2,21 @@
+Mon Jun 8 14:16:25 UTC 2020 - Torsten Gruner <[email protected]>
+
+- Remove fix build for Leap 15 and SLE 15
+- Version 5.0.4 (released 2020-05-14)
+ - New app icons on all platforms
+ - Adjust the behaviour of the search bar, do not search accounts without
having focus
+ - Bugfix: Fix keyboard shortcut to copy account code
+ - Bugfix: Show firmware version for YubiKey NEO correctly
+ - Windows: Show correct version number in .msi installers
+ - macOS: Fix issue with window positioning
+ - macOS: Fix occacional crashes on startup
+ - Linux: Fix the app icon and desktop entry for the Snap package.
+
+- Version 5.0.3 (released 2020-04-14)
+ - macOS: Make the app available in the macOS App Store
+ - Windows: Make the app available in the Microsoft Store (for Windows 10
20.04 and higher)
+ - Linux: Make the app available in the Snap Store
+ - Add support for YubiKey 5C NFC
+ - Bugfix: Make sure the application is always visible on Windows
+
+-------------------------------------------------------------------
Old:
----
yubioath-desktop-5.0.2.tar.gz
yubioath-desktop-5.0.2.tar.gz.sig
New:
----
yubioath-desktop-5.0.4.tar.gz
yubioath-desktop-5.0.4.tar.gz.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ yubioath-desktop.spec ++++++
--- /var/tmp/diff_new_pack.WJzPfV/_old 2020-06-10 00:48:31.378961751 +0200
+++ /var/tmp/diff_new_pack.WJzPfV/_new 2020-06-10 00:48:31.382961761 +0200
@@ -18,7 +18,7 @@
%define binname yubioath
Name: yubioath-desktop
-Version: 5.0.2
+Version: 5.0.4
Release: 0
Summary: Graphical interface for displaying OATH codes with a Yubikey
License: GPL-3.0-or-later
@@ -45,8 +45,6 @@
%prep
%setup -q -n %{name}
-# Fix build for Leap 15 and SLE 15
-sed -i 's|python |python3 |g' yubioath-desktop.pro
%build
qmake-qt5 QMAKE_CFLAGS+="%{optflags}" QMAKE_CXXFLAGS+="%{optflags}"
QMAKE_STRIP="/bin/true";
@@ -54,13 +52,11 @@
%install
make install INSTALL_ROOT="%{buildroot}";
-
mkdir -p %{buildroot}%{_datadir}/pixmaps
-install -p -m 0644 resources/icons/com.yubico.yubioath.png
%{buildroot}%{_datadir}/pixmaps/
-
+install -p -m 0644 resources/icons/com.yubico.yubioath.svg
%{buildroot}%{_datadir}/pixmaps/
mkdir -p %{buildroot}%{_datadir}/applications
-install -p -m 0644 resources/%{name}.desktop
%{buildroot}%{_datadir}/applications/
-%suse_update_desktop_file -i %{name} System Security
+install -p -m 0644 resources/com.yubico.yubioath.desktop
%{buildroot}%{_datadir}/applications/%{name}.desktop
+%suse_update_desktop_file -r
%{buildroot}%{_datadir}/applications/%{name}.desktop System Security
%fdupes %{buildroot}
%files
@@ -68,6 +64,6 @@
%doc NEWS README
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
-%{_datadir}/pixmaps/com.yubico.yubioath.png
+%{_datadir}/pixmaps/com.yubico.yubioath.svg
%changelog
++++++ yubioath-desktop-5.0.2.tar.gz -> yubioath-desktop-5.0.4.tar.gz ++++++
++++ 2077 lines of diff (skipped)