update to upstream version 1.24

This commit is contained in:
pei-jiankang 2022-02-11 15:11:21 +08:00
parent 6b48a28e1c
commit 47ec0a7ba8
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 Name: wayland-protocols
Version: 1.23 Version: 1.24
Release: 1 Release: 1
Summary: Wayland protocols that adds functionality not available in the core protocol Summary: Wayland protocols that adds functionality not available in the core protocol
License: MIT License: MIT
@ -7,21 +7,30 @@ URL: https://wayland.freedesktop.org/
Source0: https://wayland.freedesktop.org/releases/%{name}-%{version}.tar.xz Source0: https://wayland.freedesktop.org/releases/%{name}-%{version}.tar.xz
BuildArch: noarch BuildArch: noarch
BuildRequires: gcc gcc-g++ meson wayland-devel BuildRequires: gcc
BuildRequires: gcc-g++
BuildRequires: meson
BuildRequires: wayland-devel
%description %description
wayland-protocols contains Wayland protocols that adds functionality wayland-protocols contains Wayland protocols that adds functionality not
not available in the Wayland core protocol. 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 %package devel
Summary: Wayland protocols that adds functionality not available in the core protocol Summary: Wayland protocols that adds functionality not available in the core protocol
%description devel %description devel
wayland-protocols contains Wayland protocols that adds functionality wayland-protocols contains Wayland protocols that adds functionality not
not available in the Wayland core protocol. 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 %prep
%autosetup -n %{name}-%{version} -p1 %autosetup
%build %build
%meson %meson
@ -31,13 +40,15 @@ not available in the Wayland core protocol.
%meson_install %meson_install
%files devel %files devel
%defattr(-,root,root)
%license COPYING %license COPYING
%doc README.md %doc README.md
%{_datadir}/%{name}/
%{_datadir}/pkgconfig/%{name}.pc %{_datadir}/pkgconfig/%{name}.pc
%{_datadir}/%{name}/
%changelog %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 * Fri Nov 26 2021 hanhui <hanhui15@huawei.com> - 1.23-1
- Upgrade to 1.23 - Upgrade to 1.23

View File

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