Hello community,

here is the log from the commit of package webkit2gtk3 for openSUSE:Factory 
checked in at 2020-02-22 19:02:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/webkit2gtk3 (Old)
 and      /work/SRC/openSUSE:Factory/.webkit2gtk3.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "webkit2gtk3"

Sat Feb 22 19:02:01 2020 rev:93 rq:777060 version:2.26.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/webkit2gtk3/webkit2gtk3.changes  2020-01-28 
10:53:21.072903076 +0100
+++ /work/SRC/openSUSE:Factory/.webkit2gtk3.new.26092/webkit2gtk3.changes       
2020-02-22 19:02:16.081851914 +0100
@@ -1,0 +2,18 @@
+Tue Feb 18 21:31:17 UTC 2020 - Michael Gorse <mgo...@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....@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.
+
+-------------------------------------------------------------------

Old:
----
  webkitgtk-2.26.3.tar.xz
  webkitgtk-2.26.3.tar.xz.asc

New:
----
  webkit2gtk3-ppc-build-fix.patch
  webkitgtk-2.26.4.tar.xz
  webkitgtk-2.26.4.tar.xz.asc

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ webkit2gtk3.spec ++++++
--- /var/tmp/diff_new_pack.i9zU33/_old  2020-02-22 19:02:20.961861365 +0100
+++ /var/tmp/diff_new_pack.i9zU33/_new  2020-02-22 19:02:20.965861372 +0100
@@ -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 @@
 Patch0:         webkit2gtk3-fdo-soname.patch
 # PATCH-FIX-OPENSUSE webkit-process.patch boo#1159329 mgo...@suse.com -- use 
single web process for evolution and geary.
 Patch1:         webkit-process.patch
+# PATCH-FIX-UPSTREAM webkit2gtk3-ppc-build-fix.patch webkit#207906 
mgo...@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 @@
 %if 0%{?suse_version} <= 1500
 %patch1 -p1
 %endif
+%patch2 -p1
 
 %build
 %define _lto_cflags %{nil}

++++++ webkit2gtk3-ppc-build-fix.patch ++++++
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
 

++++++ webkitgtk-2.26.3.tar.xz -> webkitgtk-2.26.4.tar.xz ++++++
/work/SRC/openSUSE:Factory/webkit2gtk3/webkitgtk-2.26.3.tar.xz 
/work/SRC/openSUSE:Factory/.webkit2gtk3.new.26092/webkitgtk-2.26.4.tar.xz 
differ: char 27, line 1


Reply via email to