From ff5fac41e4b9eaed689ce47beff2220cac0fe716 Mon Sep 17 00:00:00 2001 From: Stefan Berger Date: Mon, 30 Jun 2014 15:04:15 -0400 Subject: [PATCH] Create version 0.5.2 Set the version of the library to 0.5.2. Synchronize the rpm spec with the one used in Fedora and set the release version to 1. Signed-off-by: Stefan Berger --- configure.ac | 2 +- dist/libtpms.spec.in | 10 +++++++++- 2 files changed, 10 insertions(+), 2 deletions(-) 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