diff --git a/.gitignore b/.gitignore index 64ed607..6588881 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/sources b/sources index 51bd5c6..eb25113 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (wayland-protocols-1.31.tar.xz) = 402ce1915300e29afe554d77965ee0a28a5f22fdb5b901c4c640e59b9f3a9c11094e1edae87eea1e76eea557f6faf0c34a0c28ee7f6babb4dc3719329c4e25bf +SHA512 (wayland-protocols-1.37.tar.xz) = 57936a23d08957afa9563b51b2b195aa10410fa74176c0503f83b1544e243d4e5b99c3daf5fc14c0a68a78d3f5759e1a5ca9fe4ba22220cbf5328168903c7575 diff --git a/wayland-protocols.spec b/wayland-protocols.spec index 687f69e..d8f537f 100644 --- a/wayland-protocols.spec +++ b/wayland-protocols.spec @@ -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 - 1.37-1 +- Update to 1.37 + Resolves: RHEL-129827 + * Tue Nov 29 2022 Neal Gompa - 1.31-1 - Update to 1.31 Resolves: rhbz#2149338