import CS wayland-protocols-1.37-1.el9

This commit is contained in:
AlmaLinux RelEng Bot 2026-03-30 11:14:19 -04:00
parent 0c3694705b
commit cb8daef025
3 changed files with 9 additions and 3 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/wayland-protocols-1.31.tar.xz
SOURCES/wayland-protocols-1.37.tar.xz

View File

@ -1 +1 @@
5a84628630598027fab1708f822fc399d9e70b02 SOURCES/wayland-protocols-1.31.tar.xz
6bf09b4fce6bfdd4ffbf8c1a0ab54351e32f6bd0 SOURCES/wayland-protocols-1.37.tar.xz

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