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 <stefanb@linux.vnet.ibm.com>
This commit is contained in:
Stefan Berger 2014-06-30 15:04:15 -04:00
parent f1cb52002c
commit ff5fac41e4
2 changed files with 10 additions and 2 deletions

View File

@ -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)

10
dist/libtpms.spec.in vendored
View File

@ -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 <rel-eng@lists.fedoraproject.org> - 0.5.1-20.1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.1-19
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild