diff --git a/wayland-protocols-1.23.tar.xz b/wayland-protocols-1.23.tar.xz deleted file mode 100644 index 9ec866c..0000000 Binary files a/wayland-protocols-1.23.tar.xz and /dev/null differ diff --git a/wayland-protocols-1.24.tar.xz b/wayland-protocols-1.24.tar.xz new file mode 100644 index 0000000..93bdd1f Binary files /dev/null and b/wayland-protocols-1.24.tar.xz differ diff --git a/wayland-protocols.spec b/wayland-protocols.spec index 6512dfd..001fa9e 100644 --- a/wayland-protocols.spec +++ b/wayland-protocols.spec @@ -1,5 +1,5 @@ Name: wayland-protocols -Version: 1.23 +Version: 1.24 Release: 1 Summary: Wayland protocols that adds functionality not available in the core protocol License: MIT @@ -7,21 +7,30 @@ URL: https://wayland.freedesktop.org/ Source0: https://wayland.freedesktop.org/releases/%{name}-%{version}.tar.xz BuildArch: noarch -BuildRequires: gcc gcc-g++ meson wayland-devel +BuildRequires: gcc +BuildRequires: gcc-g++ +BuildRequires: meson +BuildRequires: wayland-devel %description -wayland-protocols contains Wayland protocols that adds functionality -not available in the Wayland core protocol. +wayland-protocols 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 +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 %description devel -wayland-protocols contains Wayland protocols that adds functionality -not available in the Wayland core protocol. +wayland-protocols 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 +protocol either in Wayland core, or some other protocol in +wayland-protocols. %prep -%autosetup -n %{name}-%{version} -p1 +%autosetup %build %meson @@ -31,13 +40,15 @@ not available in the Wayland core protocol. %meson_install %files devel -%defattr(-,root,root) %license COPYING %doc README.md -%{_datadir}/%{name}/ %{_datadir}/pkgconfig/%{name}.pc +%{_datadir}/%{name}/ %changelog +* Fri Feb 11 2022 pei-jiankang - 1.24-1 +- update to upstream version 1.24 + * Fri Nov 26 2021 hanhui - 1.23-1 - Upgrade to 1.23 diff --git a/wayland-protocols.yaml b/wayland-protocols.yaml index 0e3fbd9..b8757e6 100644 --- a/wayland-protocols.yaml +++ b/wayland-protocols.yaml @@ -1,4 +1,4 @@ version_control: git src_repo: https://cgit.freedesktop.org/wayland/wayland-protocols/ tag_prefix: ^ -seperator: . +separator: .