!8 update to upstream version 1.24

From: @pei-jiankang 
Reviewed-by: @small_leek 
Signed-off-by: @small_leek
This commit is contained in:
openeuler-ci-bot 2022-02-14 02:24:58 +00:00 committed by Gitee
commit 968851a9d7
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
4 changed files with 21 additions and 10 deletions

Binary file not shown.

Binary file not shown.

View File

@ -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<peijiankang@kylinos.com> - 1.24-1
- update to upstream version 1.24
* Fri Nov 26 2021 hanhui <hanhui15@huawei.com> - 1.23-1
- Upgrade to 1.23

View File

@ -1,4 +1,4 @@
version_control: git
src_repo: https://cgit.freedesktop.org/wayland/wayland-protocols/
tag_prefix: ^
seperator: .
separator: .