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] rawhide: Update to 2.53.3
Date: Fri, 29 May 2026 20:38:19 +0000	[thread overview]
Message-ID: <rpms-webkitgtk-111066fcffba@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/webkitgtk
Branch : rawhide
Commit : 111066fcffba1401dfaa22aa42586e383ee9d319
Author : Michael Catanzaro <mcatanzaro@gnome.org>
Date   : 2026-05-29T15:37:46-05:00
Stats  : +88/-3 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/webkitgtk/c/111066fcffba1401dfaa22aa42586e383ee9d319?branch=rawhide

Log:
Update to 2.53.3

---
diff --git a/skia-s390x.patch b/skia-s390x.patch
new file mode 100644
index 0000000..efc0e73
--- /dev/null
+++ b/skia-s390x.patch
@@ -0,0 +1,82 @@
+diff --git a/Source/ThirdParty/skia/include/core/SkTypes.h b/Source/ThirdParty/skia/include/core/SkTypes.h
+index 79644da049ff..fc0646e21772 100644
+--- a/Source/ThirdParty/skia/include/core/SkTypes.h
++++ b/Source/ThirdParty/skia/include/core/SkTypes.h
+@@ -33,6 +33,8 @@
+ #  undef SK_DIRECT3D
+ #endif
+ 
++#if !defined(SK_R32_SHIFT) || !defined(SK_G32_SHIFT) || !defined(SK_B32_SHIFT) || !defined(SK_A32_SHIFT)
++
+ // If SK_R32_SHIFT is set, we'll use that to choose RGBA or BGRA.
+ // If not, we'll default to RGBA everywhere except BGRA on Windows.
+ #if defined(SK_R32_SHIFT)
+@@ -52,6 +54,8 @@
+ #define SK_G32_SHIFT 8
+ #define SK_A32_SHIFT 24
+ 
++#endif
++
+ /**
+  * SK_PMCOLOR_BYTE_ORDER can be used to query the byte order of SkPMColor at compile time.
+  */
+diff --git a/Source/ThirdParty/skia/src/codec/SkCodecPriv.h b/Source/ThirdParty/skia/src/codec/SkCodecPriv.h
+index c321fb77c0ae..a0a01cccd58a 100644
+--- a/Source/ThirdParty/skia/src/codec/SkCodecPriv.h
++++ b/Source/ThirdParty/skia/src/codec/SkCodecPriv.h
+@@ -14,6 +14,7 @@
+ #include "include/core/SkTypes.h"
+ #include "include/private/SkEncodedInfo.h"
+ #include "modules/skcms/skcms.h"
++#include "src/base/SkEndian.h"
+ #include "src/codec/SkColorPalette.h"
+ #include "src/core/SkColorData.h"
+ 
+diff --git a/Source/ThirdParty/skia/src/core/Sk4px.h b/Source/ThirdParty/skia/src/core/Sk4px.h
+index d5d481e7e300..c7ef0bcd0ed0 100644
+--- a/Source/ThirdParty/skia/src/core/Sk4px.h
++++ b/Source/ThirdParty/skia/src/core/Sk4px.h
+@@ -27,7 +27,9 @@ public:
+ 
+     // RGBA rgba XYZW xyzw -> AAAA aaaa WWWW wwww
+     Sk4px alphas() const {
++#ifdef SK_CPU_LENDIAN
+         static_assert(SK_A32_SHIFT == 24, "This method assumes little-endian.");
++#endif
+         return Sk4px(skvx::shuffle<3,3,3,3, 7,7,7,7, 11,11,11,11, 15,15,15,15>(fV));
+     }
+     Sk4px inv() const { return Sk4px(skvx::byte16(255) - fV); }
+diff --git a/Source/ThirdParty/skia/src/core/SkColorPriv.h b/Source/ThirdParty/skia/src/core/SkColorPriv.h
+index 45471c25529e..319fec78069b 100644
+--- a/Source/ThirdParty/skia/src/core/SkColorPriv.h
++++ b/Source/ThirdParty/skia/src/core/SkColorPriv.h
+@@ -64,6 +64,20 @@ static inline U8CPU SkUnitScalarClampToByte(SkScalar x) {
+  *  Here we enforce this constraint.
+  */
+ 
++#ifdef SK_CPU_BENDIAN
++
++#define SK_RGBA_R32_SHIFT   24
++#define SK_RGBA_G32_SHIFT   16
++#define SK_RGBA_B32_SHIFT   8
++#define SK_RGBA_A32_SHIFT   0
++
++#define SK_BGRA_B32_SHIFT   24
++#define SK_BGRA_G32_SHIFT   16
++#define SK_BGRA_R32_SHIFT   8
++#define SK_BGRA_A32_SHIFT   0
++
++#else
++
+ #define SK_RGBA_R32_SHIFT   0
+ #define SK_RGBA_G32_SHIFT   8
+ #define SK_RGBA_B32_SHIFT   16
+@@ -74,6 +88,8 @@ static inline U8CPU SkUnitScalarClampToByte(SkScalar x) {
+ #define SK_BGRA_R32_SHIFT   16
+ #define SK_BGRA_A32_SHIFT   24
+ 
++#endif
++
+ #if defined(SK_PMCOLOR_IS_RGBA) || defined(SK_PMCOLOR_IS_BGRA)
+     #error "Configure PMCOLOR by setting SK_R32_SHIFT."
+ #endif

diff --git a/sources b/sources
index 5d2ff95..79b0faa 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (webkitgtk-2.52.3.tar.xz.asc) = cb7f6dc0e2d65c763988e9a18c48ee6810d60a8d2351912bdd33358dcd2d46b994ba34f85c6f8315a34d5b5cb78bd2f0dcb78d076af58e657d1817fdd56f005d
-SHA512 (webkitgtk-2.52.3.tar.xz) = 8007688e4eb5b465a6f50e05e89858f970f7bbaed45844b8f97175de1fb24e41e6d88f4f6b6299d5ae2ad4e19483da371ac16257d787626da29de7551fbd2a3c
+SHA512 (webkitgtk-2.53.3.tar.xz) = b871d28c932ac8888bf357ad8cfb31f3dc6376c4139922b393769f489795d0a090903538e807bd13232e3ff738c1f0951da68513aefbfbe97bfc548aaaa3bebc
+SHA512 (webkitgtk-2.53.3.tar.xz.asc) = e5e593b7960bbdaea070086f5d335c988f857ac21f308b6a6dfdf6588ec19737591a32792d3b9d1c79458cff53f6f675110543b025d1fd36426bb542b003e309

diff --git a/webkitgtk.spec b/webkitgtk.spec
index 58e2566..5bded67 100644
--- a/webkitgtk.spec
+++ b/webkitgtk.spec
@@ -19,7 +19,7 @@
 %endif
 
 Name:           webkitgtk
-Version:        2.52.3
+Version:        2.53.3
 Release:        %autorelease
 Summary:        GTK web content engine library
 
@@ -55,6 +55,9 @@ 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=312677
+Patch:          skia-s390x.patch
+
 BuildRequires:  bison
 BuildRequires:  bubblewrap
 BuildRequires:  clang

                 reply	other threads:[~2026-05-29 20:38 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=rpms-webkitgtk-111066fcffba@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