diff --git a/wayland-protocols-1.22.tar.xz b/wayland-protocols-1.22.tar.xz deleted file mode 100644 index 7e8f6ba..0000000 --- a/wayland-protocols-1.22.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:96e7cf03524995a47028236c6d6141c874e693cb80c0be8dabe15455cdd5a5a7 -size 120084 diff --git a/wayland-protocols-1.22.tar.xz.sig b/wayland-protocols-1.22.tar.xz.sig deleted file mode 100644 index 0fe9de4..0000000 Binary files a/wayland-protocols-1.22.tar.xz.sig 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..e41b105 --- /dev/null +++ b/wayland-protocols-1.23.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c0af1915f96f615927a6270d025bd973ff1c58e521e4ca1fc9abfc914633f76 +size 74116 diff --git a/wayland-protocols-1.23.tar.xz.sig b/wayland-protocols-1.23.tar.xz.sig new file mode 100644 index 0000000..acdea01 Binary files /dev/null and b/wayland-protocols-1.23.tar.xz.sig differ diff --git a/wayland-protocols.changes b/wayland-protocols.changes index a648443..b0e1dfd 100644 --- a/wayland-protocols.changes +++ b/wayland-protocols.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Oct 6 11:46:58 UTC 2021 - Fabian Vogt + +- Update to 1.23: + * This release adds the new gesture "hold" to the pointer gesture protocol. +- Switch to building with meson +- Based on work from home:ngh +- Update description to fix grammar + ------------------------------------------------------------------- Wed Sep 1 17:58:37 UTC 2021 - Christophe Giboudeaux diff --git a/wayland-protocols.spec b/wayland-protocols.spec index 22b55d7..5f5667e 100644 --- a/wayland-protocols.spec +++ b/wayland-protocols.spec @@ -18,34 +18,35 @@ Name: wayland-protocols -Version: 1.22 +Version: 1.23 Release: 0 -Summary: Wayland protocols that adds functionality not available in the core protocol +Summary: Wayland protocols that add functionality not available in the core protocol License: MIT Group: Development/Libraries/C and C++ URL: https://wayland.freedesktop.org/ Source: https://wayland.freedesktop.org/releases/%{name}-%{version}.tar.xz Source2: https://wayland.freedesktop.org/releases/%{name}-%{version}.tar.xz.sig Source3: %{name}.keyring +BuildRequires: meson >= 0.54.0 BuildRequires: pkgconfig BuildRequires: pkgconfig(wayland-scanner) BuildArch: noarch %description -This package contains Wayland protocols that adds functionality not -available in the Wayland core protocol. Such protocols either adds -completely new functionality, or extends the functionality of some other +This package contains Wayland protocols that add functionality not +available in the Wayland core protocol. Such protocols either add +completely new functionality, or extend the functionality of some other protocol either in Wayland core, or some other protocol in wayland-protocols. %package devel -Summary: Wayland protocols that adds functionality not available in the core protocol +Summary: Wayland protocols that add functionality not available in the core protocol Group: Development/Libraries/C and C++ %description devel -This package contains Wayland protocols that adds functionality not -available in the Wayland core protocol. Such protocols either adds -completely new functionality, or extends the functionality of some other +This package contains Wayland protocols that add functionality not +available in the Wayland core protocol. Such protocols either add +completely new functionality, or extend the functionality of some other protocol either in Wayland core, or some other protocol in wayland-protocols. @@ -53,10 +54,11 @@ wayland-protocols. %autosetup %build -%configure +%meson -Dtests=false +%meson_build %install -%make_install +%meson_install %files devel %doc README.md GOVERNANCE.md MEMBERS.md