Update to 1.49

Resolves: https://redhat.atlassian.net/browse/RHEL-191589
This commit is contained in:
Olivier Fourdan 2026-07-09 16:25:41 +02:00
parent e7a5e2881b
commit e8014f0d74
3 changed files with 8 additions and 3 deletions

1
.gitignore vendored
View File

@ -38,3 +38,4 @@
/wayland-protocols-1.43.tar.xz
/wayland-protocols-1.44.tar.xz
/wayland-protocols-1.45.tar.xz
/wayland-protocols-1.49.tar.xz

View File

@ -1 +1 @@
SHA512 (wayland-protocols-1.45.tar.xz) = d0557a75eb486fb824f182648bec346e270cb1ada8727613377ab95b0ccb595c516de242f486110c88b7009e98c87b071bf5b598f84466e5624aa1d81f19e195
SHA512 (wayland-protocols-1.49.tar.xz) = c6f58586c4e3046fb545f31959eb662426ddf94cab627a136bec905c3a1c75087ed2850d49e44964241a9158a3559ad02607647a19fb5f1c1fb254160b04806c

View File

@ -2,7 +2,7 @@
%global debug_package %{nil}
Name: wayland-protocols
Version: 1.45
Version: 1.49
Release: 1%{?dist}
Summary: Wayland protocols that adds functionality not available in the core protocol
@ -13,7 +13,7 @@ Source0: https://gitlab.freedesktop.org/wayland/%{name}/-/releases/%{vers
BuildRequires: gcc
BuildRequires: gcc-g++
BuildRequires: meson
BuildRequires: wayland-devel
BuildRequires: wayland-devel >= 1.25
%description
wayland-protocols contains Wayland protocols that adds functionality not
@ -52,6 +52,10 @@ wayland-protocols.
%{_includedir}/%{name}/
%changelog
* Thu Jul 09 2026 Olivier Fourdan <ofourdan@redhat.com> - 1.49-1
- Update to 1.49
Resolves: https://redhat.atlassian.net/browse/RHEL-191589
* Fri Jun 13 2025 Neal Gompa <ngompa@centosproject.org> - 1.45-1
- Update to 1.45
Resolves: RHEL-96927