commit yubikey-manager-qt for openSUSE:Factory

2020-08-20 Thread root
Hello community,

here is the log from the commit of package yubikey-manager-qt for 
openSUSE:Factory checked in at 2020-08-20 22:28:15

Comparing /work/SRC/openSUSE:Factory/yubikey-manager-qt (Old)
 and  /work/SRC/openSUSE:Factory/.yubikey-manager-qt.new.3399 (New)


Package is "yubikey-manager-qt"

Thu Aug 20 22:28:15 2020 rev:17 rq:827930 version:1.1.5

Changes:

--- /work/SRC/openSUSE:Factory/yubikey-manager-qt/yubikey-manager-qt.changes
2020-02-26 15:05:06.873199337 +0100
+++ 
/work/SRC/openSUSE:Factory/.yubikey-manager-qt.new.3399/yubikey-manager-qt.changes
  2020-08-20 22:28:20.815967799 +0200
@@ -1,0 +2,6 @@
+Mon Aug 17 16:50:01 UTC 2020 - Dirk Mueller 
+
+- update to 1.1.5
+  * Add support for YubiKey 5C NFC
+
+---

Old:

  yubikey-manager-qt-1.1.4.tar.gz
  yubikey-manager-qt-1.1.4.tar.gz.sig

New:

  yubikey-manager-qt-1.1.5.tar.gz
  yubikey-manager-qt-1.1.5.tar.gz.sig



Other differences:
--
++ yubikey-manager-qt.spec ++
--- /var/tmp/diff_new_pack.goIdcA/_old  2020-08-20 22:28:21.683968205 +0200
+++ /var/tmp/diff_new_pack.goIdcA/_new  2020-08-20 22:28:21.687968207 +0200
@@ -18,7 +18,7 @@
 
 %define bname ykman-gui
 Name:   yubikey-manager-qt
-Version:1.1.4
+Version:1.1.5
 Release:0
 Summary:Graphical application for configuring a YubiKey
 License:BSD-2-Clause
@@ -45,14 +45,14 @@
 A graphical application for configuring a YubiKey over all transport modes..
 
 %prep
-%setup -q -n yubikey-manager-qt
+%setup -q -n %{name}-%{name}-%{version}
 # 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_LFLAGS+="%optflags" CONFIG+="hide_symbols" QMAKE_STRIP="/bin/true";
-make %{?_smp_mflags}
+%qmake5
+%make_build
 
 %install
 make install INSTALL_ROOT="%{buildroot}";

++ yubikey-manager-qt-1.1.4.tar.gz -> yubikey-manager-qt-1.1.5.tar.gz ++
/work/SRC/openSUSE:Factory/yubikey-manager-qt/yubikey-manager-qt-1.1.4.tar.gz 
/work/SRC/openSUSE:Factory/.yubikey-manager-qt.new.3399/yubikey-manager-qt-1.1.5.tar.gz
 differ: char 13, line 1




commit yubikey-manager-qt for openSUSE:Factory

2020-02-26 Thread root
Hello community,

here is the log from the commit of package yubikey-manager-qt for 
openSUSE:Factory checked in at 2020-02-26 15:04:59

Comparing /work/SRC/openSUSE:Factory/yubikey-manager-qt (Old)
 and  /work/SRC/openSUSE:Factory/.yubikey-manager-qt.new.26092 (New)


Package is "yubikey-manager-qt"

Wed Feb 26 15:04:59 2020 rev:16 rq:779238 version:1.1.4

Changes:

--- /work/SRC/openSUSE:Factory/yubikey-manager-qt/yubikey-manager-qt.changes
2019-08-22 10:58:26.717650986 +0200
+++ 
/work/SRC/openSUSE:Factory/.yubikey-manager-qt.new.26092/yubikey-manager-qt.changes
 2020-02-26 15:05:06.873199337 +0100
@@ -1,0 +2,10 @@
+Tue Feb 25 21:06:52 UTC 2020 - Cristian Rodríguez 
+
+- Update to version 1.1.4
+ * OTP: Add option to upload YubiOTP credential to YubiCloud
+ * Linux: Show hint about pcscd service if opening device fails
+ * Bugfix: Signal handling now compatible with Python 3.8
+- Set CONFIG=+hide_symbols so the compiler can generate better
+  and smaller code knowing that no symbols need to be visible.
+
+---

Old:

  yubikey-manager-qt-1.1.3.tar.gz
  yubikey-manager-qt-1.1.3.tar.gz.sig

New:

  yubikey-manager-qt-1.1.4.tar.gz
  yubikey-manager-qt-1.1.4.tar.gz.sig



Other differences:
--
++ yubikey-manager-qt.spec ++
--- /var/tmp/diff_new_pack.O0wZmt/_old  2020-02-26 15:05:09.325204230 +0100
+++ /var/tmp/diff_new_pack.O0wZmt/_new  2020-02-26 15:05:09.325204230 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yubikey-manager-qt
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 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 bname ykman-gui
 Name:   yubikey-manager-qt
-Version:1.1.3
+Version:1.1.4
 Release:0
 Summary:Graphical application for configuring a YubiKey
 License:BSD-2-Clause
@@ -51,7 +51,7 @@
 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_LFLAGS+="%optflags" CONFIG+="hide_symbols" QMAKE_STRIP="/bin/true";
 make %{?_smp_mflags}
 
 %install

++ yubikey-manager-qt-1.1.3.tar.gz -> yubikey-manager-qt-1.1.4.tar.gz ++
/work/SRC/openSUSE:Factory/yubikey-manager-qt/yubikey-manager-qt-1.1.3.tar.gz 
/work/SRC/openSUSE:Factory/.yubikey-manager-qt.new.26092/yubikey-manager-qt-1.1.4.tar.gz
 differ: char 12, line 1




commit yubikey-manager-qt for openSUSE:Factory

2019-08-22 Thread root
Hello community,

here is the log from the commit of package yubikey-manager-qt for 
openSUSE:Factory checked in at 2019-08-22 10:58:20

Comparing /work/SRC/openSUSE:Factory/yubikey-manager-qt (Old)
 and  /work/SRC/openSUSE:Factory/.yubikey-manager-qt.new.22127 (New)


Package is "yubikey-manager-qt"

Thu Aug 22 10:58:20 2019 rev:15 rq:725153 version:1.1.3

Changes:

--- /work/SRC/openSUSE:Factory/yubikey-manager-qt/yubikey-manager-qt.changes
2019-06-30 10:22:30.339713812 +0200
+++ 
/work/SRC/openSUSE:Factory/.yubikey-manager-qt.new.22127/yubikey-manager-qt.changes
 2019-08-22 10:58:26.717650986 +0200
@@ -1,0 +2,9 @@
+Wed Aug 21 20:20:30 UTC 2019 - simmpho...@opensuse.org
+
+- Version 1.1.3 (released 2019-08-20)
+  * Add suppport for YubiKey 5Ci
+  * PIV: Use UTC time for self-signed certificates
+- Version 1.1.2b (released 2019-06-26)
+  * macOS: Fix build problem that caused communication with the OTP 
application to fail 
+
+---

Old:

  yubikey-manager-qt-1.1.2.tar.gz
  yubikey-manager-qt-1.1.2.tar.gz.sig

New:

  yubikey-manager-qt-1.1.3.tar.gz
  yubikey-manager-qt-1.1.3.tar.gz.sig



Other differences:
--
++ yubikey-manager-qt.spec ++
--- /var/tmp/diff_new_pack.m88dgJ/_old  2019-08-22 10:58:28.021650811 +0200
+++ /var/tmp/diff_new_pack.m88dgJ/_new  2019-08-22 10:58:28.025650811 +0200
@@ -18,7 +18,7 @@
 
 %define bname ykman-gui
 Name:   yubikey-manager-qt
-Version:1.1.2
+Version:1.1.3
 Release:0
 Summary:Graphical application for configuring a YubiKey
 License:BSD-2-Clause
@@ -62,6 +62,7 @@
 
 %files
 %doc NEWS README
+%license COPYING
 %{_bindir}/%{bname}
 %{_datadir}/applications/%{bname}.desktop
 %{_datadir}/pixmaps/ykman.png

++ yubikey-manager-qt-1.1.2.tar.gz -> yubikey-manager-qt-1.1.3.tar.gz ++
/work/SRC/openSUSE:Factory/yubikey-manager-qt/yubikey-manager-qt-1.1.2.tar.gz 
/work/SRC/openSUSE:Factory/.yubikey-manager-qt.new.22127/yubikey-manager-qt-1.1.3.tar.gz
 differ: char 16, line 1




commit yubikey-manager-qt for openSUSE:Factory

2019-06-30 Thread root
Hello community,

here is the log from the commit of package yubikey-manager-qt for 
openSUSE:Factory checked in at 2019-06-30 10:22:12

Comparing /work/SRC/openSUSE:Factory/yubikey-manager-qt (Old)
 and  /work/SRC/openSUSE:Factory/.yubikey-manager-qt.new.4615 (New)


Package is "yubikey-manager-qt"

Sun Jun 30 10:22:12 2019 rev:14 rq:712545 version:1.1.2

Changes:

--- /work/SRC/openSUSE:Factory/yubikey-manager-qt/yubikey-manager-qt.changes
2019-03-12 09:55:47.299509671 +0100
+++ 
/work/SRC/openSUSE:Factory/.yubikey-manager-qt.new.4615/yubikey-manager-qt.changes
  2019-06-30 10:22:30.339713812 +0200
@@ -1,0 +2,9 @@
+Sat Jun 29 20:38:29 UTC 2019 - Karol Babioch 
+
+- Version 1.1.2 (released 2019-06-24)
+  * Add support for new YubiKey Preview
+  * PIV: The popup for the management key now have a "Use default" option
+  * Windows: Fix issue with importing PIV certificates
+  * Bugfix: generate static password now works correctly 
+
+---

Old:

  yubikey-manager-qt-1.1.1.tar.gz
  yubikey-manager-qt-1.1.1.tar.gz.sig

New:

  yubikey-manager-qt-1.1.2.tar.gz
  yubikey-manager-qt-1.1.2.tar.gz.sig



Other differences:
--
++ yubikey-manager-qt.spec ++
--- /var/tmp/diff_new_pack.1OwVWa/_old  2019-06-30 10:22:31.087714974 +0200
+++ /var/tmp/diff_new_pack.1OwVWa/_new  2019-06-30 10:22:31.087714974 +0200
@@ -18,7 +18,7 @@
 
 %define bname ykman-gui
 Name:   yubikey-manager-qt
-Version:1.1.1
+Version:1.1.2
 Release:0
 Summary:Graphical application for configuring a YubiKey
 License:BSD-2-Clause

++ yubikey-manager-qt-1.1.1.tar.gz -> yubikey-manager-qt-1.1.2.tar.gz ++
/work/SRC/openSUSE:Factory/yubikey-manager-qt/yubikey-manager-qt-1.1.1.tar.gz 
/work/SRC/openSUSE:Factory/.yubikey-manager-qt.new.4615/yubikey-manager-qt-1.1.2.tar.gz
 differ: char 13, line 1




commit yubikey-manager-qt for openSUSE:Factory

2019-03-12 Thread root
Hello community,

here is the log from the commit of package yubikey-manager-qt for 
openSUSE:Factory checked in at 2019-03-12 09:55:42

Comparing /work/SRC/openSUSE:Factory/yubikey-manager-qt (Old)
 and  /work/SRC/openSUSE:Factory/.yubikey-manager-qt.new.28833 (New)


Package is "yubikey-manager-qt"

Tue Mar 12 09:55:42 2019 rev:13 rq:684091 version:1.1.1

Changes:

--- /work/SRC/openSUSE:Factory/yubikey-manager-qt/yubikey-manager-qt.changes
2019-01-10 15:23:17.718333297 +0100
+++ 
/work/SRC/openSUSE:Factory/.yubikey-manager-qt.new.28833/yubikey-manager-qt.changes
 2019-03-12 09:55:47.299509671 +0100
@@ -1,0 +2,11 @@
+Mon Mar 11 15:33:58 UTC 2019 - Karol Babioch 
+
+- Version 1.1.1 (released 2019-03-11)
+  * PIV: On import, do not always verify that the certifcate and private key
+matches, since it may require the PIN
+  * PIV: Report if private key or certificate was imported
+  * PIV: Improve handling of malformed certificates
+  * PIV: Allow uppercase characters in management key input field
+- Fixed path issue with setup macro during build
+
+---
@@ -4 +15 @@
-- Update to version 1.1.0 (released 2018-01-09):
+- Update to version 1.1.0 (released 2019-01-09):

Old:

  yubikey-manager-qt-1.1.0.tar.gz
  yubikey-manager-qt-1.1.0.tar.gz.sig

New:

  yubikey-manager-qt-1.1.1.tar.gz
  yubikey-manager-qt-1.1.1.tar.gz.sig



Other differences:
--
++ yubikey-manager-qt.spec ++
--- /var/tmp/diff_new_pack.O3umDY/_old  2019-03-12 09:55:48.087509514 +0100
+++ /var/tmp/diff_new_pack.O3umDY/_new  2019-03-12 09:55:48.087509514 +0100
@@ -18,7 +18,7 @@
 
 %define bname ykman-gui
 Name:   yubikey-manager-qt
-Version:1.1.0
+Version:1.1.1
 Release:0
 Summary:Graphical application for configuring a YubiKey
 License:BSD-2-Clause
@@ -45,7 +45,7 @@
 A graphical application for configuring a YubiKey over all transport modes..
 
 %prep
-%setup -q -c -n yubikey-manager-qt
+%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

++ yubikey-manager-qt-1.1.0.tar.gz -> yubikey-manager-qt-1.1.1.tar.gz ++
/work/SRC/openSUSE:Factory/yubikey-manager-qt/yubikey-manager-qt-1.1.0.tar.gz 
/work/SRC/openSUSE:Factory/.yubikey-manager-qt.new.28833/yubikey-manager-qt-1.1.1.tar.gz
 differ: char 13, line 1




commit yubikey-manager-qt for openSUSE:Factory

2019-01-10 Thread root
Hello community,

here is the log from the commit of package yubikey-manager-qt for 
openSUSE:Factory checked in at 2019-01-10 15:23:07

Comparing /work/SRC/openSUSE:Factory/yubikey-manager-qt (Old)
 and  /work/SRC/openSUSE:Factory/.yubikey-manager-qt.new.28833 (New)


Package is "yubikey-manager-qt"

Thu Jan 10 15:23:07 2019 rev:12 rq:664046 version:1.1.0

Changes:

--- /work/SRC/openSUSE:Factory/yubikey-manager-qt/yubikey-manager-qt.changes
2018-11-14 14:43:54.682645892 +0100
+++ 
/work/SRC/openSUSE:Factory/.yubikey-manager-qt.new.28833/yubikey-manager-qt.changes
 2019-01-10 15:23:17.718333297 +0100
@@ -1,0 +2,10 @@
+Wed Jan  9 09:28:00 UTC 2019 - Karol Babioch 
+
+- Update to version 1.1.0 (released 2018-01-09):
+  * Add support for Security Key NFC
+  * Add support for managing PIV Application
+  * Bugfix: OATH-HOTP credentials was always configured with 6 digits
+  * UI: Replace Succes-popups with Snackbar-messages
+  * UX: Drop confirmation prompt for OTP Swap Slots
+
+---

Old:

  yubikey-manager-qt-1.0.1.tar.gz
  yubikey-manager-qt-1.0.1.tar.gz.sig

New:

  yubikey-manager-qt-1.1.0.tar.gz
  yubikey-manager-qt-1.1.0.tar.gz.sig



Other differences:
--
++ yubikey-manager-qt.spec ++
--- /var/tmp/diff_new_pack.7ZNmKR/_old  2019-01-10 15:23:18.314332680 +0100
+++ /var/tmp/diff_new_pack.7ZNmKR/_new  2019-01-10 15:23:18.318332676 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yubikey-manager-qt
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # 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 bname ykman-gui
 Name:   yubikey-manager-qt
-Version:1.0.1
+Version:1.1.0
 Release:0
 Summary:Graphical application for configuring a YubiKey
 License:BSD-2-Clause

++ yubikey-manager-qt-1.0.1.tar.gz -> yubikey-manager-qt-1.1.0.tar.gz ++
/work/SRC/openSUSE:Factory/yubikey-manager-qt/yubikey-manager-qt-1.0.1.tar.gz 
/work/SRC/openSUSE:Factory/.yubikey-manager-qt.new.28833/yubikey-manager-qt-1.1.0.tar.gz
 differ: char 12, line 1




commit yubikey-manager-qt for openSUSE:Factory

2018-11-14 Thread root
Hello community,

here is the log from the commit of package yubikey-manager-qt for 
openSUSE:Factory checked in at 2018-11-14 14:43:08

Comparing /work/SRC/openSUSE:Factory/yubikey-manager-qt (Old)
 and  /work/SRC/openSUSE:Factory/.yubikey-manager-qt.new (New)


Package is "yubikey-manager-qt"

Wed Nov 14 14:43:08 2018 rev:11 rq:648766 version:1.0.1

Changes:

--- /work/SRC/openSUSE:Factory/yubikey-manager-qt/yubikey-manager-qt.changes
2018-10-11 11:59:21.277725825 +0200
+++ 
/work/SRC/openSUSE:Factory/.yubikey-manager-qt.new/yubikey-manager-qt.changes   
2018-11-14 14:43:54.682645892 +0100
@@ -1,0 +2,8 @@
+Tue Nov 13 15:51:17 UTC 2018 - Karol Babioch 
+
+- Fixed dependency issues:
+  * python3-pyotherside (explicitly require python3 module)
+  * libqt5-qtgraphicaleffects (bsc#1115816)
+  * libqt5-qtquickcontrols & libqt5-qtquickcontrols2 (bsc#1115595)
+
+---



Other differences:
--
++ yubikey-manager-qt.spec ++
--- /var/tmp/diff_new_pack.WwHF0K/_old  2018-11-14 14:43:56.618643602 +0100
+++ /var/tmp/diff_new_pack.WwHF0K/_new  2018-11-14 14:43:56.622643597 +0100
@@ -35,7 +35,10 @@
 BuildRequires:  pkgconfig(Qt5Widgets)
 BuildRequires:  pkgconfig(openssl)
 BuildRequires:  pkgconfig(python3)
-Requires:   pyotherside
+Requires:   libqt5-qtgraphicaleffects
+Requires:   libqt5-qtquickcontrols
+Requires:   libqt5-qtquickcontrols2
+Requires:   python3-pyotherside
 Requires:   python3-yubikey-manager >= 1.0.1
 
 %description





commit yubikey-manager-qt for openSUSE:Factory

2018-10-11 Thread root
Hello community,

here is the log from the commit of package yubikey-manager-qt for 
openSUSE:Factory checked in at 2018-10-11 11:59:17

Comparing /work/SRC/openSUSE:Factory/yubikey-manager-qt (Old)
 and  /work/SRC/openSUSE:Factory/.yubikey-manager-qt.new (New)


Package is "yubikey-manager-qt"

Thu Oct 11 11:59:17 2018 rev:10 rq:641096 version:1.0.1

Changes:

--- /work/SRC/openSUSE:Factory/yubikey-manager-qt/yubikey-manager-qt.changes
2018-10-01 08:19:55.857871584 +0200
+++ 
/work/SRC/openSUSE:Factory/.yubikey-manager-qt.new/yubikey-manager-qt.changes   
2018-10-11 11:59:21.277725825 +0200
@@ -1,0 +2,14 @@
+Wed Oct 10 15:37:30 UTC 2018 - Karol Babioch 
+
+- Bumped required version of yubikey-manager to 1.0.1
+
+---
+Wed Oct 10 12:36:52 UTC 2018 - Karol Babioch 
+
+- Version 1.0.1 (released 2018-10-10)
+  * Support for YubiKey 5A
+  * Bugfix: Show picture for FIDO U2F Security key
+  * Bugfix: Swapping OTP slots or deleting OTP a slot configuration now 
reloads the view
+  * Bugfix: Under some conditions the wrong device info was shown
+
+---

Old:

  yubikey-manager-qt-1.0.0.tar.gz
  yubikey-manager-qt-1.0.0.tar.gz.sig

New:

  yubikey-manager-qt-1.0.1.tar.gz
  yubikey-manager-qt-1.0.1.tar.gz.sig



Other differences:
--
++ yubikey-manager-qt.spec ++
--- /var/tmp/diff_new_pack.ITwU1C/_old  2018-10-11 11:59:23.693722754 +0200
+++ /var/tmp/diff_new_pack.ITwU1C/_new  2018-10-11 11:59:23.697722748 +0200
@@ -18,7 +18,7 @@
 
 %define bname ykman-gui
 Name:   yubikey-manager-qt
-Version:1.0.0
+Version:1.0.1
 Release:0
 Summary:Graphical application for configuring a YubiKey
 License:BSD-2-Clause
@@ -36,7 +36,7 @@
 BuildRequires:  pkgconfig(openssl)
 BuildRequires:  pkgconfig(python3)
 Requires:   pyotherside
-Requires:   python3-yubikey-manager >= 0.5.0
+Requires:   python3-yubikey-manager >= 1.0.1
 
 %description
 A graphical application for configuring a YubiKey over all transport modes..

++ yubikey-manager-qt-1.0.0.tar.gz -> yubikey-manager-qt-1.0.1.tar.gz ++
/work/SRC/openSUSE:Factory/yubikey-manager-qt/yubikey-manager-qt-1.0.0.tar.gz 
/work/SRC/openSUSE:Factory/.yubikey-manager-qt.new/yubikey-manager-qt-1.0.1.tar.gz
 differ: char 12, line 1




commit yubikey-manager-qt for openSUSE:Factory

2018-10-01 Thread root
Hello community,

here is the log from the commit of package yubikey-manager-qt for 
openSUSE:Factory checked in at 2018-10-01 08:19:39

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 Oct  1 08:19:39 2018 rev:9 rq:638989 version:1.0.0

Changes:

--- /work/SRC/openSUSE:Factory/yubikey-manager-qt/yubikey-manager-qt.changes
2018-09-28 08:54:27.877637245 +0200
+++ 
/work/SRC/openSUSE:Factory/.yubikey-manager-qt.new/yubikey-manager-qt.changes   
2018-10-01 08:19:55.857871584 +0200
@@ -4,5 +4,5 @@
-- Version 0.7.1 (released 2018-07-09)
-  * Support for YubiKey FIPS.
-  * OTP: Allow setting and removing access codes on the slots.
-  * Interfaces: set-lock-code now only accepts hexadecimal inputs.
-  * Bugfix: Don’t fail to open the YubiKey when the serial is not visible.
+- Version 1.0.0 (released 2018-09-24)
+  * Completely new UI
+  * Support for YubiKey 5 Series
+  * Support for configuring NFC and USB interfaces
+  * Linux: Release as AppImage (experimental)



Other differences:
--




commit yubikey-manager-qt for openSUSE:Factory

2018-09-28 Thread root
Hello community,

here is the log from the commit of package yubikey-manager-qt for 
openSUSE:Factory checked in at 2018-09-28 08:54:08

Comparing /work/SRC/openSUSE:Factory/yubikey-manager-qt (Old)
 and  /work/SRC/openSUSE:Factory/.yubikey-manager-qt.new (New)


Package is "yubikey-manager-qt"

Fri Sep 28 08:54:08 2018 rev:8 rq:638751 version:1.0.0

Changes:

--- /work/SRC/openSUSE:Factory/yubikey-manager-qt/yubikey-manager-qt.changes
2018-07-13 10:21:13.918446883 +0200
+++ 
/work/SRC/openSUSE:Factory/.yubikey-manager-qt.new/yubikey-manager-qt.changes   
2018-09-28 08:54:27.877637245 +0200
@@ -1,0 +2,9 @@
+Thu Sep 27 11:50:29 UTC 2018 - Karol Babioch 
+
+- Version 0.7.1 (released 2018-07-09)
+  * Support for YubiKey FIPS.
+  * OTP: Allow setting and removing access codes on the slots.
+  * Interfaces: set-lock-code now only accepts hexadecimal inputs.
+  * Bugfix: Don’t fail to open the YubiKey when the serial is not visible.
+
+---

Old:

  yubikey-manager-qt-0.5.2.tar.gz
  yubikey-manager-qt-0.5.2.tar.gz.sig

New:

  yubikey-manager-qt-1.0.0.tar.gz
  yubikey-manager-qt-1.0.0.tar.gz.sig



Other differences:
--
++ yubikey-manager-qt.spec ++
--- /var/tmp/diff_new_pack.leYKH9/_old  2018-09-28 08:54:28.369636541 +0200
+++ /var/tmp/diff_new_pack.leYKH9/_new  2018-09-28 08:54:28.373636535 +0200
@@ -12,13 +12,13 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %define bname ykman-gui
 Name:   yubikey-manager-qt
-Version:0.5.2
+Version:1.0.0
 Release:0
 Summary:Graphical application for configuring a YubiKey
 License:BSD-2-Clause
@@ -31,6 +31,7 @@
 BuildRequires:  pkgconfig(Qt5Network)
 BuildRequires:  pkgconfig(Qt5Qml)
 BuildRequires:  pkgconfig(Qt5Quick)
+BuildRequires:  pkgconfig(Qt5QuickControls2)
 BuildRequires:  pkgconfig(Qt5Widgets)
 BuildRequires:  pkgconfig(openssl)
 BuildRequires:  pkgconfig(python3)

++ yubikey-manager-qt-0.5.2.tar.gz -> yubikey-manager-qt-1.0.0.tar.gz ++
/work/SRC/openSUSE:Factory/yubikey-manager-qt/yubikey-manager-qt-0.5.2.tar.gz 
/work/SRC/openSUSE:Factory/.yubikey-manager-qt.new/yubikey-manager-qt-1.0.0.tar.gz
 differ: char 12, line 1




commit yubikey-manager-qt for openSUSE:Factory

2018-07-13 Thread root
Hello community,

here is the log from the commit of package yubikey-manager-qt for 
openSUSE:Factory checked in at 2018-07-13 10:21:12

Comparing /work/SRC/openSUSE:Factory/yubikey-manager-qt (Old)
 and  /work/SRC/openSUSE:Factory/.yubikey-manager-qt.new (New)


Package is "yubikey-manager-qt"

Fri Jul 13 10:21:12 2018 rev:7 rq:622164 version:0.5.2

Changes:

--- /work/SRC/openSUSE:Factory/yubikey-manager-qt/yubikey-manager-qt.changes
2018-05-10 15:50:59.313770288 +0200
+++ 
/work/SRC/openSUSE:Factory/.yubikey-manager-qt.new/yubikey-manager-qt.changes   
2018-07-13 10:21:13.918446883 +0200
@@ -1,0 +2,9 @@
+Wed Jul 11 09:27:59 UTC 2018 - kbabi...@suse.com
+
+- Version 0.5.2 (released 2018-07-09)
+  * Support for YubiKey FIPS.- 
+- Applied spec-cleaner
+- Adjusted setup macro, since source tarball does not contain a
+  top-level directory (i.e. tar bomb)
+
+---

Old:

  yubikey-manager-qt-0.5.1.tar.gz
  yubikey-manager-qt-0.5.1.tar.gz.sig

New:

  yubikey-manager-qt-0.5.2.tar.gz
  yubikey-manager-qt-0.5.2.tar.gz.sig



Other differences:
--
++ yubikey-manager-qt.spec ++
--- /var/tmp/diff_new_pack.zwlhrP/_old  2018-07-13 10:21:14.358447410 +0200
+++ /var/tmp/diff_new_pack.zwlhrP/_new  2018-07-13 10:21:14.358447410 +0200
@@ -18,12 +18,12 @@
 
 %define bname ykman-gui
 Name:   yubikey-manager-qt
-Version:0.5.1
+Version:0.5.2
 Release:0
 Summary:Graphical application for configuring a YubiKey
 License:BSD-2-Clause
 Group:  Productivity/Security
-Url:https://developers.yubico.com/yubikey-manager-qt/Releases
+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:  pkgconfig
@@ -41,7 +41,7 @@
 A graphical application for configuring a YubiKey over all transport modes..
 
 %prep
-%setup -q -n yubikey-manager-qt
+%setup -q -c -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

++ yubikey-manager-qt-0.5.1.tar.gz -> yubikey-manager-qt-0.5.2.tar.gz ++
 5438 lines of diff (skipped)




commit yubikey-manager-qt for openSUSE:Factory

2018-05-10 Thread root
Hello community,

here is the log from the commit of package yubikey-manager-qt for 
openSUSE:Factory checked in at 2018-05-10 15:50:59

Comparing /work/SRC/openSUSE:Factory/yubikey-manager-qt (Old)
 and  /work/SRC/openSUSE:Factory/.yubikey-manager-qt.new (New)


Package is "yubikey-manager-qt"

Thu May 10 15:50:59 2018 rev:6 rq:605724 version:0.5.1

Changes:

--- /work/SRC/openSUSE:Factory/yubikey-manager-qt/yubikey-manager-qt.changes
2018-04-23 15:26:01.962175339 +0200
+++ 
/work/SRC/openSUSE:Factory/.yubikey-manager-qt.new/yubikey-manager-qt.changes   
2018-05-10 15:50:59.313770288 +0200
@@ -1,0 +2,8 @@
+Wed May  9 07:27:10 UTC 2018 - kbabi...@suse.com
+
+- Version 0.5.1:
+  * Support changing USB interfaces for YubiKey Preview.
+  * OATH-HOTP: Show correct error message on too long secret keys.
+  * CLI: Give correct exit codes.
+
+---

Old:

  yubikey-manager-qt-0.5.0.tar.gz
  yubikey-manager-qt-0.5.0.tar.gz.sig

New:

  yubikey-manager-qt-0.5.1.tar.gz
  yubikey-manager-qt-0.5.1.tar.gz.sig



Other differences:
--
++ yubikey-manager-qt.spec ++
--- /var/tmp/diff_new_pack.AnuEyo/_old  2018-05-10 15:51:00.525725868 +0200
+++ /var/tmp/diff_new_pack.AnuEyo/_new  2018-05-10 15:51:00.529725722 +0200
@@ -18,7 +18,7 @@
 
 %define bname ykman-gui
 Name:   yubikey-manager-qt
-Version:0.5.0
+Version:0.5.1
 Release:0
 Summary:Graphical application for configuring a YubiKey
 License:BSD-2-Clause

++ yubikey-manager-qt-0.5.0.tar.gz -> yubikey-manager-qt-0.5.1.tar.gz ++




commit yubikey-manager-qt for openSUSE:Factory

2018-04-23 Thread root
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 - kbabi...@suse.com
+
+- 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 ++




commit yubikey-manager-qt for openSUSE:Factory

2018-04-04 Thread root
Hello community,

here is the log from the commit of package yubikey-manager-qt for 
openSUSE:Factory checked in at 2018-04-04 11:07:16

Comparing /work/SRC/openSUSE:Factory/yubikey-manager-qt (Old)
 and  /work/SRC/openSUSE:Factory/.yubikey-manager-qt.new (New)


Package is "yubikey-manager-qt"

Wed Apr  4 11:07:16 2018 rev:4 rq:593199 version:0.4.0

Changes:

--- /work/SRC/openSUSE:Factory/yubikey-manager-qt/yubikey-manager-qt.changes
2018-03-14 19:41:01.596963509 +0100
+++ 
/work/SRC/openSUSE:Factory/.yubikey-manager-qt.new/yubikey-manager-qt.changes   
2018-04-04 11:07:42.855047706 +0200
@@ -1,0 +2,5 @@
+Tue Apr  3 11:48:01 UTC 2018 - t.gru...@katodev.de
+
+- Fix build for Leap 15 and SLE 15 
+
+---



Other differences:
--
++ yubikey-manager-qt.spec ++
--- /var/tmp/diff_new_pack.5qp8WM/_old  2018-04-04 11:07:45.594948410 +0200
+++ /var/tmp/diff_new_pack.5qp8WM/_new  2018-04-04 11:07:45.602948120 +0200
@@ -44,6 +44,9 @@
 
 %prep
 %setup -q 
+# 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";





commit yubikey-manager-qt for openSUSE:Factory

2018-03-14 Thread root
Hello community,

here is the log from the commit of package yubikey-manager-qt for 
openSUSE:Factory checked in at 2018-03-14 19:40:38

Comparing /work/SRC/openSUSE:Factory/yubikey-manager-qt (Old)
 and  /work/SRC/openSUSE:Factory/.yubikey-manager-qt.new (New)


Package is "yubikey-manager-qt"

Wed Mar 14 19:40:38 2018 rev:3 rq:586750 version:0.4.0

Changes:

--- /work/SRC/openSUSE:Factory/yubikey-manager-qt/yubikey-manager-qt.changes
2018-03-09 10:45:48.508380139 +0100
+++ 
/work/SRC/openSUSE:Factory/.yubikey-manager-qt.new/yubikey-manager-qt.changes   
2018-03-14 19:41:01.596963509 +0100
@@ -1,0 +2,6 @@
+Wed Mar 14 10:27:26 UTC 2018 - meiss...@suse.com
+
+- require the libqt5-qtquickcontrols for the QML Dialog and Controls.
+  (bsc#1085147)
+
+---



Other differences:
--
++ yubikey-manager-qt.spec ++
--- /var/tmp/diff_new_pack.eidLPi/_old  2018-03-14 19:41:02.520930688 +0100
+++ /var/tmp/diff_new_pack.eidLPi/_new  2018-03-14 19:41:02.524930546 +0100
@@ -27,7 +27,6 @@
 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:  python
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(Qt5Network)
 BuildRequires:  pkgconfig(Qt5Qml)
@@ -35,6 +34,7 @@
 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





commit yubikey-manager-qt for openSUSE:Factory

2018-03-09 Thread root
Hello community,

here is the log from the commit of package yubikey-manager-qt for 
openSUSE:Factory checked in at 2018-03-09 10:45:17

Comparing /work/SRC/openSUSE:Factory/yubikey-manager-qt (Old)
 and  /work/SRC/openSUSE:Factory/.yubikey-manager-qt.new (New)


Package is "yubikey-manager-qt"

Fri Mar  9 10:45:17 2018 rev:2 rq:584256 version:0.4.0

Changes:

--- /work/SRC/openSUSE:Factory/yubikey-manager-qt/yubikey-manager-qt.changes
2018-01-31 19:49:58.418828541 +0100
+++ 
/work/SRC/openSUSE:Factory/.yubikey-manager-qt.new/yubikey-manager-qt.changes   
2018-03-09 10:45:48.508380139 +0100
@@ -1,0 +2,5 @@
+Thu Mar  1 09:52:21 UTC 2018 - meiss...@suse.com
+
+- add python buildrequires.
+
+---



Other differences:
--
++ yubikey-manager-qt.spec ++
--- /var/tmp/diff_new_pack.DjynXV/_old  2018-03-09 10:45:49.856331588 +0100
+++ /var/tmp/diff_new_pack.DjynXV/_new  2018-03-09 10:45:49.856331588 +0100
@@ -27,6 +27,7 @@
 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:  python
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(Qt5Network)
 BuildRequires:  pkgconfig(Qt5Qml)