Hello community,
here is the log from the commit of package yubikey-piv-manager for
openSUSE:Factory checked in at 2015-11-16 18:51:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yubikey-piv-manager (Old)
and /work/SRC/openSUSE:Factory/.yubikey-piv-manager.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yubikey-piv-manager"
Changes:
--------
--- /work/SRC/openSUSE:Factory/yubikey-piv-manager/yubikey-piv-manager.changes
2015-05-07 08:28:43.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.yubikey-piv-manager.new/yubikey-piv-manager.changes
2015-11-16 18:51:27.000000000 +0100
@@ -1,0 +2,12 @@
+Thu Nov 12 19:51:47 UTC 2015 - [email protected]
+
+- Version 1.1.0 (released 2015-11-12)
+ - Added support for ECC P-384 when supported by the device.
+ - Added usage policy when supported by the device.
+ - Update to libykpiv1.
+
+- Version 1.0.2 (released 2015-05-18)
+ - Fix bug preventing device from being found with multiple card readers
attached.
+ - Don’t save window position as it causes problems with multi-monitor
setups.
+
+-------------------------------------------------------------------
Old:
----
yubikey-piv-manager-1.0.1.tar.gz
New:
----
yubikey-piv-manager-1.1.0.tar.gz
yubikey-piv-manager-1.1.0.tar.gz.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ yubikey-piv-manager.spec ++++++
--- /var/tmp/diff_new_pack.GP3qNd/_old 2015-11-16 18:51:28.000000000 +0100
+++ /var/tmp/diff_new_pack.GP3qNd/_new 2015-11-16 18:51:28.000000000 +0100
@@ -17,17 +17,15 @@
%define bname pivman
-
Name: yubikey-piv-manager
-Version: 1.0.1
+Version: 1.1.0
Release: 0
Summary: YubiKey PIV Manager GUI
License: GPL-3.0+
Group: System/Security
Url: https://developers.yubico.com/yubikey-piv-manager/Releases
-Source0: %{name}-%{version}.tar.gz
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
-BuildArch: noarch
+Source0:
https://developers.yubico.com/yubikey-piv-manager/Releases/%{name}-%{version}.tar.gz
+Source1:
https://developers.yubico.com/yubikey-piv-manager/Releases/%{name}-%{version}.tar.gz.sig
BuildRequires: pkg-config
BuildRequires: python-nose
BuildRequires: python-setuptools >= 0.6b3
@@ -35,7 +33,12 @@
BuildRequires: pkgconfig(pyside)
BuildRequires: pkgconfig(python) >= 2.6.6
BuildRequires: pkgconfig(ykpiv)
+Requires: libykcs11-1
+Requires: libykpiv1
Requires: python-pycrypto
+Requires: python-pyside
+BuildRoot: %{_tmppath}/%{name}-%{version}-build
+BuildArch: noarch
%description
Tool for configuring your PIV-enabled YubiKey.
@@ -49,10 +52,10 @@
%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
-mkdir -p %{buildroot}/%{_datadir}/pixmaps
-install -p -m 0644 resources/%{bname}.xpm %{buildroot}/%{_datadir}/pixmaps/
-mkdir -p %{buildroot}/%{_mandir}/man1
-install -p -m 0644 scripts/%{bname}.1 %{buildroot}/%{_mandir}/man1/%{bname}.1
+mkdir -p %{buildroot}%{_datadir}/pixmaps
+install -p -m 0644 resources/%{bname}.xpm %{buildroot}%{_datadir}/pixmaps/
+mkdir -p %{buildroot}%{_mandir}/man1
+install -p -m 0644 man/%{bname}.1 %{buildroot}%{_mandir}/man1/%{bname}.1
%suse_update_desktop_file -i %{bname} System Security
%files
++++++ yubikey-piv-manager-1.0.1.tar.gz -> yubikey-piv-manager-1.1.0.tar.gz
++++++
++++ 6066 lines of diff (skipped)