rpms/libgcrypt/F-9 libgcrypt.spec,1.27,1.28

Dennis Gilmore ausil at fedoraproject.org
Tue Oct 21 04:48:57 UTC 2008


Author: ausil

Update of /cvs/pkgs/rpms/libgcrypt/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6011

Modified Files:
	libgcrypt.spec 
Log Message:
disable asm on sparc64



Index: libgcrypt.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libgcrypt/F-9/libgcrypt.spec,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- libgcrypt.spec	3 Apr 2008 12:49:19 -0000	1.27
+++ libgcrypt.spec	21 Oct 2008 04:48:26 -0000	1.28
@@ -1,6 +1,6 @@
 Name: libgcrypt
 Version: 1.4.0
-Release: 3
+Release: 4
 Source0: ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-%{version}.tar.bz2
 Source1: ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-%{version}.tar.bz2.sig
 Source2: wk at g10code.com
@@ -32,7 +32,11 @@
 %patch0 -p0 -b .randinit
 
 %build
-%configure --disable-static --enable-noexecstack
+%configure --disable-static \
+%ifarch sparc64
+     --disable-asm \
+%endif
+     --enable-noexecstack
 make
 
 %check
@@ -114,6 +118,9 @@
 %{_infodir}/gcrypt.info*
 
 %changelog
+* Tue Oct 14 2008 Dennis Gilmore <dennis at ausil.us> 1.4.0-4
+- disable asm on sparc64
+
 * Thu Apr  3 2008 Joe Orton <jorton at redhat.com> 1.4.0-3
 - add patch from upstream to fix severe performance regression
   in entropy gathering




More information about the fedora-extras-commits mailing list