update to wayland-protocols-1.23

This commit is contained in:
chengyechun 2021-11-26 09:24:05 +08:00
parent 1cc7ca2f59
commit 5e1791ca92
3 changed files with 8 additions and 4 deletions

Binary file not shown.

Binary file not shown.

View File

@ -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 <hanhui15@huawei.com> - 1.23-1
- Upgrade to 1.23
* Fri Jul 17 2020 chengguipeng <chengguipeng1@huawei.com> - 1.20-1
- Upgrade to 1.20-1