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.