Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package webkit2gtk3 for openSUSE:Factory 
checked in at 2023-01-28 20:00:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/webkit2gtk3 (Old)
 and      /work/SRC/openSUSE:Factory/.webkit2gtk3.new.32243 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "webkit2gtk3"

Sat Jan 28 20:00:21 2023 rev:159 rq:1061605 version:2.38.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/webkit2gtk3/webkit2gtk3.changes  2023-01-04 
18:10:30.344513008 +0100
+++ /work/SRC/openSUSE:Factory/.webkit2gtk3.new.32243/webkit2gtk3.changes       
2023-01-28 20:10:22.226771943 +0100
@@ -1,0 +2,5 @@
+Fri Jan 27 15:09:41 UTC 2023 - Michael Gorse <mgo...@suse.com>
+
+- Add webkit2gtk3-missing-include.patch: fix the build with gcc 13.
+
+-------------------------------------------------------------------

New:
----
  webkit2gtk3-missing-include.patch

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

Other differences:
------------------
++++++ webkit2gtk3.spec ++++++
--- /var/tmp/diff_new_pack.biBb8I/_old  2023-01-28 20:10:22.974776047 +0100
+++ /var/tmp/diff_new_pack.biBb8I/_new  2023-01-28 20:10:22.978776069 +0100
@@ -83,6 +83,8 @@
 
 # PATCH-FIX-OPENSUSE no-forced-sse.patch jeng...@iani.de -- cure execution of 
illegal instruction in i586 webkit
 Patch0:         no-forced-sse.patch
+# PATCH-FIX-UPSTREAM webkit2gtk3-missing-include.patch mgo...@suse.com -- fix 
the build with gcc 13.
+Patch1:         webkit2gtk3-missing-include.patch
 
 BuildRequires:  Mesa-libEGL-devel
 BuildRequires:  Mesa-libGL-devel

++++++ webkit2gtk3-missing-include.patch ++++++
>From d318bb461f040b90453bc4e100dcf967243ecd98 Mon Sep 17 00:00:00 2001
From: Michael Catanzaro <mcatanz...@redhat.com>
Date: Mon, 16 Jan 2023 16:55:26 -0800
Subject: [PATCH] WebKitGTK 2.39.4 does not build due to missing #include in
 ANGLE https://bugs.webkit.org/show_bug.cgi?id=250689

Unreviewed build fix.

* Source/ThirdParty/ANGLE/include/GLSLANG/ShaderVars.h:

Canonical link: https://commits.webkit.org/258968@main
---
 Source/ThirdParty/ANGLE/include/GLSLANG/ShaderVars.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Source/ThirdParty/ANGLE/include/GLSLANG/ShaderVars.h 
b/Source/ThirdParty/ANGLE/include/GLSLANG/ShaderVars.h
index 94cb93e01fc0..ec7bda372f30 100644
--- a/Source/ThirdParty/ANGLE/include/GLSLANG/ShaderVars.h
+++ b/Source/ThirdParty/ANGLE/include/GLSLANG/ShaderVars.h
@@ -12,6 +12,7 @@
 
 #include <algorithm>
 #include <array>
+#include <cstdint>
 #include <string>
 #include <vector>
 
-- 
2.39.0

Reply via email to