Update to 1.27

Resolves: rhbz#2139449

Signed-off-by: Neal Gompa <ngompa@centosproject.org>
This commit is contained in:
Neal Gompa 2022-11-03 08:21:23 -04:00
parent fc6c187429
commit ea0094a197
3 changed files with 10 additions and 4 deletions

2
.gitignore vendored
View File

@ -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

View File

@ -1 +1 @@
SHA512 (wayland-protocols-1.25.tar.xz) = 8269694a0780e4d32f1982ff4cbb50b1ef85f08157b9486bc6d7e489c64665a9d9f959121d0eede7c7b108a604d974b64d74cfdef8b5f14304465309afb0768f
SHA512 (wayland-protocols-1.27.tar.xz) = c0a49bc46c663c9f602998dfe2e184c09756790fbcc7acbc2bf9d9cf8f7d6dcdd00259b768222a30e5d134e6f97f7f4faf252947b544e8b32f53278b70da0390

View File

@ -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 <ngompa@centosproject.org> - 1.27-1
- Update to 1.27
Resolves: rhbz#2139449
* Sun Mar 13 2022 Neal Gompa <ngompa@centosproject.org> - 1.25-1
- Update to 1.25
Resolves: rhbz#2063523