diff --git a/webkit2gtk3-fdo-soname.patch b/webkit2gtk3-fdo-soname.patch index edff78f..81a827a 100644 --- a/webkit2gtk3-fdo-soname.patch +++ b/webkit2gtk3-fdo-soname.patch @@ -1,8 +1,8 @@ -diff --git a/Source/WebKit/UIProcess/glib/WebProcessPoolGLib.cpp b/Source/WebKit/UIProcess/glib/WebProcessPoolGLib.cpp -index a380a25fa4b..d96d23bce2e 100644 ---- a/Source/WebKit/UIProcess/glib/WebProcessPoolGLib.cpp -+++ b/Source/WebKit/UIProcess/glib/WebProcessPoolGLib.cpp -@@ -114,7 +114,7 @@ void WebProcessPool::platformInitializeWebProcess(const WebProcessProxy& process +Index: webkitgtk-2.27.90/Source/WebKit/UIProcess/glib/WebProcessPoolGLib.cpp +=================================================================== +--- webkitgtk-2.27.90.orig/Source/WebKit/UIProcess/glib/WebProcessPoolGLib.cpp ++++ webkitgtk-2.27.90/Source/WebKit/UIProcess/glib/WebProcessPoolGLib.cpp +@@ -115,7 +115,7 @@ void WebProcessPool::platformInitializeW #if PLATFORM(WAYLAND) if (WebCore::PlatformDisplay::sharedDisplay().type() == WebCore::PlatformDisplay::Type::Wayland) { #if USE(WPE_RENDERER) diff --git a/webkit2gtk3-ppc-build-fix.patch b/webkit2gtk3-ppc-build-fix.patch deleted file mode 100644 index 4fe8828..0000000 --- a/webkit2gtk3-ppc-build-fix.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/Source/bmalloc/bmalloc/BPlatform.h b/Source/bmalloc/bmalloc/BPlatform.h -index c49a6b90e26..ebafe03d77d 100644 ---- a/Source/bmalloc/bmalloc/BPlatform.h -+++ b/Source/bmalloc/bmalloc/BPlatform.h -@@ -40,7 +40,7 @@ - #define BOS_DARWIN 1 - #endif - --#ifdef __unix -+#if defined(__unix) || defined(__unix__) - #define BOS_UNIX 1 - #endif - diff --git a/webkit2gtk3.changes b/webkit2gtk3.changes index d8fb558..d9e8706 100644 --- a/webkit2gtk3.changes +++ b/webkit2gtk3.changes @@ -1,9 +1,112 @@ +------------------------------------------------------------------- +Thu Mar 12 12:10:03 UTC 2020 - Bjørn Lie + +- Update to version 2.28.0: + + Add API to enable Process Swap on (Cross-site) Navigation. + + Add user messages API for the communication with the web + extension. + + Add support for same-site cookies. + + Service workers are enabled by default. + + Add support for Pointer Lock API. + + Add flatpak sandbox support. + + Make ondemand hardware acceleration policy never leave + accelerated compositing mode. + + Always use a light theme for rendering form controls. + + Add about:gpu to show information about the graphics stack. +- Drop webkit2gtk3-ppc-build-fix.patch: Fixed upstream. + +------------------------------------------------------------------- +Fri Feb 28 09:19:47 UTC 2020 - Bjørn Lie + +- Disable webkit-process.patch: Needs rebase, and furthermore it + should not be applied for Leap 15.2 as it is today. + +------------------------------------------------------------------- +Thu Feb 27 19:14:05 UTC 2020 - Bjørn Lie + +- Update to version 2.27.91: + + Update user agent quirks to fix the unsupported browser message + in several google services. + + Fix several compile warnings with GCC 10. + + Fix the build with GCC 10. + + Fix several crashes and rendering issues. + + Updated translations. + ------------------------------------------------------------------- Tue Feb 18 21:31:17 UTC 2020 - Michael Gorse - Add webkit2gtk3-ppc-build-fix.patch: fix ppc64le build failure on SLE 15. +------------------------------------------------------------------- +Fri Feb 14 11:10:04 UTC 2020 - Bjørn Lie + +- Update to version 2.27.90: + + Add support for same-site cookies. + + Add flatpak sandbox support. + + Enable WebAudio and WebGL by default in WebKitSettings. + + Add a setting to disallow top level navigation to a data URI. + + Add support for the -webkit-font-smoothing CSS property. + + Always use a light theme for rendering form controls. + + Stop making the Web Inspector windows transient. + + Ensure mouse cursor is hidden during fullscreen video playback. + + Add support for inspecting service workers to the remote + inspector. + + Fix several crashes and rendering issues. +- Changes from version 2.27.4: + + Add API for input methods. + + Add API to serialize/deserialize a JSCValue to/from a JSON + string. + + Add support for strict secure cookies. + + Add support for saving data from remote inspector. + + Make ondemand hardware acceleration policy never leave + accelerated compositing mode. + + Fix rendering of conic gradients in high resolution displays. + + Fix special combination characters not respecting the keystroke + order when high CPU load. + + Honor the IndexedDB directory set in WebsiteDataManager. + + Fix rendering of text when there’s an initial advance in the + text run. + + Fix web process crash when displaying a KaTeX formula. + + Fix network process crash with PSON enabled. + + Fix several crashes and rendering issues. +- Changes from version 2.27.3: + + Add support for Pointer Lock API. + + Improve performance when falling back to system fonts. + + Stop using DBus for the remote inspector implementation to + improve the performance of both WebDriver and remote inspector. + + Implement support for new ARIA roles: code, strong, emphasis, + generic. + + Fix handling of content type with new custom protocols + implementation. + + Make image decoders fully thread safe. + + Add support for get page source command in WebDriver. + + Add support for network proxy capabilities in WebDriver. + + Add support for new window command in WebDriver. + + Fix several crashes and rendering issues. + + Updated translations. +- Changes from version 2.27.2: + + Add user messages API for the communication with the web + extension. + + Enable service workers by default. + + Add support for saving data in Web Inspector. + + More navigation gesture improvement. + + Fix the build with WebDriver disabled. + + Show also client EGL extensions in about:gpu. + + Disable accelerated compositing when we fail to initialize the + EGL dispaly under Wayland. + + Fix several crashes and rendering issues. +- Changes from version 2.27.1: + + Enable async scrolling when accelerating compositing policy is + ‘always’. + + Add about:gpu to show information about the graphics stack. + + Add API to enable Process Swap on (Cross-site) Navigation, that + is now disabled by default. + + Add WebKitWebView:page-id property. + + Improve swipe navigation gesture style. + + Fix several crashes and rendering issues. +- Rebase webkit2gtk3-fdo-soname.patch. + ------------------------------------------------------------------- Fri Feb 14 11:10:03 UTC 2020 - Bjørn Lie diff --git a/webkit2gtk3.spec b/webkit2gtk3.spec index 5c0f02c..90d633b 100644 --- a/webkit2gtk3.spec +++ b/webkit2gtk3.spec @@ -31,22 +31,20 @@ %define _gold_linker 0 %endif Name: webkit2gtk3 -Version: 2.26.4 +Version: 2.28.0 Release: 0 Summary: Library for rendering web content, GTK+ Port License: LGPL-2.0-or-later AND BSD-3-Clause Group: Development/Libraries/C and C++ -URL: https://webkitgtk.org/ +URL: https://webkitgtk.org Source0: %{url}/releases/%{_name}-%{version}.tar.xz Source1: %{url}/releases/%{_name}-%{version}.tar.xz.asc Source98: baselibs.conf Source99: webkit2gtk3.keyring # PATCH-FIX-OPENSUSE webkit2gtk3-fdo-soname.patch mgorse@suse.com -- don't call dlopen with an unversioned soname. Patch0: webkit2gtk3-fdo-soname.patch -# PATCH-FIX-OPENSUSE webkit-process.patch boo#1159329 mgorse@suse.com -- use single web process for evolution and geary. +# PATCH-NEEDS-REBASE webkit-process.patch boo#1159329 mgorse@suse.com -- use single web process for evolution and geary. WAS PATCH-FIX-OPENSUSE Patch1: webkit-process.patch -# PATCH-FIX-UPSTREAM webkit2gtk3-ppc-build-fix.patch webkit#207906 mgorse@suse.com -- fix the build on ppc64le. -Patch2: webkit2gtk3-ppc-build-fix.patch BuildRequires: Mesa-libEGL-devel BuildRequires: Mesa-libGL-devel @@ -274,9 +272,9 @@ A small test browswer from webkit, useful for testing features. %setup -n webkitgtk-%{version} %patch0 -p1 %if 0%{?suse_version} <= 1500 -%patch1 -p1 +# Needs rebase or dropping + it should not be applied for Leap 15.2 +#%%patch1 -p1 %endif -%patch2 -p1 %build %define _lto_cflags %{nil} diff --git a/webkitgtk-2.26.4.tar.xz b/webkitgtk-2.26.4.tar.xz deleted file mode 100644 index 1106521..0000000 --- a/webkitgtk-2.26.4.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4386900713dfadf9741177210b32623cab22562a79ffd0d446b66569934b113f -size 19329636 diff --git a/webkitgtk-2.26.4.tar.xz.asc b/webkitgtk-2.26.4.tar.xz.asc deleted file mode 100644 index 7118102..0000000 --- a/webkitgtk-2.26.4.tar.xz.asc +++ /dev/null @@ -1,6 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iF0EABEDAB0WIQTX/PYc+aLeqzHYG9Pz0yLQ7EWCwwUCXkZxvgAKCRDz0yLQ7EWC -w6bDAKDC+HxJNCfndeoJ7JtNYzIDgTXB0wCgleev7w073835VNf268zfFQFpxic= -=swrl ------END PGP SIGNATURE----- diff --git a/webkitgtk-2.28.0.tar.xz b/webkitgtk-2.28.0.tar.xz new file mode 100644 index 0000000..f638c9a --- /dev/null +++ b/webkitgtk-2.28.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:361f3d178f62a9c112cbadfedd46106c34455c26d57a12a28fb3b09178d20e8b +size 21425084 diff --git a/webkitgtk-2.28.0.tar.xz.asc b/webkitgtk-2.28.0.tar.xz.asc new file mode 100644 index 0000000..12bb8c0 --- /dev/null +++ b/webkitgtk-2.28.0.tar.xz.asc @@ -0,0 +1,6 @@ +-----BEGIN PGP SIGNATURE----- + +iF0EABEDAB0WIQTX/PYc+aLeqzHYG9Pz0yLQ7EWCwwUCXmd12wAKCRDz0yLQ7EWC +w1FpAJ9xYuc79pO8nM0kqJf1sBLHpMS4zQCcCvEbt50LhA5JKo4AZTIJ796U5t0= +=3NOZ +-----END PGP SIGNATURE-----