public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/webkitgtk] f43: Update to 2.52.5
@ 2026-07-09 19:39 Michael Catanzaro
  0 siblings, 0 replies; only message in thread
From: Michael Catanzaro @ 2026-07-09 19:39 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/webkitgtk
Branch : f43
Commit : f0c60476bd5567c061769eda1e0b7895fa42f06f
Author : Michael Catanzaro <mcatanzaro@gnome.org>
Date   : 2026-07-09T14:39:47-05:00
Stats  : +3/-52 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/webkitgtk/c/f0c60476bd5567c061769eda1e0b7895fa42f06f?branch=f43

Log:
Update to 2.52.5

---
diff --git a/build.patch b/build.patch
deleted file mode 100644
index df7b660..0000000
--- a/build.patch
+++ /dev/null
@@ -1,46 +0,0 @@
-From 5de06e39b421b2db74d30eb0ea76f8b754f8546b Mon Sep 17 00:00:00 2001
-From: Alberto Garcia <berto@igalia.com>
-Date: Tue, 2 Jun 2026 07:24:38 -0700
-Subject: [PATCH] REGRESSION(313606@main): Fails to build with system malloc
- https://bugs.webkit.org/show_bug.cgi?id=316083
-
-Reviewed by Fujii Hironori.
-
-Don't add bmalloc_CopyHeaders to LLIntOffsetsExtractor_DEPENDENCIES if
-USE_SYSTEM_MALLOC is on.
-
-* Source/JavaScriptCore/CMakeLists.txt:
-
-Canonical link: https://commits.webkit.org/314364@main
----
- Source/JavaScriptCore/CMakeLists.txt | 8 ++++++--
- 1 file changed, 6 insertions(+), 2 deletions(-)
-
-diff --git a/Source/JavaScriptCore/CMakeLists.txt b/Source/JavaScriptCore/CMakeLists.txt
-index e65f1d4237d9..2de9aa7792e8 100644
---- a/Source/JavaScriptCore/CMakeLists.txt
-+++ b/Source/JavaScriptCore/CMakeLists.txt
-@@ -427,8 +427,10 @@ set(LLIntSettingsExtractor_DEPENDENCIES
-     JavaScriptCore_CopyHeaders
-     JavaScriptCore_CopyPrivateHeaders
-     WTF_CopyHeaders
--    bmalloc_CopyHeaders
- )
-+if (NOT USE_SYSTEM_MALLOC)
-+    list(APPEND LLIntSettingsExtractor_DEPENDENCIES bmalloc_CopyHeaders)
-+endif ()
- WEBKIT_EXECUTABLE(LLIntSettingsExtractor)
- 
- # LLIntSettingsExtractor target needs to have a direct or indirect
-@@ -454,8 +456,10 @@ set(LLIntOffsetsExtractor_DEPENDENCIES
-     JavaScriptCore_CopyHeaders
-     JavaScriptCore_CopyPrivateHeaders
-     WTF_CopyHeaders
--    bmalloc_CopyHeaders
- )
-+if (NOT USE_SYSTEM_MALLOC)
-+    list(APPEND LLIntOffsetsExtractor_DEPENDENCIES bmalloc_CopyHeaders)
-+endif ()
- WEBKIT_EXECUTABLE(LLIntOffsetsExtractor)
- 
- # The build system will execute asm.rb every time LLIntOffsetsExtractor's mtime is newer than

diff --git a/sources b/sources
index ef800e3..1bbb8e6 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (webkitgtk-2.52.4.tar.xz) = 0500660199cc00477d4c89b513a4ac772593ea5c490d6ebc97c693761bacd024c80c75df7e826cd1a7c292206d4ab0da2b0d91d0a4790069e575fa58bba7be02
-SHA512 (webkitgtk-2.52.4.tar.xz.asc) = 8d0c7efcdffd67312ce049e10ebe0e0cae914ee53cab6356919b2a70682587f53076abc45a01c2a5bcfb687d9d47a08c12888643134bca8e0ccc889277190b18
+SHA512 (webkitgtk-2.52.5.tar.xz) = cffe456a6e915663a85dd0da57f2413084dd4ea57f0fbf0dedc6980890f7543486432ee5ae46dc81df64bde386aef8176e0a58bcd1aea4a343a569dff26f5660
+SHA512 (webkitgtk-2.52.5.tar.xz.asc) = 694b26ad8dc927daa93207d55f2446fd9acc98722e1a7e83bf3826ff08f72e83b92db1c6fe65a6bba7b0329013b4e3b52a986eee1cfa38c457d18c8cf5487e61

diff --git a/webkitgtk.spec b/webkitgtk.spec
index a13079b..5ac8c8c 100644
--- a/webkitgtk.spec
+++ b/webkitgtk.spec
@@ -19,7 +19,7 @@
 %endif
 
 Name:           webkitgtk
-Version:        2.52.4
+Version:        2.52.5
 Release:        %autorelease
 Summary:        GTK web content engine library
 
@@ -57,9 +57,6 @@ Source1:        https://webkitgtk.org/releases/webkitgtk-%{version}.tar.xz.asc
 # $ gpg --export --export-options export-minimal 013A0127AC9C65B34FFA62526C1009B693975393 5AA3BC334FD7E3369E7C77B291C559DBE4C9123B > webkitgtk-keys.gpg
 Source2:        webkitgtk-keys.gpg
 
-# https://bugs.webkit.org/show_bug.cgi?id=316083
-Patch:          build.patch
-
 BuildRequires:  bison
 BuildRequires:  bubblewrap
 BuildRequires:  clang

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-09 19:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-09 19:39 [rpms/webkitgtk] f43: Update to 2.52.5 Michael Catanzaro

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox