[libyubikey] - New upstream version 1.7; new features in 1.6 and 1.7 listed below - yubikey.h: Possible to use fr

Maxim Burgerhout wzzrd at fedoraproject.org
Sun Feb 6 13:37:41 UTC 2011


commit 09cfb7d4e7a46be00e8b24122d3d007b49644416
Author: Maxim Burgerhout <maxim at wzzrd.com>
Date:   Sun Feb 6 14:36:54 2011 +0100

    - New upstream version 1.7; new features in 1.6 and 1.7 listed below
    - yubikey.h: Possible to use from C++ using extern namespace scoping.
    - New API to generate OTPs.
    - ykgenerate: New tool to generate OTPs.
    - ykdebug/ykparse: The old tool "ykdebug" has been renamed to "ykparse"

 .gitignore      |    1 +
 libyubikey.spec |   16 ++++++++++++----
 sources         |    2 +-
 3 files changed, 14 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ffd7bd0..738fdc3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 libyubikey-1.5.tar.gz
+/libyubikey-1.7.tar.gz
diff --git a/libyubikey.spec b/libyubikey.spec
index eb1749a..0527e55 100644
--- a/libyubikey.spec
+++ b/libyubikey.spec
@@ -1,6 +1,6 @@
 Name:           libyubikey
-Version:        1.5
-Release:        4%{?dist}
+Version:        1.7
+Release:        1%{?dist}
 Summary:        C library for decrypting and parsing Yubikey One-time passwords
 
 Group:          Development/Libraries
@@ -50,9 +50,10 @@ libyubikey.
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING NEWS ChangeLog README
 %{_bindir}/modhex
-%{_bindir}/ykdebug
+%{_bindir}/ykparse
+%{_bindir}/ykgenerate
 %{_libdir}/libyubikey.so.0
-%{_libdir}/libyubikey.so.0.1.0
+%{_libdir}/libyubikey.so.0.1.2
 
 %files devel
 %defattr(-,root,root,-)
@@ -61,6 +62,13 @@ libyubikey.
 %exclude %{_libdir}/libyubikey.la
 
 %changelog
+* Sun Feb 6 2011 - Maxim Burgerhout <maxim at wzzrd.com> - 1.7-1
+- New upstream version 1.7; new features in 1.6 and 1.7 listed below
+- yubikey.h: Possible to use from C++ using extern namespace scoping.
+- New API to generate OTPs.
+- ykgenerate: New tool to generate OTPs.
+- ykdebug/ykparse: The old tool "ykdebug" has been renamed to "ykparse"
+
 * Sun Jan 24 2010 - Maxim Burgerhout <maxim at wzzrd.com> - 1.5-4
 - Reverted inserting compilerflags
 - Put README, modhex and ykdebug back into main package
diff --git a/sources b/sources
index 784b4f8..006ac56 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-387518eb89c1a9e44cbff95a32edaada  libyubikey-1.5.tar.gz
+6468ee9962b45b1daa8be4c040d6a877  libyubikey-1.7.tar.gz


More information about the scm-commits mailing list