rpms/mhash/devel mhash.spec,1.25,1.26

Dennis Gilmore ausil at fedoraproject.org
Mon Feb 16 16:32:03 UTC 2009


Author: ausil

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

Modified Files:
	mhash.spec 
Log Message:
add alignment patch



Index: mhash.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mhash/devel/mhash.spec,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- mhash.spec	20 Feb 2008 01:24:14 -0000	1.25
+++ mhash.spec	16 Feb 2009 16:31:33 -0000	1.26
@@ -4,12 +4,13 @@
 Summary: Thread-safe hash algorithms library
 Name: mhash
 Version: 0.9.9
-Release: 5
+Release: 6
 URL: http://mhash.sourceforge.net/
 License: LGPLv2+
 Group: System Environment/Libraries
 Source: http://download.sourceforge.net/mhash/mhash-%{version}.tar.bz2
 Patch1: mhash-0.9.9-multiarch.patch
+Patch2: mutils-align.patch
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot-%(%{__id_u} -n)
 Provides: libmhash = %{version}-%{release}
 
@@ -41,6 +42,7 @@
 %prep
 %setup -q
 %patch1 -p1 -b .multiarch
+%patch2 -p1 -b .alignment
 
 
 %build
@@ -93,6 +95,9 @@
 
 
 %changelog
+* Mon Feb 16 2009 Dennis Gilmore <dennis at ausil.us> - 0.9.9-6
+- fix memory alignment issues
+
 * Tue Feb 19 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 0.9.9-5
 - Autorebuild for GCC 4.3
 




More information about the scm-commits mailing list