[webkitgtk3] Re-enable JIT on ARM (hopefully the gmail crash is fixed)

Peter Robinson pbrobinson at fedoraproject.org
Sat Feb 16 22:55:31 UTC 2013


commit 08ad5279c95ae01b4b66044ef7f84c064c91379f
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Sat Feb 16 22:55:20 2013 +0000

    Re-enable JIT on ARM (hopefully the gmail crash is fixed)

 webkitgtk3.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/webkitgtk3.spec b/webkitgtk3.spec
index 6a3f836..84f5640 100644
--- a/webkitgtk3.spec
+++ b/webkitgtk3.spec
@@ -7,7 +7,7 @@
 
 Name:           webkitgtk3
 Version:        1.11.5
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        GTK+ Web content engine library
 
 Group:          Development/Libraries
@@ -117,7 +117,7 @@ This package contains developer documentation for %{name}.
 CFLAGS="%{optflags} -DLIBSOUP_I_HAVE_READ_BUG_594377_AND_KNOW_SOUP_PASSWORD_MANAGER_MIGHT_GO_AWAY" %configure                                                   \
                         --with-gstreamer=1.0                    \
                         --with-gtk=3.0                          \
-%ifarch %{arm} s390 s390x ppc ppc64
+%ifarch s390 s390x ppc ppc64
                         --disable-jit                           \
 %else
                         --enable-jit                            \
@@ -215,6 +215,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
 
 
 %changelog
+* Sat Feb 16 2013 Peter Robinson <pbrobinson at fedoraproject.org> 1.11.5-3
+- Re-enable JIT on ARM (hopefully the gmail crash is fixed)
+
 * Thu Feb 14 2013 Tomas Popela <tpopela at redhat.com> 1.11.5-2
 - Add upstream patch for RH bug #908143 - AccessibilityTableRow::parentTable crash
 


More information about the scm-commits mailing list