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
This commit is contained in:
RHEL Packaging Agent 2025-11-05 07:37:23 +00:00
parent c0580b7963
commit 284dfdc847
3 changed files with 9 additions and 3 deletions

2
.gitignore vendored
View File

@ -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

View File

@ -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

View File

@ -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 <jotnar@redhat.com> - 1.24.0-1
- Rebase to 1.24.0
Resolves: RHEL-107614
* Tue May 13 2025 Olivier Fourdan <ofourdan@redhat.com> - 1.23.1-1
- Update to 1.23.1
Resolves: RHEL-86834