diff --git a/.gitignore b/.gitignore index 8db56d7..94db60e 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ /webkitgtk-2.9.5.tar.xz /webkitgtk-2.9.90.tar.xz /webkitgtk-2.9.91.tar.xz +/webkitgtk-2.9.92.tar.xz diff --git a/sources b/sources index c55f788..a77a26c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -fb223af9990b38336359a183186063ca webkitgtk-2.9.91.tar.xz +7f4e606269a9bdbb41fb828e8b618d3f webkitgtk-2.9.92.tar.xz diff --git a/webkitgtk-2.8.0-gcc5_fix.patch b/webkitgtk-2.8.0-gcc5_fix.patch deleted file mode 100644 index fe50e2f..0000000 --- a/webkitgtk-2.8.0-gcc5_fix.patch +++ /dev/null @@ -1,14 +0,0 @@ -diff -up webkitgtk-2.8.0/Source/JavaScriptCore/runtime/JSObject.cpp.s390_fixes webkitgtk-2.8.0/Source/JavaScriptCore/runtime/JSObject.cpp ---- webkitgtk-2.8.0/Source/JavaScriptCore/runtime/JSObject.cpp.s390_fixes 2015-03-23 09:08:04.000000000 +0100 -+++ webkitgtk-2.8.0/Source/JavaScriptCore/runtime/JSObject.cpp 2015-03-27 10:59:40.245010499 +0100 -@@ -1965,6 +1965,10 @@ void JSObject::putByIndexBeyondVectorLen - } - } - -+template void JSObject::putByIndexBeyondVectorLengthWithoutAttributes(ExecState* exec, unsigned i, JSValue value); -+template void JSObject::putByIndexBeyondVectorLengthWithoutAttributes(ExecState* exec, unsigned i, JSValue value); -+template void JSObject::putByIndexBeyondVectorLengthWithoutAttributes(ExecState* exec, unsigned i, JSValue value); -+ - void JSObject::putByIndexBeyondVectorLengthWithArrayStorage(ExecState* exec, unsigned i, JSValue value, bool shouldThrow, ArrayStorage* storage) - { - VM& vm = exec->vm(); diff --git a/webkitgtk4.spec b/webkitgtk4.spec index 3c22597..d482001 100644 --- a/webkitgtk4.spec +++ b/webkitgtk4.spec @@ -8,7 +8,7 @@ %global _hardened_build 1 Name: webkitgtk4 -Version: 2.9.91 +Version: 2.9.92 Release: 1%{?dist} Summary: GTK+ Web content engine library @@ -24,8 +24,6 @@ Patch2: webkitgtk-2.5.90-cloop_fix.patch Patch3: webkitgtk-2.8.0-page_size_align.patch # https://bugzilla.redhat.com/show_bug.cgi?id=1206161 Patch4: webkitgtk-2.8.0-s390_fixes.patch -# https://bugzilla.redhat.com/show_bug.cgi?id=1206577 -Patch5: webkitgtk-2.8.0-gcc5_fix.patch # https://bugs.webkit.org/show_bug.cgi?id=135972 Patch6: webkitgtk-2.9.4-youtube.patch @@ -113,7 +111,6 @@ This package contains developer documentation for %{name}. %ifarch s390 %patch4 -p1 -b .s390_fixes %endif -%patch5 -p1 -b .gcc5_fix %patch6 -p1 -b .youtube # Remove bundled libraries @@ -223,6 +220,9 @@ make %{?_smp_mflags} -C %{_target_platform} %{_datadir}/gtk-doc/html/webkitdomgtk-4.0/ %changelog +* Wed Sep 16 2015 Tomas Popela - 2.9.92-1 +- Update to 2.9.92 + * Wed Aug 26 2015 Kalev Lember - 2.9.91-1 - Update to 2.9.91