[xulrunner] update rhbz-911314.patch (PPC* only)

Karsten Hopp karsten at fedoraproject.org
Sat Aug 31 18:57:54 UTC 2013


commit f2b9d9294e297ad6d980bcb30fcf27c147d6feb6
Author: Karsten Hopp <karsten at redhat.com>
Date:   Sat Aug 31 20:57:19 2013 +0200

    update rhbz-911314.patch (PPC* only)

 rhbz-911314.patch |    2 +-
 xulrunner.spec    |    5 ++++-
 2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/rhbz-911314.patch b/rhbz-911314.patch
index 9a28aaa..3a62c8d 100644
--- a/rhbz-911314.patch
+++ b/rhbz-911314.patch
@@ -11,7 +11,7 @@ diff -up xulrunner-21.0/mozilla-release/js/public/HeapAPI.h.ppc xulrunner-21.0/m
 - * Note: The freelist supports a maximum arena shift of 15.
 - * Note: Do not use JS_CPU_SPARC here, this header is used outside JS.
 - */
--#if (defined(SOLARIS) || defined(__FreeBSD__)) && \
+-#if (defined(SOLARIS) || defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__)) && \
 -    (defined(__sparc) || defined(__sparcv9) || defined(__ia64))
 -const size_t PageShift = 13;
 -const size_t ArenaShift = PageShift;
diff --git a/xulrunner.spec b/xulrunner.spec
index 80baffd..95503a0 100644
--- a/xulrunner.spec
+++ b/xulrunner.spec
@@ -78,7 +78,7 @@
 Summary:        XUL Runtime for Gecko Applications
 Name:           xulrunner
 Version:        23.0.1
-Release:        2%{?pre_tag}%{?dist}
+Release:        3%{?pre_tag}%{?dist}
 URL:            http://developer.mozilla.org/En/XULRunner
 License:        MPLv1.1 or GPLv2+ or LGPLv2+
 Group:          Applications/Internet
@@ -527,6 +527,9 @@ fi
 #---------------------------------------------------------------------
 
 %changelog
+* Sat Aug 31 2013 Karsten Hopp <karsten at redhat.com> 23.0.1-3
+- update rhbz-911314.patch (PPC* only)
+
 * Thu Aug 29 2013 Martin Stransky <stransky at redhat.com> - 23.0.1-2
 - Enabled dtrace for debug builds
 


More information about the scm-commits mailing list