diff --git a/.gitignore b/.gitignore index 28d32d6..aea18a3 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,5 @@ /wayland-protocols-1.20.tar.xz /wayland-protocols-1.21.tar.xz /wayland-protocols-1.23.tar.xz +/wayland-protocols-1.25.tar.xz +/wayland-protocols-1.27.tar.xz diff --git a/sources b/sources index 54a7e99..180b71e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (wayland-protocols-1.25.tar.xz) = 8269694a0780e4d32f1982ff4cbb50b1ef85f08157b9486bc6d7e489c64665a9d9f959121d0eede7c7b108a604d974b64d74cfdef8b5f14304465309afb0768f +SHA512 (wayland-protocols-1.27.tar.xz) = c0a49bc46c663c9f602998dfe2e184c09756790fbcc7acbc2bf9d9cf8f7d6dcdd00259b768222a30e5d134e6f97f7f4faf252947b544e8b32f53278b70da0390 diff --git a/wayland-protocols.spec b/wayland-protocols.spec index 5a9e232..4959059 100644 --- a/wayland-protocols.spec +++ b/wayland-protocols.spec @@ -1,18 +1,18 @@ Name: wayland-protocols -Version: 1.25 +Version: 1.27 Release: 1%{?dist} Summary: Wayland protocols that adds functionality not available in the core protocol License: MIT URL: https://wayland.freedesktop.org/ -Source0: https://wayland.freedesktop.org/releases/%{name}-%{version}.tar.xz +Source0: https://gitlab.freedesktop.org/wayland/%{name}/-/releases/%{version}/downloads/%{name}-%{version}.tar.xz BuildArch: noarch BuildRequires: gcc BuildRequires: gcc-c++ BuildRequires: meson -BuildRequires: wayland-devel +BuildRequires: wayland-devel >= 1.20 %description wayland-protocols contains Wayland protocols that adds functionality not @@ -48,6 +48,10 @@ wayland-protocols. %{_datadir}/%{name}/ %changelog +* Thu Nov 03 2022 Neal Gompa - 1.27-1 +- Update to 1.27 + Resolves: rhbz#2139449 + * Sun Mar 13 2022 Neal Gompa - 1.25-1 - Update to 1.25 Resolves: rhbz#2063523