diff --git a/softhsm.spec b/softhsm.spec index d0b39db..009b282 100644 --- a/softhsm.spec +++ b/softhsm.spec @@ -1,7 +1,7 @@ Summary: Software version of a PKCS#11 Hardware Security Module Name: softhsm Version: 2.0.0b1 -Release: 3%{?dist} +Release: 4%{?dist} License: BSD Url: http://www.opendnssec.org/ Source: http://dist.opendnssec.org/source/testing/%{name}-%{version}.tar.gz @@ -119,6 +119,9 @@ if [ -f /var/softhsm/slot0.db ]; then fi %changelog +* Sat May 02 2015 Kalev Lember - 2.0.0b1-4 +- Rebuilt for GCC 5 C++11 ABI change + * Tue Sep 30 2014 Paul Wouters - 2.0.0b1-3 - Add support for CKM_RSA_PKCS_OAEP key un/wrapping [Petr Spacek] - Use OpenSSL EVP interface for AES key wrapping [Petr Spacek]