Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package yubioath-desktop for
openSUSE:Factory checked in at 2021-05-10 15:38:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yubioath-desktop (Old)
and /work/SRC/openSUSE:Factory/.yubioath-desktop.new.2988 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yubioath-desktop"
Mon May 10 15:38:53 2021 rev:10 rq:891855 version:5.0.5
Changes:
--------
--- /work/SRC/openSUSE:Factory/yubioath-desktop/yubioath-desktop.changes
2020-11-06 23:45:05.763264050 +0100
+++
/work/SRC/openSUSE:Factory/.yubioath-desktop.new.2988/yubioath-desktop.changes
2021-05-10 15:41:28.165065272 +0200
@@ -1,0 +2,7 @@
+Thu May 6 11:58:09 UTC 2021 - Ferdinand Thiessen <[email protected]>
+
+- Update to version 5.0.5
+ * Compatibility update for yubikey-manager 4.0
+ * Add additional product names.
+
+-------------------------------------------------------------------
Old:
----
yubioath-desktop-5.0.4.tar.gz
yubioath-desktop-5.0.4.tar.gz.sig
New:
----
yubioath-desktop-5.0.5.tar.gz
yubioath-desktop-5.0.5.tar.gz.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ yubioath-desktop.spec ++++++
--- /var/tmp/diff_new_pack.IjhmRF/_old 2021-05-10 15:41:28.657063349 +0200
+++ /var/tmp/diff_new_pack.IjhmRF/_new 2021-05-10 15:41:28.657063349 +0200
@@ -1,7 +1,7 @@
#
# spec file for package yubioath-desktop
#
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%define binname yubioath
Name: yubioath-desktop
-Version: 5.0.4
+Version: 5.0.5
Release: 0
Summary: Graphical interface for displaying OATH codes with a Yubikey
License: GPL-3.0-or-later
@@ -37,7 +37,7 @@
Requires: libqt5-qtgraphicaleffects
Requires: libqt5-qtquickcontrols2
Requires: pyotherside
-Requires: yubikey-manager
+Requires: yubikey-manager >= 4.0.2
%description
The Yubico Authenticator is a graphical desktop tool for generating
@@ -47,13 +47,14 @@
%prep
%setup -q -n %{name}
+sed -i 's|yubikey-manager==|yubikey-manager>=|' requirements.txt
%build
-qmake-qt5 QMAKE_CFLAGS+="%{optflags}" QMAKE_CXXFLAGS+="%{optflags}"
QMAKE_STRIP="/bin/true";
-make %{?_smp_mflags}
+%qmake5 QMAKE_CFLAGS+="%{optflags}" QMAKE_CXXFLAGS+="%{optflags}"
QMAKE_STRIP="/bin/true";
+%make_build
%install
-make install INSTALL_ROOT="%{buildroot}";
+%make_install INSTALL_ROOT=%{buildroot}
mkdir -p %{buildroot}%{_datadir}/pixmaps
install -p -m 0644 resources/icons/com.yubico.yubioath.svg
%{buildroot}%{_datadir}/pixmaps/
mkdir -p %{buildroot}%{_datadir}/applications
++++++ yubioath-desktop-5.0.4.tar.gz -> yubioath-desktop-5.0.5.tar.gz ++++++
++++ 2573 lines of diff (skipped)