Update to 1.23.1

Resolves: RHEL-86834
This commit is contained in:
Olivier Fourdan 2025-05-13 10:09:35 +02:00
parent aa7643185a
commit c0580b7963
3 changed files with 10 additions and 4 deletions

2
.gitignore vendored
View File

@ -64,3 +64,5 @@
/wayland-1.22.0.tar.xz.sig /wayland-1.22.0.tar.xz.sig
/wayland-1.23.0.tar.xz /wayland-1.23.0.tar.xz
/wayland-1.23.0.tar.xz.sig /wayland-1.23.0.tar.xz.sig
/wayland-1.23.1.tar.xz
/wayland-1.23.1.tar.xz.sig

View File

@ -1,2 +1,2 @@
SHA512 (wayland-1.23.0.tar.xz.sig) = 64dc56593d3e259025ea75438d7e81830dfcc5907919c0479d3e2748da1820e58070d0aed5f5d4e2974c6ce4c8b295cba6d886be15433d614af3b34baa7644c1 SHA512 (wayland-1.23.1.tar.xz) = 818eda003e3f7aa15690eedb1ff227a6056b2ce54bf23d45ffe573dc40a914623c5a1358218b59444dcdc483db0503324f0d27091d0ea954412a8b290de5f50a
SHA512 (wayland-1.23.0.tar.xz) = 9c525231a7ea3e68d3178230d476285a960d23e38571ac96d885f86c0588c52ef01460bff6833db5adb9456ce8db7b996613611187aac972736748ba91b8fd81 SHA512 (wayland-1.23.1.tar.xz.sig) = eb304256ac487f73a2ee14fcec6444b9797c0528730c20a81c255f4163df0a1647ec4b47effb8a6e9ffc389319509ba8d69a053d4f4f0b24ea3271551af6e197

View File

@ -1,6 +1,6 @@
Name: wayland Name: wayland
Version: 1.23.0 Version: 1.23.1
Release: 2%{?dist} Release: 1%{?dist}
Summary: Wayland Compositor Infrastructure Summary: Wayland Compositor Infrastructure
# SPDX # SPDX
@ -117,6 +117,10 @@ Wayland server library
%{_libdir}/libwayland-server.so.0* %{_libdir}/libwayland-server.so.0*
%changelog %changelog
* Tue May 13 2025 Olivier Fourdan <ofourdan@redhat.com> - 1.23.1-1
- Update to 1.23.1
Resolves: RHEL-86834
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 1.23.0-2 * Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 1.23.0-2
- Bump release for October 2024 mass rebuild: - Bump release for October 2024 mass rebuild:
Resolves: RHEL-64018 Resolves: RHEL-64018