Accepting request 872014 from GNOME:Next
- Update to version 2.30.5 OBS-URL: https://build.opensuse.org/request/show/872014 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/webkit2gtk3?expand=0&rev=290
This commit is contained in:
parent
e5f7c6f66d
commit
9118c0b209
@ -1,22 +0,0 @@
|
||||
--- a/Source/JavaScriptCore/PlatformGTK.cmake
|
||||
+++ a/Source/JavaScriptCore/PlatformGTK.cmake
|
||||
@@ -79,6 +79,8 @@ if (ENABLE_INTROSPECTION)
|
||||
--pkg-export=javascriptcoregtk-${WEBKITGTK_API_VERSION}
|
||||
--output=${CMAKE_BINARY_DIR}/JavaScriptCore-${WEBKITGTK_API_VERSION}.gir
|
||||
--c-include="jsc/jsc.h"
|
||||
+ --sources-top-dirs=${CMAKE_BINARY_DIR}
|
||||
+ --sources-top-dirs=${CMAKE_SOURCE_DIR}
|
||||
-DJSC_COMPILATION
|
||||
-I${CMAKE_SOURCE_DIR}/Source
|
||||
-I${JAVASCRIPTCORE_DIR}
|
||||
--- a/Source/WebKit/PlatformGTK.cmake
|
||||
+++ a/Source/WebKit/PlatformGTK.cmake
|
||||
@@ -678,6 +678,8 @@ if (ENABLE_INTROSPECTION)
|
||||
--pkg-export=webkit2gtk-${WEBKITGTK_API_VERSION}
|
||||
--output=${CMAKE_BINARY_DIR}/WebKit2-${WEBKITGTK_API_VERSION}.gir
|
||||
--c-include="webkit2/webkit2.h"
|
||||
+ --sources-top-dirs=${CMAKE_BINARY_DIR}
|
||||
+ --sources-top-dirs=${CMAKE_SOURCE_DIR}
|
||||
-DBUILDING_WEBKIT
|
||||
-DWEBKIT2_COMPILATION
|
||||
-I${CMAKE_SOURCE_DIR}/Source
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 13 18:06:17 UTC 2021 - Michael Gorse <mgorse@suse.com>
|
||||
|
||||
- Update to version 2.30.5:
|
||||
+ Bring back the WebKitPluginProcess installation that was
|
||||
removed by mistake.
|
||||
+ Fix RunLoop objects leaked in worker threads.
|
||||
+ Fix aarch64 llint build with JIT disabled.
|
||||
+ Use Internet Explorer quirk for Google Docs.
|
||||
- Drop gir-multilib.patch: fixed upstream.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 20 10:47:33 UTC 2021 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
@ -31,7 +31,7 @@
|
||||
%define _gold_linker 0
|
||||
%endif
|
||||
Name: webkit2gtk3
|
||||
Version: 2.30.4
|
||||
Version: 2.30.5
|
||||
Release: 0
|
||||
Summary: Library for rendering web content, GTK+ Port
|
||||
License: LGPL-2.0-or-later AND BSD-3-Clause
|
||||
@ -46,8 +46,6 @@ Source99: webkit2gtk3.keyring
|
||||
Patch0: no-forced-sse.patch
|
||||
# PATCH-FIX-UPSTREAM webkit-font-scaling.patch https://bugs.webkit.org/show_bug.cgi?id=218450 badshah400@gmail.com -- Fix system font scaling not applied to 'font-size: XXXpt'
|
||||
Patch1: webkit-font-scaling.patch
|
||||
# PATCH-FIX-UPSTREAM gir-multilib.patch -- Fix multilib conflict in gir files
|
||||
Patch2: gir-multilib.patch
|
||||
|
||||
# Below patches are for 15.0/15.1 only
|
||||
# PATCH-FIX-OPENSUSE webkit-process.patch boo#1159329 mgorse@suse.com -- use single web process for evolution and geary.
|
||||
@ -283,7 +281,6 @@ A small test browswer from webkit, useful for testing features.
|
||||
%setup -q -n webkitgtk-%{version}
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
%if 0%{?suse_version} <= 1500 && 0%{?sle_version} < 150200
|
||||
%patch100 -p1
|
||||
%patch101 -p1
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d595a37c5001ff787266b155e303a5f2e5b48a6d466f2714c2f30c11392f7b24
|
||||
size 22310784
|
@ -1,6 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iF0EABEDAB0WIQTX/PYc+aLeqzHYG9Pz0yLQ7EWCwwUCX9jB/wAKCRDz0yLQ7EWC
|
||||
wwMHAKDpOxq2Q7JYkdPOxLypCBsvQz9w4gCgtm1WNriq/GO3kCNO8RIjhsBQXCs=
|
||||
=lW3V
|
||||
-----END PGP SIGNATURE-----
|
3
webkitgtk-2.30.5.tar.xz
Normal file
3
webkitgtk-2.30.5.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7d0dab08e3c5ae07bec80b2822ef42e952765d5724cac86eb23999bfed5a7f1f
|
||||
size 22311832
|
6
webkitgtk-2.30.5.tar.xz.asc
Normal file
6
webkitgtk-2.30.5.tar.xz.asc
Normal file
@ -0,0 +1,6 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iF0EABEDAB0WIQTX/PYc+aLeqzHYG9Pz0yLQ7EWCwwUCYCUHiQAKCRDz0yLQ7EWC
|
||||
w8I6AJ4hDV60G2tVddh1tixxF917IzJMAQCgrVXuYcBzJLCCW8DQKinV0+Tpr2g=
|
||||
=pUIp
|
||||
-----END PGP SIGNATURE-----
|
Loading…
Reference in New Issue
Block a user