From 08a5c61ac76aa3f8bb2dd9a0501e0bb22c17d899 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Feb 08 2015 03:15:32 +0000 Subject: Update to 1.16.2 --- diff --git a/.gitignore b/.gitignore index d140b4d..628e7a8 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ ykpers-1.3.3.tar.gz /ykpers-1.15.0.tar.gz /ykpers-1.15.1.tar.gz /ykpers-1.16.1.tar.gz +/ykpers-1.16.2.tar.gz diff --git a/sources b/sources index eb3ddf8..5f5d380 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -76bb7661d0a3a733c7437f34eda5f3ba ykpers-1.16.1.tar.gz +e1c7b96140cfd773dc8652dae40b65fe ykpers-1.16.2.tar.gz diff --git a/ykpers.spec b/ykpers.spec index 1593ccb..c0e5302 100644 --- a/ykpers.spec +++ b/ykpers.spec @@ -1,5 +1,5 @@ Name: ykpers -Version: 1.16.1 +Version: 1.16.2 Release: 1%{?dist} Summary: Yubikey personalization program @@ -82,6 +82,9 @@ export LD_LIBRARY_PATH=$RPM_BUILD_DIR/%{name}-%{version}/.libs %exclude %{_libdir}/libykpers-1.la %changelog +* Sat Feb 07 2015 Kevin Fenzi 1.16.2-1 +- Update to 1.16.2 + * Sun Nov 23 2014 Kevin Fenzi 1.16.1-1 - Update to 1.16.1. Fixes bugs #1167113 and #1157894