[ykpers/el5] Update to 1.14.1

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


commit bf4e7269fed3a48d2fa157f883b89c0095635ea8
Author: Maxim Burgerhout <maxim at wzzrd.com>
Date:   Sun Dec 1 21:47:00 2013 +0100

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

 sources                      |    2 +-
 ykpers-1.4.1-bigendian.patch |   11 -----------
 ykpers-1.4.1-getopt.patch    |   12 ------------
 ykpers-1.6.0-bigendian.patch |   11 -----------
 ykpers-1.6.0-getopt.patch    |   12 ------------
 ykpers.spec                  |   25 +++++++++++++------------
 6 files changed, 14 insertions(+), 59 deletions(-)
---
diff --git a/sources b/sources
index 6fe6eda..40501a3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-78bc83dbadbc547ccb5242dd812ab627  ykpers-1.6.0.tar.gz
+fe533d9cdc74e7bfdb1044ee0a1a865a  ykpers-1.14.1.tar.gz
diff --git a/ykpers.spec b/ykpers.spec
index 2cf0efc..77b8510 100644
--- a/ykpers.spec
+++ b/ykpers.spec
@@ -1,17 +1,14 @@
 Name:           ykpers
-Version:        1.6.0
-Release:        2%{?dist}.1
+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
+URL:            http://opensource.yubico.com/yubikey-personalization/
+Source0:        http://opensource.yubico.com/yubikey-personalization/releases/%{name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-Patch0:         %{name}-1.6.0-getopt.patch
-Patch1:         %{name}-1.6.0-bigendian.patch
-
 BuildRequires: libusb-devel
 BuildRequires: libyubikey-devel
 
@@ -30,13 +27,11 @@ use ykpers.
 
 %prep
 %setup -q
-%patch0 -p1 -b .getopt
-%patch1 -p1 -b .bigendian
 
 %build
 %configure --enable-static=no --disable-rpath \
            --with-udevrulesdir=/lib/udev/rules.d \
-    --with-backend=libusb
+           --with-backend=libusb
 # --disable-rpath doesn't work for the configure script
 %{__sed} -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
 %{__sed} -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
@@ -62,10 +57,12 @@ pwd
 %doc doc/Read-Me.asciidoc doc/Compatibility.asciidoc
 %{_bindir}/ykpersonalize
 %{_bindir}/ykchalresp
+%{_bindir}/ykinfo
 %{_libdir}/libykpers-1.so.1
-%{_libdir}/libykpers-1.so.1.6.0
+%{_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
@@ -77,6 +74,10 @@ pwd
 %exclude %{_libdir}/libykpers-1.la
 
 %changelog
+* Sun Dec 1 2013 Maxim Burgerhout - 1.14.1-1
+- Update to upstream 1.14.1
+- No longer needed to carry custom patches
+
 * Wed Nov 09 2011 Dennis Gilmore <dennis at ausil.us> - 1.6.0-2.1
 - use only libusb rhel5 doesnt have anything newer
 
@@ -90,7 +91,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