Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package webkitgtk for openSUSE:Factory 
checked in at 2026-05-16 19:24:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/webkitgtk (Old)
 and      /work/SRC/openSUSE:Factory/.webkitgtk.new.1966 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "webkitgtk"

Sat May 16 19:24:27 2026 rev:4 rq:1353089 version:2.52.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/webkitgtk/webkitgtk.changes      2026-04-26 
21:12:38.576680871 +0200
+++ /work/SRC/openSUSE:Factory/.webkitgtk.new.1966/webkitgtk.changes    
2026-05-16 19:25:20.764053024 +0200
@@ -1,0 +2,6 @@
+Mon May 11 08:06:56 UTC 2026 - Andreas Schwab <[email protected]>
+
+- riscv-platformenable.patch: Fix build for riscv64
+- Update constraints for riscv64
+
+-------------------------------------------------------------------

New:
----
  riscv-platformenable.patch

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

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

Other differences:
------------------
++++++ webkitgtk.spec ++++++
--- /var/tmp/diff_new_pack.UuI0kV/_old  2026-05-16 19:25:23.648171060 +0200
+++ /var/tmp/diff_new_pack.UuI0kV/_new  2026-05-16 19:25:23.656171387 +0200
@@ -77,6 +77,9 @@
 # PATCH-FIX-UPSTREAM webkit2gtk3-aarch64-build-fix.patch webkit#306638 
[email protected] -- fix JavaScriptCore build on aarch64 with JIT disabled.
 Patch1:      webkit2gtk3-aarch64-build-fix.patch
 
+# PATCH-FIX-UPSTREAM riscv-platformenable.patch gh#Webkit/Webkit#64268
+Patch2:         riscv-platformenable.patch
+
 BuildRequires:  Mesa-libEGL-devel
 BuildRequires:  Mesa-libGL-devel
 BuildRequires:  Mesa-libGLESv1_CM-devel

++++++ _constraints ++++++
--- /var/tmp/diff_new_pack.UuI0kV/_old  2026-05-16 19:25:23.924182356 +0200
+++ /var/tmp/diff_new_pack.UuI0kV/_new  2026-05-16 19:25:23.960183829 +0200
@@ -25,9 +25,9 @@
       <arch>riscv64</arch>
     </conditions>
      <hardware>
-     <physicalmemory>
-        <size unit="M">7250</size>
-     </physicalmemory>
+       <memory>
+         <size unit="G">30</size>
+       </memory>
     </hardware>
   </overwrite>
 </constraints> 

++++++ _scmsync.obsinfo ++++++
--- /var/tmp/diff_new_pack.UuI0kV/_old  2026-05-16 19:25:24.188193161 +0200
+++ /var/tmp/diff_new_pack.UuI0kV/_new  2026-05-16 19:25:24.228194798 +0200
@@ -1,6 +1,6 @@
-mtime: 1776510004
-commit: 130c489a4090a523f28590e1cff43f922fd555a13a0cb88e9bd4041015916670
+mtime: 1778487589
+commit: efe2278ff4620e56e16e25bc5711e94e92a6333f44ab731c5857434932f6b98d
 url: https://src.opensuse.org/GNOME/webkitgtk
-revision: 130c489a4090a523f28590e1cff43f922fd555a13a0cb88e9bd4041015916670
+revision: efe2278ff4620e56e16e25bc5711e94e92a6333f44ab731c5857434932f6b98d
 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-11 10:19:49.000000000 +0200
@@ -0,0 +1,5 @@
+*.obscpio
+*.osc
+_build.*
+_service:*
+.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)

Reply via email to