From f43cbcd1fe0a919a0700028fd00520b090d2c8b6 Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Nov 11 2014 19:15:58 +0000 Subject: tag 0.9.14 --- diff --git a/configure.ac b/configure.ac index 1e72727..ded06e2 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(hmaccalc,0.9.13) +AC_INIT(hmaccalc,0.9.14) AM_INIT_AUTOMAKE(foreign) AC_PROG_CC PKG_CHECK_MODULES(NSS,nss) diff --git a/hmaccalc.spec b/hmaccalc.spec index 93f86cd..63f7b1e 100644 --- a/hmaccalc.spec +++ b/hmaccalc.spec @@ -12,8 +12,8 @@ %{nil} Name: hmaccalc -Version: 0.9.13 -Release: 2%{?dist} +Version: 0.9.14 +Release: 1%{?dist} Summary: Tools for computing and checking HMAC values for files Group: System Environment/Base @@ -66,7 +66,16 @@ make check %{_mandir}/*/* %changelog -* Mon Feb 10 2013 Nalin Dahyabhai - 0.9.13-2 +* Tue Nov 11 2014 Nalin Dahyabhai - 0.9.14-1 +- improve error reporting (part of #1162135) + +* Sat Aug 16 2014 Fedora Release Engineering - 0.9.13-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild + +* Sat Jun 07 2014 Fedora Release Engineering - 0.9.13-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Mon Feb 10 2014 Nalin Dahyabhai - 0.9.13-2 - only BuildRequire: prelink on the arches on which we know it runs (currently %%{ix86}, x86_64, ppc, ppc64, s390, s390x), so that it can be built on the rest (#1061889)