Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package webkit2gtk3 for openSUSE:Factory 
checked in at 2025-04-08 17:50:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/webkit2gtk3 (Old)
 and      /work/SRC/openSUSE:Factory/.webkit2gtk3.new.1907 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "webkit2gtk3"

Tue Apr  8 17:50:02 2025 rev:218 rq:1267382 version:2.48.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/webkit2gtk3/webkit2gtk3.changes  2025-03-21 
20:22:24.362719455 +0100
+++ /work/SRC/openSUSE:Factory/.webkit2gtk3.new.1907/webkit2gtk3.changes        
2025-04-08 17:50:25.756479095 +0200
@@ -1,0 +2,13 @@
+Sat Apr  5 22:05:02 UTC 2025 - Michael Gorse <mgo...@suse.com>
+
+- Update to version 2.48.1:
+  + Limit the data stored in session state.
+  + Remove the empty area below the title bar in Web Inspector when
+    not docked.
+  + Fix the build with GST_DISABLE_GST_DEBUG.
+  + Fix the build with GStreamer < 1.20.
+  + Fix the build with video disabled.
+  + Fix the build with clang 20.
+- Add 8bee9eb9.patch: fix the build on non-x86 architectures.
+
+-------------------------------------------------------------------
@@ -22 +35 @@
-- Update to version 2.48.0 (boo#1239863 boo#1239864).:
+- Update to version 2.48.0 (boo#1239863 boo#1239864):

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

New:
----
  8bee9eb9.patch
  webkitgtk-2.48.1.tar.xz
  webkitgtk-2.48.1.tar.xz.asc

BETA DEBUG BEGIN:
  New:  + Fix the build with clang 20.
- Add 8bee9eb9.patch: fix the build on non-x86 architectures.
BETA DEBUG END:

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

Other differences:
------------------
++++++ webkit2gtk3.spec ++++++
--- /var/tmp/diff_new_pack.qnNxkd/_old  2025-04-08 17:50:26.744520508 +0200
+++ /var/tmp/diff_new_pack.qnNxkd/_new  2025-04-08 17:50:26.748520676 +0200
@@ -79,7 +79,7 @@
 %endif
 
 Name:           webkit2%{_gtknamesuffix}
-Version:        2.48.0
+Version:        2.48.1
 Release:        0
 Summary:        Library for rendering web content, GTK+ Port
 License:        BSD-3-Clause AND LGPL-2.0-or-later
@@ -91,6 +91,8 @@
 
 # PATCH-FEATURE-OPENSUSE reproducibility.patch -- Make build reproducible
 Patch0:         reproducibility.patch
+# PATCH-FIX-UPSTREAM 8bee9eb9.patch mgo...@suse.com -- fix the build on 
non-x86 architectures.
+Patch1:         8bee9eb9.patch
 
 BuildRequires:  Mesa-libEGL-devel
 BuildRequires:  Mesa-libGL-devel

++++++ 8bee9eb9.patch ++++++
>From 8bee9eb95ae24c6a410f9cd614976f4653d020d9 Mon Sep 17 00:00:00 2001
From: Michael Catanzaro <mcatanz...@redhat.com>
Date: Wed, 2 Apr 2025 15:01:55 -0500
Subject: [PATCH] REGRESSION(290945.129@webkitglib/2.48): Broke non-x86,
 non-ARM builds https://bugs.webkit.org/show_bug.cgi?id=287662

Unreviewed stable branch build fix.

* Source/WebCore/platform/audio/DenormalDisabler.cpp:

Canonical link: https://commits.webkit.org/290945.155@webkitglib/2.48
---
 Source/WebCore/platform/audio/DenormalDisabler.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Source/WebCore/platform/audio/DenormalDisabler.cpp 
b/Source/WebCore/platform/audio/DenormalDisabler.cpp
index 35715e663ce7e..44ba08a33d5d9 100644
--- a/Source/WebCore/platform/audio/DenormalDisabler.cpp
+++ b/Source/WebCore/platform/audio/DenormalDisabler.cpp
@@ -91,7 +91,7 @@ DenormalDisabler::~DenormalDisabler()
     }
 }
 #else
-DenormalDisabler::DenormalDisabler() = default
+DenormalDisabler::DenormalDisabler() = default;
 DenormalDisabler::~DenormalDisabler() = default;
 #endif
 


++++++ webkitgtk-2.48.0.tar.xz -> webkitgtk-2.48.1.tar.xz ++++++
/work/SRC/openSUSE:Factory/webkit2gtk3/webkitgtk-2.48.0.tar.xz 
/work/SRC/openSUSE:Factory/.webkit2gtk3.new.1907/webkitgtk-2.48.1.tar.xz 
differ: char 15, line 1

Reply via email to