From de6dd27bdd693c2b9292ae872c462f86869a9b88 Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Sun, 27 Apr 2025 20:24:19 -0400 Subject: [PATCH] Update to 1.44 Resolves: RHEL-88662 Signed-off-by: Neal Gompa --- .gitignore | 1 + sources | 2 +- wayland-protocols.spec | 6 +++++- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 862881d..e5c55d2 100644 --- a/.gitignore +++ b/.gitignore @@ -36,3 +36,4 @@ /wayland-protocols-1.40.tar.xz /wayland-protocols-1.41.tar.xz /wayland-protocols-1.43.tar.xz +/wayland-protocols-1.44.tar.xz diff --git a/sources b/sources index 7d4e1e9..406f318 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (wayland-protocols-1.43.tar.xz) = e568ef57d169235426044c1dcffe1e55daaa0ac6071e72e20e50f509d7d506a01fb49a394954308d5e8d329482e74d0d0a326f11e1c8b4c628453db2adea7274 +SHA512 (wayland-protocols-1.44.tar.xz) = 8714e0bedb394c01164b9f4d839daf014f130c79782e2695a304efbe1c8ea7b1e8ef01663fec340df485b179d2bfdb3bad5fba6474d6cb24b90a622d921b419b diff --git a/wayland-protocols.spec b/wayland-protocols.spec index 9d8d953..2bc93b4 100644 --- a/wayland-protocols.spec +++ b/wayland-protocols.spec @@ -2,7 +2,7 @@ %global debug_package %{nil} Name: wayland-protocols -Version: 1.43 +Version: 1.44 Release: 1%{?dist} Summary: Wayland protocols that adds functionality not available in the core protocol @@ -52,6 +52,10 @@ wayland-protocols. %{_includedir}/%{name}/ %changelog +* Sun Apr 27 2025 Neal Gompa - 1.44-1 +- Update to 1.44 + Resolves: RHEL-88662 + * Thu Apr 10 2025 Neal Gompa - 1.43-1 - Update to 1.43 Resolves: RHEL-86806