diff --git a/webkit2gtk3.changes b/webkit2gtk3.changes index aa4a4be..049fb2c 100644 --- a/webkit2gtk3.changes +++ b/webkit2gtk3.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Sep 6 09:41:19 UTC 2016 - fezhang@suse.com + +- Rebase webkitgtk-disable-gcc-version-checks.patch for 2.12.5 + ------------------------------------------------------------------- Mon Sep 5 17:00:29 UTC 2016 - zaitor@opensuse.org @@ -911,8 +916,8 @@ Tue Oct 14 09:34:12 UTC 2014 - dimstar@opensuse.org ------------------------------------------------------------------- Mon Oct 13 14:59:24 UTC 2014 - dvaleev@suse.com -- Disable JIT on Power architectures - (-DEANBLE_JIT=OFF -DENABLE_YARR_JIT=0) +- Disable JIT on Power architectures + (-DEANBLE_JIT=OFF -DENABLE_YARR_JIT=0) ------------------------------------------------------------------- Thu Sep 25 08:13:58 UTC 2014 - dimstar@opensuse.org diff --git a/webkitgtk-disable-gcc-version-checks.patch b/webkitgtk-disable-gcc-version-checks.patch index 8679de1..4ee47ce 100644 --- a/webkitgtk-disable-gcc-version-checks.patch +++ b/webkitgtk-disable-gcc-version-checks.patch @@ -28,7 +28,7 @@ Index: webkitgtk-2.12.4/Source/cmake/OptionsGTK.cmake - # Libtool library version, not to be confused with API version. # See http://www.gnu.org/software/libtool/manual/html_node/Libtool-versioning.html - CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT2 50 10 13) + CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(WEBKIT2 50 11 13) Index: webkitgtk-2.12.4/Source/WTF/wtf/Compiler.h =================================================================== --- webkitgtk-2.12.4.orig/Source/WTF/wtf/Compiler.h