rpms/hmaccalc/devel .cvsignore, 1.4, 1.5 hmaccalc.spec, 1.3, 1.4 sources, 1.4, 1.5

Nalin Dahyabhai nalin at fedoraproject.org
Wed Jul 22 22:12:05 UTC 2009


Author: nalin

Update of /cvs/pkgs/rpms/hmaccalc/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25651

Modified Files:
	.cvsignore hmaccalc.spec sources 
Log Message:
- 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



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/hmaccalc/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- .cvsignore	9 Jun 2009 20:29:40 -0000	1.4
+++ .cvsignore	22 Jul 2009 22:11:34 -0000	1.5
@@ -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


Index: hmaccalc.spec
===================================================================
RCS file: /cvs/pkgs/rpms/hmaccalc/devel/hmaccalc.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- hmaccalc.spec	9 Jun 2009 20:29:40 -0000	1.3
+++ hmaccalc.spec	22 Jul 2009 22:11:34 -0000	1.4
@@ -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 <nalin at redhat.com> 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 <nalin at redhat.com> 0.9.8-1
 - when checking, skip input lines which don't look like valid input lines
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/hmaccalc/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- sources	9 Jun 2009 20:29:40 -0000	1.4
+++ sources	22 Jul 2009 22:11:34 -0000	1.5
@@ -1 +1 @@
-036e71d741ec4edd46e9a396155c7e89  hmaccalc-0.9.8.tar.gz
+889521571d77e4e7705ee2b8ed709008  hmaccalc-0.9.9.tar.gz




More information about the fedora-extras-commits mailing list