Update to 1.45

Resolves: RHEL-96927

Signed-off-by: Neal Gompa <ngompa@centosproject.org>
This commit is contained in:
Neal Gompa 2025-06-13 16:13:41 -04:00
parent de6dd27bdd
commit e7a5e2881b
3 changed files with 7 additions and 2 deletions

1
.gitignore vendored
View File

@ -37,3 +37,4 @@
/wayland-protocols-1.41.tar.xz
/wayland-protocols-1.43.tar.xz
/wayland-protocols-1.44.tar.xz
/wayland-protocols-1.45.tar.xz

View File

@ -1 +1 @@
SHA512 (wayland-protocols-1.44.tar.xz) = 8714e0bedb394c01164b9f4d839daf014f130c79782e2695a304efbe1c8ea7b1e8ef01663fec340df485b179d2bfdb3bad5fba6474d6cb24b90a622d921b419b
SHA512 (wayland-protocols-1.45.tar.xz) = d0557a75eb486fb824f182648bec346e270cb1ada8727613377ab95b0ccb595c516de242f486110c88b7009e98c87b071bf5b598f84466e5624aa1d81f19e195

View File

@ -2,7 +2,7 @@
%global debug_package %{nil}
Name: wayland-protocols
Version: 1.44
Version: 1.45
Release: 1%{?dist}
Summary: Wayland protocols that adds functionality not available in the core protocol
@ -52,6 +52,10 @@ wayland-protocols.
%{_includedir}/%{name}/
%changelog
* Fri Jun 13 2025 Neal Gompa <ngompa@centosproject.org> - 1.45-1
- Update to 1.45
Resolves: RHEL-96927
* Sun Apr 27 2025 Neal Gompa <ngompa@centosproject.org> - 1.44-1
- Update to 1.44
Resolves: RHEL-88662