rpms/gnupg/devel gnupg.spec,1.71,1.72

Dennis Gilmore (ausil) fedora-extras-commits at redhat.com
Wed Mar 26 06:41:07 UTC 2008


Author: ausil

Update of /cvs/pkgs/rpms/gnupg/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3780

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




Index: gnupg.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnupg/devel/gnupg.spec,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- gnupg.spec	25 Feb 2008 15:24:16 -0000	1.71
+++ gnupg.spec	26 Mar 2008 06:40:32 -0000	1.72
@@ -1,7 +1,7 @@
 Summary: A GNU utility for secure communication and data storage
 Name: gnupg
 Version: 1.4.8
-Release: 3
+Release: 4
 License: GPLv3
 Group: Applications/System
 Source0: ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-%{version}.tar.bz2
@@ -45,7 +45,7 @@
 %build
 configure_flags=
 
-%ifarch ppc64
+%ifarch ppc64 sparc64
 configure_flags=--disable-asm
 %endif
 CFLAGS="$RPM_OPT_FLAGS -fPIE -DPIC" ; export CFLAGS
@@ -109,6 +109,9 @@
 %{_mandir}/man7/*
 
 %changelog
+* Wed Mar 26 2008 Dennis Gilmore <dennis at ausil.us> - 1.4.8-4
+- disable asm on sparc64 
+
 * Mon Feb 25 2008 Nalin Dahyabhai <nalin at redhat.com> - 1.4.8-3
 - rebuild
 




More information about the fedora-extras-commits mailing list