Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
b365b486c6
!15 [sync] PR-14: Update to 1.25
From: @openeuler-sync-bot 
Reviewed-by: @small_leek 
Signed-off-by: @small_leek
2022-07-29 06:10:48 +00:00
zhang__3125
d938b955f8 Update to 1.25
(cherry picked from commit f768e00df4a995d7a791a625902b51840e3c27a6)
2022-07-08 09:22:04 +08:00
openeuler-ci-bot
5cf81a7848
!13 [sync] PR-11: enable testcase
From: @openeuler-sync-bot 
Reviewed-by: @small_leek 
Signed-off-by: @small_leek
2022-03-28 03:08:50 +00:00
shirely16
0f7eeb47e4 enable test
(cherry picked from commit 1cfee3bbc81a26a9d1f372532e6c3f63b4061173)
2022-03-26 10:44:16 +08:00
openeuler-ci-bot
c9dbd85637
!9 update to upstream version 1.24
From: @pei-jiankang 
Reviewed-by: @small_leek 
Signed-off-by: @small_leek
2022-02-14 02:25:19 +00:00
pei-jiankang
ef10d0b680 update to upstream version 1.24 2022-02-11 16:26:07 +08:00
openeuler-ci-bot
257e0f2502 !7 [sync] PR-6: update to wayland-protocols-1.23
From: @openeuler-sync-bot
Reviewed-by: @small_leek,@small_leek
Signed-off-by: @small_leek
2021-11-29 06:05:55 +00:00
chengyechun
2a6009845b update to wayland-protocols-1.23
(cherry picked from commit 5e1791ca92466e90d67ec803e5e4af273ddedb12)
2021-11-29 10:40:19 +08:00
openeuler-ci-bot
1cc7ca2f59 !4 wayland-protocol: Update to 1.20
Merge pull request !4 from chengguipeng_xian/master
2020-07-24 17:18:13 +08:00
chengguipeng
78d5f1b18d wayland-protocol: Update to 1.20
Signed-off-by: chengguipeng <chengguipeng1@huawei.com>
2020-07-23 16:29:01 +08:00
4 changed files with 40 additions and 13 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,5 +1,5 @@
Name: wayland-protocols
Version: 1.18
Version: 1.25
Release: 1
Summary: Wayland protocols that adds functionality not available in the core protocol
License: MIT
@ -7,36 +7,63 @@ URL: https://wayland.freedesktop.org/
Source0: https://wayland.freedesktop.org/releases/%{name}-%{version}.tar.xz
BuildArch: noarch
BuildRequires: make 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
%configure
%meson
%meson_build
%check
%meson_test
%install
%make_install
%meson_install
%files devel
%defattr(-,root,root)
%license COPYING
%doc README
%{_datadir}/%{name}/
%doc README.md
%{_datadir}/pkgconfig/%{name}.pc
%{_datadir}/%{name}/
%changelog
* Mon Mar 28 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 1.25-1
- Update to 1.25
* Sat Mar 26 2022 hanhui <hanhui15@h-partner.com> - 1.24-2
- enable testcase
* 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
* Fri Jul 17 2020 chengguipeng <chengguipeng1@huawei.com> - 1.20-1
- Upgrade to 1.20-1
* Sat Jan 11 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.18-1
- update to 1.18

View File

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