Accepting request 777060 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/777060 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/webkit2gtk3?expand=0&rev=93
This commit is contained in:
commit
21f5157df4
13
webkit2gtk3-ppc-build-fix.patch
Normal file
13
webkit2gtk3-ppc-build-fix.patch
Normal file
@ -0,0 +1,13 @@
|
||||
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
|
||||
|
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 18 21:31:17 UTC 2020 - Michael Gorse <mgorse@suse.com>
|
||||
|
||||
- Add webkit2gtk3-ppc-build-fix.patch: fix ppc64le build failure on
|
||||
SLE 15.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 14 11:10:03 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 2.26.4 (boo#1163809):
|
||||
+ Always use a light theme for rendering form controls.
|
||||
+ Fix the build with WPE renderer disabled.
|
||||
+ Fix the build with OpenGL disabled.
|
||||
+ Fix the build with GCC 10.
|
||||
+ Fix several crashes and rendering issues.
|
||||
+ Security fixes: CVE-2020-3862, CVE-2020-3864, CVE-2020-3865,
|
||||
CVE-2020-3867, CVE-2020-3868.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 25 14:21:01 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
@ -31,7 +31,7 @@
|
||||
%define _gold_linker 0
|
||||
%endif
|
||||
Name: webkit2gtk3
|
||||
Version: 2.26.3
|
||||
Version: 2.26.4
|
||||
Release: 0
|
||||
Summary: Library for rendering web content, GTK+ Port
|
||||
License: LGPL-2.0-or-later AND BSD-3-Clause
|
||||
@ -45,6 +45,8 @@ Source99: webkit2gtk3.keyring
|
||||
Patch0: webkit2gtk3-fdo-soname.patch
|
||||
# PATCH-FIX-OPENSUSE webkit-process.patch boo#1159329 mgorse@suse.com -- use single web process for evolution and geary.
|
||||
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,6 +276,7 @@ A small test browswer from webkit, useful for testing features.
|
||||
%if 0%{?suse_version} <= 1500
|
||||
%patch1 -p1
|
||||
%endif
|
||||
%patch2 -p1
|
||||
|
||||
%build
|
||||
%define _lto_cflags %{nil}
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:add51153943cc11d90a7038d0ea5f6332281e6c0be0640f802a211b035f0e611
|
||||
size 19331900
|
@ -1,6 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iF0EABEDAB0WIQTX/PYc+aLeqzHYG9Pz0yLQ7EWCwwUCXigwhQAKCRDz0yLQ7EWC
|
||||
wz8KAKCvU8asv5ri4dRNugTDCVxvSQOvjwCeMoFxISxWXV4Wgf2Y1BRFr0bktUs=
|
||||
=j3rL
|
||||
-----END PGP SIGNATURE-----
|
3
webkitgtk-2.26.4.tar.xz
Normal file
3
webkitgtk-2.26.4.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4386900713dfadf9741177210b32623cab22562a79ffd0d446b66569934b113f
|
||||
size 19329636
|
6
webkitgtk-2.26.4.tar.xz.asc
Normal file
6
webkitgtk-2.26.4.tar.xz.asc
Normal file
@ -0,0 +1,6 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iF0EABEDAB0WIQTX/PYc+aLeqzHYG9Pz0yLQ7EWCwwUCXkZxvgAKCRDz0yLQ7EWC
|
||||
w6bDAKDC+HxJNCfndeoJ7JtNYzIDgTXB0wCgleev7w073835VNf268zfFQFpxic=
|
||||
=swrl
|
||||
-----END PGP SIGNATURE-----
|
Loading…
x
Reference in New Issue
Block a user