From ffc99dafe4fb91886d3dbf4fa93ef8e38d1b72e3 Mon Sep 17 00:00:00 2001 From: Steve Date: Mon, 19 Sep 2011 10:08:26 -0400 Subject: [PATCH] New upstream release --- .gitignore | 1 + sources | 2 +- tpm-tools.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 2dd31d3..80c18b9 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/sources b/sources index cf20057..6f3688a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b64baa248cf30a57ad0e5fb6f096e7dc tpm-tools-1.3.5.tar.gz +e8cdfff5b766f9db31a6184824251b03 tpm-tools-1.3.7.tar.gz diff --git a/tpm-tools.spec b/tpm-tools.spec index 996b246..37c3ebc 100644 --- a/tpm-tools.spec +++ b/tpm-tools.spec @@ -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 1.3.7-1 +- New upstream release + * Fri Jun 24 2011 Steve Grubb 1.3.5-5 - Remove -Werror from compile flags (#716046)