rpms/arts/F-9 arts.spec,1.88,1.89 gslconfig-wrapper.h,1.2,1.3

Rex Dieter rdieter at fedoraproject.org
Mon Sep 29 16:40:45 UTC 2008


Author: rdieter

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

Modified Files:
	arts.spec gslconfig-wrapper.h 
Log Message:
* Mon Sep 29 2008 Rex Dieter <rdieter at fedoraproject.org> 8:1.5.10-2
- multilib (sparc) fixes



Index: arts.spec
===================================================================
RCS file: /cvs/pkgs/rpms/arts/F-9/arts.spec,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -r1.88 -r1.89
--- arts.spec	2 Sep 2008 17:36:04 -0000	1.88
+++ arts.spec	29 Sep 2008 16:40:15 -0000	1.89
@@ -1,7 +1,7 @@
 
 %define _default_patch_fuzz 2
 
-%define multilib_arches i386 x86_64 ppc ppc64 s390 s390x sparc sparc64
+%define multilib_arches i386 x86_64 ppc ppc64 s390 s390x sparcv9 sparc64
 
 %define final 1 
 %define make_cvs 1
@@ -27,7 +27,7 @@
 Group:   System Environment/Daemons
 Epoch:   8
 Version: 1.5.10
-Release: 1%{?dist}.1
+Release: 2%{?dist}
 
 License: LGPLv2+
 Url: http://www.kde.org
@@ -207,6 +207,9 @@
 
 
 %changelog
+* Mon Sep 29 2008 Rex Dieter <rdieter at fedoraproject.org> 8:1.5.10-2
+- multilib (sparc) fixes
+
 * Tue Sep 02 2008 Kevin Kofler <Kevin at tigcc.ticalc.org> 8:1.5.10-1.1
 - fix qt-devel dependency on F8
 


Index: gslconfig-wrapper.h
===================================================================
RCS file: /cvs/pkgs/rpms/arts/F-9/gslconfig-wrapper.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gslconfig-wrapper.h	14 Jun 2007 16:46:35 -0000	1.2
+++ gslconfig-wrapper.h	29 Sep 2008 16:40:15 -0000	1.3
@@ -15,7 +15,7 @@
 #include "gslconfig-s390x.h"
 #elif defined(__s390__)
 #include "gslconfig-s390.h"
-#elif defined(__sparc64__)
+#elif defined(__sparc__) && defined (__arch64__)
 #include "gslconfig-sparc64.h"
 #elif defined(__sparc__)
 #include "gslconfig-sparc.h"




More information about the fedora-extras-commits mailing list