From 284dfdc847185e0860b36a48bc44d7aad1afeff6 Mon Sep 17 00:00:00 2001 From: RHEL Packaging Agent Date: Wed, 5 Nov 2025 07:37:23 +0000 Subject: [PATCH] Rebase to wayland 1.24.0 Rebased wayland from version 1.23.1 to 1.24.0. Updated the spec file with the new version number, refreshed upstream sources with new SHA512 checksums in the sources file, and updated .gitignore to include the new version files. Resolves: RHEL-107614 This commit was created by Jotnar, a Red Hat Enterprise Linux software maintenance AI agent. Assisted-by: Jotnar --- .gitignore | 2 ++ sources | 4 ++-- wayland.spec | 6 +++++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index bcf641d..2f1df9b 100644 --- a/.gitignore +++ b/.gitignore @@ -66,3 +66,5 @@ /wayland-1.23.0.tar.xz.sig /wayland-1.23.1.tar.xz /wayland-1.23.1.tar.xz.sig +/wayland-1.24.0.tar.xz +/wayland-1.24.0.tar.xz.sig diff --git a/sources b/sources index 68d64f4..c8fad35 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -SHA512 (wayland-1.23.1.tar.xz) = 818eda003e3f7aa15690eedb1ff227a6056b2ce54bf23d45ffe573dc40a914623c5a1358218b59444dcdc483db0503324f0d27091d0ea954412a8b290de5f50a -SHA512 (wayland-1.23.1.tar.xz.sig) = eb304256ac487f73a2ee14fcec6444b9797c0528730c20a81c255f4163df0a1647ec4b47effb8a6e9ffc389319509ba8d69a053d4f4f0b24ea3271551af6e197 +SHA512 (wayland-1.24.0.tar.xz) = 60216602cffd1473ae15381f9e9a6f3829e742cac83843ca65360ba78bcff8d9442f15eb6a6d5d29c8f74dd920762ca1605f51658d22a1d3c18e338505b9f974 +SHA512 (wayland-1.24.0.tar.xz.sig) = 7a237c1b4b4a5b10c8b1fbe5d4c2ba92452a2a1c9ba1a5c5077d320a30e7026dcf7e1956476d43dcd0465f8a95c812addf33667ebb75da150354f2b4fd8ac1fd diff --git a/wayland.spec b/wayland.spec index 067cd7c..f3c422a 100644 --- a/wayland.spec +++ b/wayland.spec @@ -1,5 +1,5 @@ Name: wayland -Version: 1.23.1 +Version: 1.24.0 Release: 1%{?dist} Summary: Wayland Compositor Infrastructure @@ -117,6 +117,10 @@ Wayland server library %{_libdir}/libwayland-server.so.0* %changelog +* Wed Nov 05 2025 RHEL Packaging Agent - 1.24.0-1 +- Rebase to 1.24.0 + Resolves: RHEL-107614 + * Tue May 13 2025 Olivier Fourdan - 1.23.1-1 - Update to 1.23.1 Resolves: RHEL-86834