From 6bb10d51d7d9a8fb307c4f29c5c0b167b6e7cbde Mon Sep 17 00:00:00 2001 From: Tomas Popela Date: Jul 18 2016 10:59:34 +0000 Subject: Update to 2.13.3 Enable JIT on ARMv7 --- diff --git a/.gitignore b/.gitignore index ea25481..83122b2 100644 --- a/.gitignore +++ b/.gitignore @@ -38,3 +38,4 @@ /webkitgtk-2.12.3.tar.xz /webkitgtk-2.13.1.tar.xz /webkitgtk-2.13.2.tar.xz +/webkitgtk-2.13.3.tar.xz diff --git a/sources b/sources index 9056a32..5418b86 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -222fc71ea98b7ce3bddd00d6d1b18067 webkitgtk-2.13.2.tar.xz +a71f14378e8761ec5de48488b2c799a8 webkitgtk-2.13.3.tar.xz diff --git a/webkitgtk4.spec b/webkitgtk4.spec index 03c01f5..e47044f 100644 --- a/webkitgtk4.spec +++ b/webkitgtk4.spec @@ -6,8 +6,8 @@ cp -p %1 _license_files/$(echo '%1' | sed -e 's!/!.!g') Name: webkitgtk4 -Version: 2.13.2 -Release: 4%{?dist} +Version: 2.13.3 +Release: 1%{?dist} Summary: GTK+ Web content engine library License: LGPLv2 @@ -172,8 +172,7 @@ pushd %{_target_platform} %ifarch s390 aarch64 -DUSE_LD_GOLD=OFF \ %endif -# Disable JIT on ARM until https://bugs.webkit.org/show_bug.cgi?id=159408 is fixed -%ifarch s390 s390x ppc %{power64} aarch64 %{mips} %{arm} +%ifarch s390 s390x ppc %{power64} aarch64 %{mips} -DENABLE_JIT=OFF \ %endif %ifarch s390 s390x ppc %{power64} aarch64 %{mips} @@ -255,6 +254,10 @@ make %{?_smp_mflags} -C %{_target_platform} %{_datadir}/gtk-doc/html/webkitdomgtk-4.0/ %changelog +* Mon Jul 18 2016 Tomas Popela - 2.13.3-1 +- Update to 2.13.3 +- Enable JIT on ARMv7 + * Fri Jul 08 2016 Tomas Popela - 2.13.2-4 - Remove the wrong patch for THUMB2 support