diff --git a/wayland-protocols-1.20.tar.xz b/wayland-protocols-1.20.tar.xz deleted file mode 100644 index fabe71a..0000000 Binary files a/wayland-protocols-1.20.tar.xz and /dev/null differ diff --git a/wayland-protocols-1.23.tar.xz b/wayland-protocols-1.23.tar.xz new file mode 100644 index 0000000..9ec866c Binary files /dev/null and b/wayland-protocols-1.23.tar.xz differ diff --git a/wayland-protocols.spec b/wayland-protocols.spec index fdc04d0..6512dfd 100644 --- a/wayland-protocols.spec +++ b/wayland-protocols.spec @@ -1,5 +1,5 @@ Name: wayland-protocols -Version: 1.20 +Version: 1.23 Release: 1 Summary: Wayland protocols that adds functionality not available in the core protocol License: MIT @@ -7,7 +7,7 @@ URL: https://wayland.freedesktop.org/ Source0: https://wayland.freedesktop.org/releases/%{name}-%{version}.tar.xz BuildArch: noarch -BuildRequires: make wayland-devel +BuildRequires: gcc gcc-g++ meson wayland-devel %description wayland-protocols contains Wayland protocols that adds functionality @@ -24,10 +24,11 @@ not available in the Wayland core protocol. %autosetup -n %{name}-%{version} -p1 %build -%configure +%meson +%meson_build %install -%make_install +%meson_install %files devel %defattr(-,root,root) @@ -37,6 +38,9 @@ not available in the Wayland core protocol. %{_datadir}/pkgconfig/%{name}.pc %changelog +* Fri Nov 26 2021 hanhui - 1.23-1 +- Upgrade to 1.23 + * Fri Jul 17 2020 chengguipeng - 1.20-1 - Upgrade to 1.20-1