From c3acbfc5dbdcbbc2d6bedad3cfce5438bb017bb6 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sun, 21 Jun 2009 18:27:57 +0000 Subject: [PATCH] update to release 2.3 --- sources | 2 +- ykclient.spec | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/sources b/sources index a8b5f94..80c9458 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -65ae386f79597429995a1ce980ab19a3 ykclient-2.2.tar.gz +7de70fb19e1a1857689afaec74def7fb ykclient-2.3.tar.gz diff --git a/ykclient.spec b/ykclient.spec index e42269b..a15fe26 100644 --- a/ykclient.spec +++ b/ykclient.spec @@ -1,5 +1,5 @@ Name: ykclient -Version: 2.2 +Version: 2.3 Release: 1%{?dist} Summary: Yubikey management library and client @@ -21,7 +21,8 @@ Group: Development/System Requires: %{name} = %{version}-%{release} %description devel -development bits +development files for ykclient needed to build applications to +take advantage of yubikey authentication. %prep %setup -q @@ -56,5 +57,8 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/libykclient.so %changelog +* Sun Jun 21 2009 Dennis Gilmore - 2.3-1 +- update to 2.3 release + * Wed Apr 29 2009 Dennis Gilmore - 2.2-1 - initial packaging