[hmaccalc] Update to 0.9.13

Nalin Dahyabhai nalin at fedoraproject.org
Mon Oct 14 18:40:50 UTC 2013


commit f25c49ff596384efcbbd5ae10f4f2b445d3f8ea4
Author: Nalin Dahyabhai <nalin at dahyabhai.net>
Date:   Mon Oct 14 14:40:02 2013 -0400

    Update to 0.9.13
    
    treat unexpected command-line arguments as an error to avoid setting
    incorrect expectations, and warn when a check file doesn't appear to
    contain anything for us to check (#1016706)

 .gitignore    |    2 ++
 hmaccalc.spec |   10 ++++++++--
 sources       |    3 ++-
 3 files changed, 12 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 64e4fb5..67d3ccb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,5 @@ hmaccalc-0.9.9.tar.gz
 hmaccalc-0.9.10.tar.gz
 hmaccalc-0.9.11.tar.gz
 hmaccalc-0.9.12.tar.gz
+/hmaccalc-0.9.13.tar.gz
+/hmaccalc-0.9.13.tar.gz.sig
diff --git a/hmaccalc.spec b/hmaccalc.spec
index cdc5f79..a8b24d4 100644
--- a/hmaccalc.spec
+++ b/hmaccalc.spec
@@ -12,14 +12,15 @@
 	%{nil}
 
 Name:		hmaccalc
-Version:	0.9.12
-Release:	7%{?dist}
+Version:	0.9.13
+Release:	1%{?dist}
 Summary:	Tools for computing and checking HMAC values for files
 
 Group:		System Environment/Base
 License:	BSD
 URL:		https://fedorahosted.org/hmaccalc/
 Source0:	https://fedorahosted.org/released/hmaccalc/hmaccalc-%{version}.tar.gz
+Source1:	https://fedorahosted.org/released/hmaccalc/hmaccalc-%{version}.tar.gz.sig
 BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
 BuildRequires:	nss-devel, prelink
@@ -61,6 +62,11 @@ make check
 %{_mandir}/*/*
 
 %changelog
+* Mon Oct 14 2013 Nalin Dahyabhai <nalin at redhat.com> - 0.9.13-1
+- treat unexpected command-line arguments as an error to avoid setting
+  incorrect expectations, and warn when a check file doesn't appear to
+  contain anything for us to check (#1016706)
+
 * Fri Aug  9 2013 Nalin Dahyabhai <nalin at redhat.com> - 0.9.12-7
 - correct License: tag - it's closer to BSD (no advertising, 3 clause) than
   proper MIT (rcritten)
diff --git a/sources b/sources
index dafc76c..ca8afcf 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
-bf1e70cac02f6cfa85826b8878a27985  hmaccalc-0.9.12.tar.gz
+b388cb345b821de37ad94780cd8425cb  hmaccalc-0.9.13.tar.gz
+4ff5d81103b340ae38c7cac2c9ee4bcf  hmaccalc-0.9.13.tar.gz.sig


More information about the scm-commits mailing list