Hello community,
here is the log from the commit of package yubikey-manager-qt for
openSUSE:Factory checked in at 2018-04-23 15:25:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yubikey-manager-qt (Old)
and /work/SRC/openSUSE:Factory/.yubikey-manager-qt.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yubikey-manager-qt"
Mon Apr 23 15:25:58 2018 rev:5 rq:597589 version:0.5.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/yubikey-manager-qt/yubikey-manager-qt.changes
2018-04-04 11:07:42.855047706 +0200
+++
/work/SRC/openSUSE:Factory/.yubikey-manager-qt.new/yubikey-manager-qt.changes
2018-04-23 15:26:01.962175339 +0200
@@ -1,0 +2,11 @@
+Tue Apr 17 07:29:02 UTC 2018 - [email protected]
+
+- Version 0.5.0:
+ * Support for configuring YubiKeys with FIDO2.
+ * OTP: Configuring HOTP now correctly supports 8 or 6 characters.
+ * Static password: Any character can now be used in a static password.
+ * UI: New header with help-link added.
+ * New icon.
+- Cleaned up spec file (spec-cleaner)
+
+-------------------------------------------------------------------
Old:
----
yubikey-manager-qt-0.4.0.tar.gz
yubikey-manager-qt-0.4.0.tar.gz.sig
New:
----
yubikey-manager-qt-0.5.0.tar.gz
yubikey-manager-qt-0.5.0.tar.gz.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ yubikey-manager-qt.spec ++++++
--- /var/tmp/diff_new_pack.yMoSwA/_old 2018-04-23 15:26:02.542154270 +0200
+++ /var/tmp/diff_new_pack.yMoSwA/_new 2018-04-23 15:26:02.546154125 +0200
@@ -18,7 +18,7 @@
%define bname ykman-gui
Name: yubikey-manager-qt
-Version: 0.4.0
+Version: 0.5.0
Release: 0
Summary: Graphical application for configuring a YubiKey
License: BSD-2-Clause
@@ -26,7 +26,7 @@
Url: https://developers.yubico.com/yubikey-manager-qt/Releases
Source0:
https://developers.yubico.com/yubikey-manager-qt/Releases/%{name}-%{version}.tar.gz
Source1:
https://developers.yubico.com/yubikey-manager-qt/Releases/%{name}-%{version}.tar.gz.sig
-BuildRequires: pkg-config
+BuildRequires: pkgconfig
BuildRequires: update-desktop-files
BuildRequires: pkgconfig(Qt5Network)
BuildRequires: pkgconfig(Qt5Qml)
@@ -34,32 +34,29 @@
BuildRequires: pkgconfig(Qt5Widgets)
BuildRequires: pkgconfig(openssl)
BuildRequires: pkgconfig(python3)
-Requires: libqt5-qtquickcontrols
Requires: pyotherside
Requires: python3-yubikey-manager >= 0.5.0
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
A graphical application for configuring a YubiKey over all transport modes..
%prep
-%setup -q
+%setup -q -n yubikey-manager-qt
# Fix build for Leap 15 and SLE 15
sed -i 's|python |python3 |g' ykman-cli/ykman-cli.pro
sed -i 's|python |python3 |g' ykman-gui/ykman-gui.pro
%build
-qmake-qt5 QMAKE_CFLAGS+="%optflags" QMAKE_CXXFLAGS+="%optflags"
QMAKE_STRIP="/bin/true";
+qmake-qt5 QMAKE_CFLAGS+="%{optflags}" QMAKE_CXXFLAGS+="%{optflags}"
QMAKE_STRIP="/bin/true";
make %{?_smp_mflags}
%install
-make install INSTALL_ROOT="%buildroot";
+make install INSTALL_ROOT="%{buildroot}";
mkdir -p %{buildroot}%{_datadir}/pixmaps
install -p -m 0644 resources/icons/ykman.png %{buildroot}%{_datadir}/pixmaps/
%suse_update_desktop_file -i %{bname} System Security
%files
-%defattr(-,root,root)
%doc NEWS README
%{_bindir}/%{bname}
%{_datadir}/applications/%{bname}.desktop
++++++ yubikey-manager-qt-0.4.0.tar.gz -> yubikey-manager-qt-0.5.0.tar.gz ++++++