diff --git a/wayland-protocols.spec b/wayland-protocols.spec index 024dbbb..80d7638 100644 --- a/wayland-protocols.spec +++ b/wayland-protocols.spec @@ -1,5 +1,5 @@ Name: wayland-protocols -Version: 1.22 +Version: 1.23 Release: 1mamba Summary: Wayland protocols that add functionality not available in the Wayland core protocol Group: Development/Libraries @@ -19,12 +19,13 @@ wayland-protocols contains Wayland protocols that add functionality not availabl %setup -q %build -%configure -%make +%meson + +%meson_build %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" -%makeinstall +%meson_install %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" @@ -42,6 +43,9 @@ wayland-protocols contains Wayland protocols that add functionality not availabl %doc COPYING %changelog +* Wed Sep 29 2021 Automatic Build System 1.23-1mamba +- automatic version update by autodist + * Thu Sep 02 2021 Automatic Build System 1.22-1mamba - automatic version update by autodist