diff --git a/.gitignore b/.gitignore index d85f93c..c6929c4 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/wayland-protocols-1.21.tar.xz +SOURCES/wayland-protocols-1.23.tar.xz diff --git a/.wayland-protocols.metadata b/.wayland-protocols.metadata index aaa592a..b7ae582 100644 --- a/.wayland-protocols.metadata +++ b/.wayland-protocols.metadata @@ -1 +1 @@ -6e0e2a05edb43d32e3b2e3f681ef266a287a186e SOURCES/wayland-protocols-1.21.tar.xz +8c4ebdce35953b1e2af458c139a432a308af6f50 SOURCES/wayland-protocols-1.23.tar.xz diff --git a/SPECS/wayland-protocols.spec b/SPECS/wayland-protocols.spec index cf9d5d5..f62c306 100644 --- a/SPECS/wayland-protocols.spec +++ b/SPECS/wayland-protocols.spec @@ -1,5 +1,5 @@ Name: wayland-protocols -Version: 1.21 +Version: 1.23 Release: 1%{?dist} Summary: Wayland protocols that adds functionality not available in the core protocol @@ -8,7 +8,8 @@ URL: https://wayland.freedesktop.org/ Source0: https://wayland.freedesktop.org/releases/%{name}-%{version}.tar.xz BuildArch: noarch -BuildRequires: make + +BuildRequires: meson BuildRequires: wayland-devel %description @@ -32,10 +33,11 @@ wayland-protocols. %autosetup %build -%configure +%meson +%meson_build %install -%make_install +%meson_install %files devel %license COPYING @@ -44,6 +46,11 @@ wayland-protocols. %{_datadir}/%{name}/ %changelog +* Mon Oct 4 2021 Olivier Fourdan - 1.23-1 +- Update to 1.23 + Switch to meson + Resolves: 2005940 + * Sat May 22 2021 Dave Airlie - 1.21-1 - Update to 1.21