rpms/xulrunner/F-9 xulrunner.spec,1.114,1.115

Martin Stransky (stransky) fedora-extras-commits at redhat.com
Wed Apr 23 08:28:36 UTC 2008


Author: stransky

Update of /cvs/pkgs/rpms/xulrunner/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20133

Modified Files:
	xulrunner.spec 
Log Message:
* Wed Apr 23 2008 Martin Stransky <stransky at redhat.com> 1.9-0.56
- Changed "__ppc64__" to "__powerpc64__", 
  "__ppc64__" doesn't work anymore




Index: xulrunner.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xulrunner/F-9/xulrunner.spec,v
retrieving revision 1.114
retrieving revision 1.115
diff -u -r1.114 -r1.115
--- xulrunner.spec	18 Apr 2008 09:22:45 -0000	1.114
+++ xulrunner.spec	23 Apr 2008 08:27:58 -0000	1.115
@@ -9,7 +9,7 @@
 Summary:        XUL Runtime for Gecko Applications
 Name:           xulrunner
 Version:        1.9
-Release:        0.55%{?version_pre}%{?dist}
+Release:        0.56%{?version_pre}%{?dist}
 URL:            http://www.mozilla.org/projects/xulrunner/
 License:        MPLv1.1 or GPLv2+ or LGPLv2+
 Group:          Applications/Internet
@@ -203,7 +203,7 @@
 mv ${genheader}.h ${genheader}%{mozbits}.h
 cat > ${genheader}.h << EOF
 // This file exists to fix multilib conflicts
-#if defined(__x86_64__) || defined(__ia64__) || defined(__s390x__) || defined(__ppc64__)
+#if defined(__x86_64__) || defined(__ia64__) || defined(__s390x__) || defined(__powerpc64__)
 #include "${genheader}64.h"
 #else
 #include "${genheader}32.h"
@@ -385,6 +385,10 @@
 #---------------------------------------------------------------------
 
 %changelog
+* Wed Apr 23 2008 Martin Stransky <stransky at redhat.com> 1.9-0.56
+- Changed "__ppc64__" to "__powerpc64__", 
+  "__ppc64__" doesn't work anymore
+
 * Fri Apr 18 2008 Martin Stransky <stransky at redhat.com> 1.9-0.55
 - Fixed multilib issues, added starting script instead of a symlink
   to binary (#436393)




More information about the scm-commits mailing list