From dd600f8a662547db83f6ecae350d1eccafa51d04 Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Jul 22 2009 22:11:34 +0000 Subject: - update to 0.9.9 - look for prelink at compile-time, and if we find it try to invoke it using a full pathname before trying with $PATH (#512275) - buildrequires: prelink so that it will be found at compile-time --- diff --git a/.cvsignore b/.cvsignore index 634a152..6194413 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,3 +1,4 @@ hmaccalc-0.9.6.tar.gz hmaccalc-0.9.7.tar.gz hmaccalc-0.9.8.tar.gz +hmaccalc-0.9.9.tar.gz diff --git a/hmaccalc.spec b/hmaccalc.spec index 7ade65a..5c2f2ed 100644 --- a/hmaccalc.spec +++ b/hmaccalc.spec @@ -12,7 +12,7 @@ %{nil} Name: hmaccalc -Version: 0.9.8 +Version: 0.9.9 Release: 1%{?dist} Summary: Tools for computing and checking HMAC values for files @@ -22,7 +22,7 @@ URL: https://fedorahosted.org/hmaccalc/ Source0: https://fedorahosted.org/released/hmaccalc/hmaccalc-%{version}.tar.gz BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) -BuildRequires: nss-devel +BuildRequires: nss-devel, prelink %description The hmaccalc package contains tools which can calculate HMAC (hash-based @@ -61,6 +61,11 @@ make check %{_mandir}/*/* %changelog +* Fri Jul 11 2009 Nalin Dahyabhai 0.9.9-1 +- look for prelink at compile-time, and if we find it try to invoke it + using a full pathname before trying with $PATH (#512275) +- buildrequires: prelink so that it will be found at compile-time + * Tue Jun 9 2009 Nalin Dahyabhai 0.9.8-1 - when checking, skip input lines which don't look like valid input lines diff --git a/sources b/sources index 98d8e1c..a526335 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -036e71d741ec4edd46e9a396155c7e89 hmaccalc-0.9.8.tar.gz +889521571d77e4e7705ee2b8ed709008 hmaccalc-0.9.9.tar.gz