From 111ee8de6cd5b2ae819a2f08bc4ec80bf334da29cd9476c0c1bfc0f2abeef50c Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 22 Feb 2017 20:40:53 +0000 Subject: [PATCH] Accepting request 459852 from GNOME:Next scripted push OBS-URL: https://build.opensuse.org/request/show/459852 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/webkit2gtk3?expand=0&rev=99 --- webkit2gtk3.changes | 97 +++++++++++++++++++++++++++ webkit2gtk3.spec | 2 +- webkitgtk-2.14.5.tar.xz | 3 - webkitgtk-2.15.90.tar.xz | 3 + webkitgtk-typelib-sharelib-link.patch | 7 +- 5 files changed, 104 insertions(+), 8 deletions(-) delete mode 100644 webkitgtk-2.14.5.tar.xz create mode 100644 webkitgtk-2.15.90.tar.xz diff --git a/webkit2gtk3.changes b/webkit2gtk3.changes index 245593b..ee79298 100644 --- a/webkit2gtk3.changes +++ b/webkit2gtk3.changes @@ -1,3 +1,100 @@ +------------------------------------------------------------------- +Mon Feb 20 21:17:11 UTC 2017 - dimstar@opensuse.org + +- Update to version 2.15.90: + + Add an API to add a custom tab into the print dialog. + + Update cookie manager API to properly work with ephemeral + sessions. + + Fix rendering issues in long documents with transparent + background. + + Handle extended colors in cairo and texture mapper backends. + + Release unused UpdateAtlas and reduce the tile coverage on + memory pressure. + + The media backend now stores preloaded media in /var/tmp + instead of user cache dir. + + Fix a deadlock when the media player is destroyed. + + Fast replay on video hide/unhide on platforms with limited + video buffer pools. + + Fix network process crashes when loading custom URI schemes. + + Fix video rendering when switching to accelerated compositing + mode. + + Fix several crashes and rendering issues. + + Updated translations. +- Drop upstream fixed patches: + - webkit2gtk3-167785.patch + - webkit2gtk3-167876.patch + - webkit2gtk3-167890.patch + - webkit2gtk3-167929.patch + +------------------------------------------------------------------- +Fri Feb 17 19:56:21 UTC 2017 - dimstar@opensuse.org + +- Add webkit2gtk3-167785.patch: Fix build with disabled JIT (such + as on ppc564le). + +------------------------------------------------------------------- +Thu Feb 16 10:45:36 UTC 2017 - dimstar@opensuse.org + +- Add webkit2gtk3-167876.patch, webkit2gtk3-167890.patch and + webkit2gtk3-167929.patch: fix webkit stalling on loading + resources over the network. + +------------------------------------------------------------------- +Wed Feb 15 14:15:04 UTC 2017 - zaitor@opensuse.org + +- Update to version 2.15.4: + + Make accelerating compositing mode on-demand again. By default + it will only be used for websites that require it, saving a lot + of memory on websites that don’t need it. + + Add API to manage hardware acceleration policy. + + Enable CSS Grid Layout by default. + + Add API to create ephemeral WebViews to replace the legacy + private browsing setting that is now deprecated. + + Handle HTTP authentication for downloads having a WebView + associated. + + Add API to WebKitWebsiteDataManager to handle websites data. + + Fix BadDamage X errors happening when resizing the WebView. + + Fix several crashes and rendering issues. +- Changes from version 2.15.3: + + Add API to set network proxy settings. + + Add API to set initial notification permissions. + + Add WebKitSecurityOrigin to the API. + + Add tag property to WebKitNotification. + + Create GLX OpenGL contexts using version 3.2 (core profile) + when available to reduce the memory consumption on Mesa based + drivers. + + Improve memory pressure handler to reduce the CPU usage on + memory pressure situations. + + Add support for key and code properties on keyboard events. + + More user agent string improvements to improve compatibility + with several websites. + + Fix network process crashes when loading custom URI schemes. + + Fix web process crash when closing the web view in X11. + + Fix several crashes and rendering issues. + + Updated translations. + +------------------------------------------------------------------- +Wed Feb 15 14:14:02 UTC 2017 - dimstar@opensuse.org + +- Update to version 2.15.2: + + Add new API to notify about dynamically added forms to Web + Extensions. + + Implement selection interface and states for elements + supporting aria-selected and for menu roles. + + Expose STATE_SINGLE_LINE and STATE_MULTI_LINE for ARIA + searchbox role. + + Enable WebMemorySampler. + + Downloads started by context menu actions now have a web view + associated. + + Fix a network process crash when main resource load is + converted into a download. + + Fix several crashes and rendering issues. +- Changes from version 2.15.1: + + GObject DOM bindings API marked as unstable has been removed. + + Switch to use GMenu internally in the context menu + implementation. + + The network backend now always sniff contents for Downloads. + ------------------------------------------------------------------- Wed Feb 15 09:48:00 UTC 2017 - zaitor@opensuse.org diff --git a/webkit2gtk3.spec b/webkit2gtk3.spec index 24284ac..5b77d98 100644 --- a/webkit2gtk3.spec +++ b/webkit2gtk3.spec @@ -26,7 +26,7 @@ %define _pkgconfig_suffix gtk-3.0 %define _name webkitgtk Name: webkit2gtk3 -Version: 2.14.5 +Version: 2.15.90 Release: 0 Summary: Library for rendering web content, GTK+ Port License: LGPL-2.0+ and BSD-3-Clause diff --git a/webkitgtk-2.14.5.tar.xz b/webkitgtk-2.14.5.tar.xz deleted file mode 100644 index 006e284..0000000 --- a/webkitgtk-2.14.5.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3ca8f1c33a9b43d6c753dcac1c0788656930e06382b10fdf5c2805ea8f96369f -size 13956352 diff --git a/webkitgtk-2.15.90.tar.xz b/webkitgtk-2.15.90.tar.xz new file mode 100644 index 0000000..5886718 --- /dev/null +++ b/webkitgtk-2.15.90.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9c13cf5b1db9e398d9d6a55e1b272a85e86bd00650cc068a9744864f48996ba +size 14670736 diff --git a/webkitgtk-typelib-sharelib-link.patch b/webkitgtk-typelib-sharelib-link.patch index 425714b..53064fc 100644 --- a/webkitgtk-typelib-sharelib-link.patch +++ b/webkitgtk-typelib-sharelib-link.patch @@ -1,7 +1,7 @@ -Index: webkitgtk-2.11.90/Source/JavaScriptCore/JavaScriptCore.gir.in +Index: webkitgtk-2.15.4/Source/JavaScriptCore/JavaScriptCore.gir.in =================================================================== ---- webkitgtk-2.11.90.orig/Source/JavaScriptCore/JavaScriptCore.gir.in -+++ webkitgtk-2.11.90/Source/JavaScriptCore/JavaScriptCore.gir.in +--- webkitgtk-2.15.4.orig/Source/JavaScriptCore/JavaScriptCore.gir.in ++++ webkitgtk-2.15.4/Source/JavaScriptCore/JavaScriptCore.gir.in @@ -3,7 +3,7 @@ xmlns="http://www.gtk.org/introspection/core/1.0" xmlns:c="http://www.gtk.org/introspection/c/1.0"> @@ -11,4 +11,3 @@ Index: webkitgtk-2.11.90/Source/JavaScriptCore/JavaScriptCore.gir.in c:identifier-prefixes="JS" c:symbol-prefixes="JS"> -