[ykpers] Update to 1.15.1

Maxim Burgerhout wzzrd at fedoraproject.org
Wed Mar 12 15:14:16 UTC 2014


commit a66917fb4a5c85082ed9e2d6394974a03134f9f3
Author: Maxim Burgerhout <maxim at wzzrd.com>
Date:   Wed Mar 12 16:12:34 2014 +0100

    Update to 1.15.1
    
    This upstream update solves a problem with make check on armv7hl

 .gitignore  |    1 +
 sources     |    2 +-
 ykpers.spec |    7 +++++--
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 418e18c..17c468a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,4 @@ ykpers-1.3.3.tar.gz
 /ykpers-1.13.0.tar.gz
 /ykpers-1.14.1.tar.gz
 /ykpers-1.15.0.tar.gz
+/ykpers-1.15.1.tar.gz
diff --git a/sources b/sources
index 519cbdf..37c56c0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-11551b1907d2dc40fafcd8e35dad77ef  ykpers-1.15.0.tar.gz
+f1d03cec60e34a957a697ffd09409562  ykpers-1.15.1.tar.gz
diff --git a/ykpers.spec b/ykpers.spec
index bf068aa..54b96eb 100644
--- a/ykpers.spec
+++ b/ykpers.spec
@@ -1,5 +1,5 @@
 Name:           ykpers
-Version:        1.15.0
+Version:        1.15.1
 Release:        1%{?dist}
 Summary:        Yubikey personalization program
 
@@ -62,7 +62,7 @@ export LD_LIBRARY_PATH=$RPM_BUILD_DIR/%{name}-%{version}/.libs
 %files
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING README ChangeLog NEWS
-%doc doc/Read-Me.asciidoc doc/Compatibility.asciidoc
+%doc doc/Compatibility.asciidoc
 %{_bindir}/ykinfo
 %{_bindir}/ykpersonalize
 %{_bindir}/ykchalresp
@@ -82,6 +82,9 @@ export LD_LIBRARY_PATH=$RPM_BUILD_DIR/%{name}-%{version}/.libs
 %exclude %{_libdir}/libykpers-1.la
 
 %changelog
+* Wed Mar 12 2014 Maxim Burgerhout <wzzrd at fedoraproject.org> - 1.15.1-1
+- New upstream release 1.15.1, should fix ARM build failure on make check
+
 * Mon Jan 13 2014 Maxim Burgerhout <wzzrd at fedoraproject.org> - 1.15.0-1
 - New upstream release 1.15.0, which includes (amongst others):
 - Fixes for race conditions on new machines


More information about the scm-commits mailing list