[ykpers/el6] Update to 1.14.1

Maxim Burgerhout wzzrd at fedoraproject.org
Sun Dec 1 20:59:51 UTC 2013


commit b334ac0861211eccc5bd19cd504b5d3fe32b6cbf
Author: Maxim Burgerhout <maxim at wzzrd.com>
Date:   Sun Dec 1 21:57:35 2013 +0100

    Update to 1.14.1
    
    No longer needed to carry custom patches, it seems

 sources                      |    2 +-
 ykpers-1.6.0-bigendian.patch |   11 -----------
 ykpers.spec                  |   19 +++++++++++--------
 3 files changed, 12 insertions(+), 20 deletions(-)
---
diff --git a/sources b/sources
index 67d2c1c..40501a3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a71c81eb7e306e132aa4b1c76d6b8275  ykpers-1.6.2.tar.gz
+fe533d9cdc74e7bfdb1044ee0a1a865a  ykpers-1.14.1.tar.gz
diff --git a/ykpers.spec b/ykpers.spec
index bd590be..71520dd 100644
--- a/ykpers.spec
+++ b/ykpers.spec
@@ -1,13 +1,12 @@
 Name:           ykpers
-Version:        1.6.2
+Version:        1.14.1
 Release:        1%{?dist}
 Summary:        Yubikey personalization program
 
 Group:          Applications/System
 License:        BSD
-URL:            http://code.google.com/p/yubikey-personalization/
-Source0:        http://yubikey-personalization.googlecode.com/files/%{name}-%{version}.tar.gz
-Patch0:         %{name}-1.6.0-bigendian.patch
+URL:            http://opensource.yubico.com/yubikey-personalization/
+Source0:        http://opensource.yubico.com/yubikey-personalization/releases/%{name}-%{version}.tar.gz
 
 %ifnarch s390 s390x
 BuildRequires: libusb1-devel
@@ -31,7 +30,6 @@ use ykpers.
 
 %prep
 %setup -q
-%patch0 -p1 -b .bigendian
 
 %build
 %configure --enable-static=no --disable-rpath \
@@ -47,7 +45,6 @@ use ykpers.
 %{__make} %{?_smp_mflags}
 
 %check
-pwd
 %{__make} check LD_LIBRARY_PATH="../.libs"
 
 %install
@@ -64,12 +61,14 @@ pwd
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING README ChangeLog NEWS
 %doc doc/Read-Me.asciidoc doc/Compatibility.asciidoc
+%{_bindir}/ykinfo
 %{_bindir}/ykpersonalize
 %{_bindir}/ykchalresp
 %{_libdir}/libykpers-1.so.1
-%{_libdir}/libykpers-1.so.1.6.2
+%{_libdir}/libykpers-1.so.%{version}
 %{_mandir}/man1/ykpersonalize.1.gz
 %{_mandir}/man1/ykchalresp.1.gz
+%{_mandir}/man1/ykinfo.1.gz
 /lib/udev/rules.d/70-yubikey.rules
 
 %files devel
@@ -81,6 +80,10 @@ pwd
 %exclude %{_libdir}/libykpers-1.la
 
 %changelog
+* Thu Nov 28 2013 Maxim Burgerhout <wzzrd at fedoraproject.org> - 1.14.1-1             
+- Update to 1.14.1                                                                  
+- With dry-run option (-d) and new ykinfo options to view individual slots 
+
 * Tue Nov 29 2011 - Maxim Burgerhout <wzzrd at fedoraproject.org> - 1.6.2-1
 - New upstream version with some minor bugfixes
 
@@ -94,7 +97,7 @@ pwd
 * Fri Apr 29 2011 - Dan HorĂ¡k <dan[at]danny.cz> - 1.4.1-2
 - fix build on big endians and with default unsigned char (like s390(x))
 
-* Tue Feb 6 2011 - Maxim Burgerhout <wzzrd at fedoraproject.org> - 1.4.1-1
+* Sun Feb 6 2011 - Maxim Burgerhout <wzzrd at fedoraproject.org> - 1.4.1-1
 - Add support for new features in YubiKey 2.2.
 - Stricter argument parsing, to help user avoid configuration surprises.
 - Ask kernel to detach USB HID driver with libusb 0.1 too.


More information about the scm-commits mailing list