Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package wpewebkit for openSUSE:Factory 
checked in at 2026-05-14 21:43:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/wpewebkit (Old)
 and      /work/SRC/openSUSE:Factory/.wpewebkit.new.1966 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "wpewebkit"

Thu May 14 21:43:38 2026 rev:13 rq:1353090 version:2.52.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/wpewebkit/wpewebkit.changes      2026-04-22 
16:55:50.514677171 +0200
+++ /work/SRC/openSUSE:Factory/.wpewebkit.new.1966/wpewebkit.changes    
2026-05-14 21:43:43.876505530 +0200
@@ -1,0 +2,20 @@
+Mon May 11 11:32:20 UTC 2026 - Andreas Schwab <[email protected]>
+
+- riscv-platformenable.patch: Fix build for riscv64
+
+-------------------------------------------------------------------
+Mon May 11 07:54:56 UTC 2026 - Bjørn Lie <[email protected]>
+
+- Update to version 2.52.3:
+  + Add support for the scrollbar-color CSS property.
+  + Add WPEPlatform setting to toggle overlay scrollbars.
+  + Fix some emoji glyphs being rendered as missing glyph boxes.
+  + Fix web view focus handling for touch input in the built-in
+    WPEPlatform Wayland implementation.
+  + Fix linking the WPE Qt binding in some cases due to undefined
+    symbols.
+  + Fix JavaScriptCore crashes on architectures other than x86_64.
+  + Fix the build on s390x.
+  + Fix several crashes and rendering issues.
+
+-------------------------------------------------------------------

Old:
----
  wpewebkit-2.52.2.tar.xz

New:
----
  riscv-platformenable.patch
  wpewebkit-2.52.3.tar.xz

----------(New B)----------
  New:
- riscv-platformenable.patch: Fix build for riscv64
----------(New E)----------

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

Other differences:
------------------
++++++ wpewebkit.spec ++++++
--- /var/tmp/diff_new_pack.nHlVbR/_old  2026-05-14 21:43:45.160558203 +0200
+++ /var/tmp/diff_new_pack.nHlVbR/_new  2026-05-14 21:43:45.160558203 +0200
@@ -23,7 +23,7 @@
 
 Name:           wpewebkit
 %define _lto_cflags %{nil}
-Version:        2.52.2
+Version:        2.52.3
 Release:        0
 Summary:        Library for rendering web content, WPE Port
 License:        BSD-3-Clause AND LGPL-2.1-only
@@ -31,6 +31,9 @@
 URL:            https://wpewebkit.org/
 Source:         %{url}/releases/%{name}-%{version}.tar.xz
 
+# PATCH-FIX-UPSTREAM riscv-platformenable.patch gh#Webkit/Webkit#64268
+Patch1:         riscv-platformenable.patch
+
 BuildRequires:  bubblewrap
 BuildRequires:  cmake
 BuildRequires:  flite-devel

++++++ _scmsync.obsinfo ++++++
--- /var/tmp/diff_new_pack.nHlVbR/_old  2026-05-14 21:43:45.204560008 +0200
+++ /var/tmp/diff_new_pack.nHlVbR/_new  2026-05-14 21:43:45.208560172 +0200
@@ -1,6 +1,6 @@
-mtime: 1776347780
-commit: d646854ed3b8e86fdc0a2d522f467445e7b67e9ac10e740fc9e662e02538bcda
+mtime: 1778672026
+commit: 425cde9f3cc18717c208470140b415b7b6eae986a62f72295aea19eb13b162aa
 url: https://src.opensuse.org/GNOME/wpewebkit
-revision: d646854ed3b8e86fdc0a2d522f467445e7b67e9ac10e740fc9e662e02538bcda
+revision: 425cde9f3cc18717c208470140b415b7b6eae986a62f72295aea19eb13b162aa
 projectscmsync: https://src.opensuse.org/GNOME/_ObsPrj
 

++++++ build.specials.obscpio ++++++

++++++ build.specials.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.gitignore new/.gitignore
--- old/.gitignore      1970-01-01 01:00:00.000000000 +0100
+++ new/.gitignore      2026-05-13 13:33:46.000000000 +0200
@@ -0,0 +1,4 @@
+*.obscpio
+*.osc
+_build.*
+.pbuild

++++++ riscv-platformenable.patch ++++++
Index: webkitgtk-2.52.1/Source/WTF/wtf/PlatformEnable.h
===================================================================
--- webkitgtk-2.52.1.orig/Source/WTF/wtf/PlatformEnable.h
+++ webkitgtk-2.52.1/Source/WTF/wtf/PlatformEnable.h
@@ -737,15 +737,6 @@
 #endif
 #endif
 
-#if CPU(RISCV64)
-#undef ENABLE_WEBASSEMBLY
-#define ENABLE_WEBASSEMBLY 1
-#undef ENABLE_WEBASSEMBLY_OMGJIT
-#define ENABLE_WEBASSEMBLY_OMGJIT 0
-#undef ENABLE_WEBASSEMBLY_BBQJIT
-#define ENABLE_WEBASSEMBLY_BBQJIT 0
-#endif
-
 #if !defined(ENABLE_C_LOOP)
 #if ENABLE(JIT) || CPU(X86_64) || CPU(ARM64)
 #define ENABLE_C_LOOP 0
Index: webkitgtk-2.52.1/Source/cmake/WebKitFeatures.cmake
===================================================================
--- webkitgtk-2.52.1.orig/Source/cmake/WebKitFeatures.cmake
+++ webkitgtk-2.52.1/Source/cmake/WebKitFeatures.cmake
@@ -106,12 +106,6 @@ macro(WEBKIT_OPTION_BEGIN)
         set(USE_SYSTEM_MALLOC_DEFAULT OFF)
         set(ENABLE_C_LOOP_DEFAULT ON)
         set(ENABLE_SAMPLING_PROFILER_DEFAULT OFF)
-    elseif (WTF_CPU_RISCV64)
-        set(ENABLE_JIT_DEFAULT ON)
-        set(ENABLE_FTL_DEFAULT ON)
-        set(USE_SYSTEM_MALLOC_DEFAULT OFF)
-        set(ENABLE_C_LOOP_DEFAULT OFF)
-        set(ENABLE_SAMPLING_PROFILER_DEFAULT OFF)
     else ()
         set(ENABLE_JIT_DEFAULT OFF)
         set(ENABLE_FTL_DEFAULT OFF)

++++++ wpewebkit-2.52.2.tar.xz -> wpewebkit-2.52.3.tar.xz ++++++
/work/SRC/openSUSE:Factory/wpewebkit/wpewebkit-2.52.2.tar.xz 
/work/SRC/openSUSE:Factory/.wpewebkit.new.1966/wpewebkit-2.52.3.tar.xz differ: 
char 27, line 1

Reply via email to