New upstream release

This commit is contained in:
Steve 2011-09-19 10:08:26 -04:00
parent c9f03094e9
commit ffc99dafe4
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
tpm-tools-1.3.4.tar.gz
tpm-tools-1.3.5.tar.gz
/tpm-tools-1.3.7.tar.gz

View File

@ -1 +1 @@
b64baa248cf30a57ad0e5fb6f096e7dc tpm-tools-1.3.5.tar.gz
e8cdfff5b766f9db31a6184824251b03 tpm-tools-1.3.7.tar.gz

View File

@ -1,7 +1,7 @@
Name: tpm-tools
Summary: Management tools for the TPM hardware
Version: 1.3.5
Release: 5%{?dist}
Version: 1.3.7
Release: 1%{?dist}
License: CPL
Group: Applications/System
Source0: http://downloads.sourceforge.net/trousers/%{name}-%{version}.tar.gz
@ -86,6 +86,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/tpmUnseal*
%changelog
* Mon Sep 19 2011 Steve Grubb <sgrubb@redhat.com> 1.3.7-1
- New upstream release
* Fri Jun 24 2011 Steve Grubb <sgrubb@redhat.com> 1.3.5-5
- Remove -Werror from compile flags (#716046)