Update to 1.41

Resolves: RHEL-79795

Signed-off-by: Neal Gompa <ngompa@centosproject.org>
This commit is contained in:
Neal Gompa 2025-02-17 05:12:25 -05:00
parent 94cbd38a12
commit 252178c1a1
3 changed files with 7 additions and 2 deletions

1
.gitignore vendored
View File

@ -34,3 +34,4 @@
/wayland-protocols-1.37.tar.xz
/wayland-protocols-1.39.tar.xz
/wayland-protocols-1.40.tar.xz
/wayland-protocols-1.41.tar.xz

View File

@ -1 +1 @@
SHA512 (wayland-protocols-1.40.tar.xz) = f9bbab39d5df593f292da7bf44e822b53530d47d5ca63ecb0f454680722c4d39ccae2be88ba97a644f79b4a3cce2af111cad2a8f75fdc199f858dc7eda0cf820
SHA512 (wayland-protocols-1.41.tar.xz) = 6122fe4f20a1a0908abd631ff31302b56018050e5e835c1413d5b40a527980c30859ed9cddf595213f7d5eb1d50baaf6adc312cef9279d60b8a15e447e259863

View File

@ -2,7 +2,7 @@
%global debug_package %{nil}
Name: wayland-protocols
Version: 1.40
Version: 1.41
Release: 1%{?dist}
Summary: Wayland protocols that adds functionality not available in the core protocol
@ -52,6 +52,10 @@ wayland-protocols.
%{_includedir}/%{name}/
%changelog
* Mon Feb 17 2025 Neal Gompa <ngompa@centosproject.org> - 1.41-1
- Update to 1.41
Resolves: RHEL-79795
* Mon Feb 10 2025 Olivier Fourdan <ofourdan@redhat.com> - 1.40-1
- Update to 1.40
Resolves: RHEL-78561