Update to 1.37

Resolves: RHEL-129827
This commit is contained in:
Olivier Fourdan 2025-11-20 16:52:47 +01:00
parent aa7b0b413d
commit d8c128581a
3 changed files with 9 additions and 2 deletions

1
.gitignore vendored
View File

@ -22,3 +22,4 @@
/wayland-protocols-1.25.tar.xz
/wayland-protocols-1.27.tar.xz
/wayland-protocols-1.31.tar.xz
/wayland-protocols-1.37.tar.xz

View File

@ -1 +1 @@
SHA512 (wayland-protocols-1.31.tar.xz) = 402ce1915300e29afe554d77965ee0a28a5f22fdb5b901c4c640e59b9f3a9c11094e1edae87eea1e76eea557f6faf0c34a0c28ee7f6babb4dc3719329c4e25bf
SHA512 (wayland-protocols-1.37.tar.xz) = 57936a23d08957afa9563b51b2b195aa10410fa74176c0503f83b1544e243d4e5b99c3daf5fc14c0a68a78d3f5759e1a5ca9fe4ba22220cbf5328168903c7575

View File

@ -1,5 +1,5 @@
Name: wayland-protocols
Version: 1.31
Version: 1.37
Release: 1%{?dist}
Summary: Wayland protocols that adds functionality not available in the core protocol
@ -23,6 +23,8 @@ wayland-protocols.
%package devel
Summary: Wayland protocols that adds functionality not available in the core protocol
Provides: %{name}-static = %{version}-%{release}
BuildArch: noarch
%description devel
wayland-protocols contains Wayland protocols that adds functionality not
@ -48,6 +50,10 @@ wayland-protocols.
%{_datadir}/%{name}/
%changelog
* Thu Nov 20 2025 Olivier Fourdan <ofourdan@redhat.com> - 1.37-1
- Update to 1.37
Resolves: RHEL-129827
* Tue Nov 29 2022 Neal Gompa <ngompa@centosproject.org> - 1.31-1
- Update to 1.31
Resolves: rhbz#2149338