Update to 1.23

Resolves: rhbz#2005934

Signed-off-by: Neal Gompa <ngompa@centosproject.org>
This commit is contained in:
Neal Gompa 2021-10-04 11:35:29 -04:00
parent 1929e019ab
commit 934ff7f859
3 changed files with 15 additions and 6 deletions

1
.gitignore vendored
View File

@ -18,3 +18,4 @@
/wayland-protocols-1.18.tar.xz
/wayland-protocols-1.20.tar.xz
/wayland-protocols-1.21.tar.xz
/wayland-protocols-1.23.tar.xz

View File

@ -1 +1 @@
SHA512 (wayland-protocols-1.21.tar.xz) = 40133ba36d4201de9626e9869ebdf2d4f7ad06904d6a747d5af87958a08368abdc65be3acc21b8959d0c5ec37d47051ba5b81d3844079fe237dac81a7291bbb8
SHA512 (wayland-protocols-1.23.tar.xz) = 11f09147da1dd01a9f5c921eb0bfc6244a72023a052ef96bc121e16437a2c43d0dbba748c2de832539f57371e90b16bd13069bec07391305717f8fca295ea2a6

View File

@ -1,6 +1,6 @@
Name: wayland-protocols
Version: 1.21
Release: 2%{?dist}
Version: 1.23
Release: 1%{?dist}
Summary: Wayland protocols that adds functionality not available in the core protocol
License: MIT
@ -8,7 +8,10 @@ URL: https://wayland.freedesktop.org/
Source0: https://wayland.freedesktop.org/releases/%{name}-%{version}.tar.xz
BuildArch: noarch
BuildRequires: make
BuildRequires: gcc
BuildRequires: gcc-c++
BuildRequires: meson
BuildRequires: wayland-devel
%description
@ -32,10 +35,11 @@ wayland-protocols.
%autosetup
%build
%configure
%meson
%meson_build
%install
%make_install
%meson_install
%files devel
%license COPYING
@ -44,6 +48,10 @@ wayland-protocols.
%{_datadir}/%{name}/
%changelog
* Mon Oct 04 2021 Neal Gompa <ngompa@centosproject.org> - 1.23-1
- Update to 1.23
Resolves: rhbz#2005934
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 1.21-2
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688