public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Michael Catanzaro <mcatanzaro@gnome.org>
To: git-commits@fedoraproject.org
Subject: [rpms/webkitgtk] f44: Update to 2.52.5
Date: Thu, 09 Jul 2026 19:39:30 GMT [thread overview]
Message-ID: <178362597008.1.15297016607971230724.rpms-webkitgtk-2a20fcfb08f7@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/webkitgtk
Branch : f44
Commit : 2a20fcfb08f770b1cbc5fdcd09f048171861cdaf
Author : Michael Catanzaro <mcatanzaro@gnome.org>
Date : 2026-07-09T14:39:22-05:00
Stats : +3/-52 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/webkitgtk/c/2a20fcfb08f770b1cbc5fdcd09f048171861cdaf?branch=f44
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 60099e5..dfcde0a 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
reply other threads:[~2026-07-09 19:39 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178362597008.1.15297016607971230724.rpms-webkitgtk-2a20fcfb08f7@fedoraproject.org \
--to=mcatanzaro@gnome.org \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox