From b3a63617ead6809929936313d7d817aedd865ffd Mon Sep 17 00:00:00 2001 From: Maxim Burgerhout Date: Sun, 8 Jan 2012 22:59:34 +0100 Subject: [PATCH] Rebuild for gcc 4.7 --- libyubikey.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libyubikey.spec b/libyubikey.spec index 0527e55..e86b2da 100644 --- a/libyubikey.spec +++ b/libyubikey.spec @@ -1,6 +1,6 @@ Name: libyubikey Version: 1.7 -Release: 1%{?dist} +Release: 2%{?dist} Summary: C library for decrypting and parsing Yubikey One-time passwords Group: Development/Libraries @@ -62,6 +62,9 @@ libyubikey. %exclude %{_libdir}/libyubikey.la %changelog +* Sun Jan 8 2012 - Maxim Burgerhout - 1.7-2 +- Rebuild for gcc 4.7 + * Sun Feb 6 2011 - Maxim Burgerhout - 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.