From e8014f0d746c0f4dad61c9e0cb559d3d9f9fa230 Mon Sep 17 00:00:00 2001 From: Olivier Fourdan Date: Thu, 9 Jul 2026 16:25:41 +0200 Subject: [PATCH] Update to 1.49 Resolves: https://redhat.atlassian.net/browse/RHEL-191589 --- .gitignore | 1 + sources | 2 +- wayland-protocols.spec | 8 ++++++-- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 93c6646..2cd41a2 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/sources b/sources index f8e2b9a..8b77e27 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (wayland-protocols-1.45.tar.xz) = d0557a75eb486fb824f182648bec346e270cb1ada8727613377ab95b0ccb595c516de242f486110c88b7009e98c87b071bf5b598f84466e5624aa1d81f19e195 +SHA512 (wayland-protocols-1.49.tar.xz) = c6f58586c4e3046fb545f31959eb662426ddf94cab627a136bec905c3a1c75087ed2850d49e44964241a9158a3559ad02607647a19fb5f1c1fb254160b04806c diff --git a/wayland-protocols.spec b/wayland-protocols.spec index 227a790..3d2e083 100644 --- a/wayland-protocols.spec +++ b/wayland-protocols.spec @@ -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 - 1.49-1 +- Update to 1.49 + Resolves: https://redhat.atlassian.net/browse/RHEL-191589 + * Fri Jun 13 2025 Neal Gompa - 1.45-1 - Update to 1.45 Resolves: RHEL-96927