diff --git a/webkitgtk-2.7.90-180248.patch b/webkitgtk-2.7.90-180248.patch index 6fe253b..5761740 100644 --- a/webkitgtk-2.7.90-180248.patch +++ b/webkitgtk-2.7.90-180248.patch @@ -9,15 +9,3 @@ diff -up webkitgtk-2.7.90/Source/JavaScriptCore/llint/LLIntSlowPaths.cpp.180248 vm.topCallFrame = exec; ErrorHandlingScope errorScope(vm); CommonSlowPaths::interpreterThrowInCaller(exec, createStackOverflowError(exec)); -diff -up webkitgtk-2.7.90/Source/JavaScriptCore/llint/LowLevelInterpreter.asm.180248 webkitgtk-2.7.90/Source/JavaScriptCore/llint/LowLevelInterpreter.asm ---- webkitgtk-2.7.90/Source/JavaScriptCore/llint/LowLevelInterpreter.asm.180248 2015-02-18 11:14:23.098753714 +0100 -+++ webkitgtk-2.7.90/Source/JavaScriptCore/llint/LowLevelInterpreter.asm 2015-02-18 11:15:39.059933848 +0100 -@@ -633,7 +633,7 @@ macro prologue(codeBlockGetter, codeBloc - .stackHeightOKGetCodeBlock: - # Stack check slow path returned that the stack was ok. - # Since they were clobbered, need to get CodeBlock and new sp -- codeBlockGetter(t1) -+ codeBlockSetter(t1) - getFrameRegisterSizeForCodeBlock(t1, t0) - subp cfr, t0, t0 - diff --git a/webkitgtk4.spec b/webkitgtk4.spec index 6f27569..5b4a9fa 100644 --- a/webkitgtk4.spec +++ b/webkitgtk4.spec @@ -9,7 +9,7 @@ Name: webkitgtk4 Version: 2.7.90 -Release: 7%{?dist} +Release: 8%{?dist} Summary: GTK+ Web content engine library License: LGPLv2 @@ -22,6 +22,7 @@ Patch3: webkitgtk-2.5.2-commit_align.patch # https://bugs.webkit.org/show_bug.cgi?id=141717 Patch4: webkitgtk-2.7.90-180234.patch # https://bugs.webkit.org/show_bug.cgi?id=141733 +# http://trac.webkit.org/changeset/180270 Patch5: webkitgtk-2.7.90-180248.patch # https://bugs.webkit.org/show_bug.cgi?id=141618 Patch6: webkitgtk-2.7.90-180258.patch @@ -208,7 +209,11 @@ make %{?_smp_mflags} -C %{_target_platform} %{_datadir}/gtk-doc/html/webkitdomgtk-4.0/ %changelog -* Wed Feb 18 2015 Tomas Popela - 2.7.90-1 +* Thu Feb 19 2015 Tomas Popela - 2.7.90-8 +- Fix crash in CLoop +- Forgot to reset the release number so continuing with 8 + +* Wed Feb 18 2015 Tomas Popela - 2.7.90-7 - Update to 2.7.90 - Add JIT and CLoop fixes