rpms/mhash/devel .cvsignore, 1.4, 1.5 mhash.spec, 1.12, 1.13 sources, 1.4, 1.5

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Sat Nov 25 12:42:06 UTC 2006


Author: mschwendt

Update of /cvs/extras/rpms/mhash/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7170

Modified Files:
	.cvsignore mhash.spec sources 
Log Message:
* Sat Nov 25 2006 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.9.7.1-1
- Update to 0.9.7.1.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/mhash/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	10 Feb 2005 16:15:06 -0000	1.4
+++ .cvsignore	25 Nov 2006 12:41:36 -0000	1.5
@@ -1 +1 @@
-mhash-*.tar*
+mhash-0.9.7.1.tar.bz2


Index: mhash.spec
===================================================================
RCS file: /cvs/extras/rpms/mhash/devel/mhash.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- mhash.spec	28 Aug 2006 10:34:30 -0000	1.12
+++ mhash.spec	25 Nov 2006 12:41:36 -0000	1.13
@@ -1,7 +1,7 @@
 Summary: Thread-safe hash algorithms library
 Name: mhash
-Version: 0.9.2
-Release: 5
+Version: 0.9.7.1
+Release: 1
 URL: http://mhash.sourceforge.net/
 License: LGPL
 Group: System Environment/Libraries
@@ -17,9 +17,9 @@
 and other signatures. The HMAC support implements the basics for
 message authentication, following RFC 2104. In the later versions
 some key generation algorithms, which use hash algorithms, have been
-added. Currently, the library supports the algorithms: SHA1, GOST,
+added. Currently, the library supports the algorithms: ADLER32, GOST,
 HAVAL256, HAVAL224, HAVAL192, HAVAL160, HAVAL128, MD5, MD4, MD2,
-RIPEMD128/160/256/320, TIGER, TIGER160, TIGER128, SHA224/384/512,
+RIPEMD128/160/256/320, TIGER, TIGER160, TIGER128, SHA1/224/256/384/512,
 Whirlpool, SNEFRU128/256, CRC32B and CRC32 checksums.
 
 
@@ -45,7 +45,11 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-%makeinstall
+make DESTDIR=${RPM_BUILD_ROOT} install
+
+# Eliminate some autoheader definitions which should not enter a public API.
+# There are more which wait for a fix upstream.
+sed -i 's!\(#define \(PACKAGE\|VERSION \).*\)!/* \1 */!g' ${RPM_BUILD_ROOT}%{_includedir}/mutils/mhash_config.h
 
 
 %post -n %{name} -p /sbin/ldconfig
@@ -68,6 +72,7 @@
 %defattr(-,root,root,-)
 %doc ChangeLog ./doc/*.txt ./doc/*.c ./doc/skid2-authentication
 %{_includedir}/*.h
+%{_includedir}/mutils/
 %{?_with_static: %{_libdir}/*.a}
 %{_libdir}/*.so
 %exclude %{_libdir}/*.la
@@ -75,7 +80,10 @@
 
 
 %changelog
-* Mon Aug 28 2006 Michael Schwendt <mschwendt[AT]users.sf.net>
+* Sat Nov 25 2006 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.9.7.1-1
+- Update to 0.9.7.1.
+
+* Mon Aug 28 2006 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.9.2-5
 - rebuilt
 
 * Wed Feb 22 2006 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.9.2-4


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/mhash/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	9 Feb 2005 03:27:13 -0000	1.4
+++ sources	25 Nov 2006 12:41:36 -0000	1.5
@@ -1 +1 @@
-507e0034985eee6364d404bfc761ee02  mhash-0.9.2.tar.bz2
+e2a7f6594d468c5d0edbfa788dbdca0f  mhash-0.9.7.1.tar.bz2




More information about the scm-commits mailing list