diff --git a/configure.ac b/configure.ac index 61417590..165e6dd2 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ # # See the LICENSE file for the license associated with this file. -AC_INIT([libtpms], [0.5.1]) +AC_INIT([libtpms], [0.5.2]) AC_PREREQ(2.12) AC_CONFIG_SRCDIR(Makefile.am) AM_CONFIG_HEADER(config.h) diff --git a/dist/libtpms.spec.in b/dist/libtpms.spec.in index 85622d13..9c28cac7 100644 --- a/dist/libtpms.spec.in +++ b/dist/libtpms.spec.in @@ -2,7 +2,7 @@ %define name @PACKAGE@ %define version @VERSION@ -%define release 19 +%define release 1 # Valid crypto subsystems are 'freebl' and 'openssl' %define crypto_subsystem freebl @@ -96,6 +96,14 @@ make %{?_smp_mflags} install DESTDIR=${RPM_BUILD_ROOT} %postun -p /sbin/ldconfig %changelog +* Mon Jun 30 2014 Stefan Berger - 0.5.2-1 +- Updated to version 0.5.2 +- coverity fixes +- fixes for ARM64 using __aarch64__ + +* Sat Jun 07 2014 Fedora Release Engineering - 0.5.1-20.1 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + * Sat Aug 03 2013 Fedora Release Engineering - 0.5.1-19 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild