Compare commits

..

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
7b3897c8fe
!28 Upgrade to latest release 1.22.0
From: @zhangkea 
Reviewed-by: @leeffo 
Signed-off-by: @leeffo
2023-08-01 03:33:55 +00:00
ut001695
14866adae4 upgrade version 1.22.0 2023-07-26 15:16:17 +08:00
openeuler-ci-bot
07ce06d146
!24 add Provides:libwayland-client%{?_isa} and libwayland-cursor%{?_isa}
From: @zhang__3125 
Reviewed-by: @dwl301 
Signed-off-by: @dwl301
2022-12-30 07:31:24 +00:00
丈青山
afc19189c1
update wayland.spec.
add  Provides:libwayland-client%{?_isa} and libwayland-cursor%{?_isa} 

Signed-off-by: 丈青山 <lin.zhang@turbolinux.com.cn>
2022-12-30 06:58:17 +00:00
openeuler-ci-bot
e96f7c39af
!23 update to 1.21.0
From: @jianli-97 
Reviewed-by: @dou33 
Signed-off-by: @dou33
2022-12-19 10:23:49 +00:00
jianli-97
49a5a7db3f update to 1.21.0 2022-12-14 12:24:57 +08:00
openeuler-ci-bot
f9b64cca3b
!14 update to 1.20.92
From: @tianlijing 
Reviewed-by: @dou33 
Signed-off-by: @dou33
2022-08-31 01:45:15 +00:00
tianlijing
772c4b0b35
update wayland.spec.
Signed-off-by: tianlijing <tianlijing@kylinos.cn>
2022-08-27 12:44:57 +00:00
tianlijing
518a578c33
update wayland.spec.
Signed-off-by: tianlijing <tianlijing@kylinos.cn>
2022-08-27 12:23:16 +00:00
tianlijing
55a030b471 update to 1.20.92 2022-08-04 09:37:24 +08:00
5 changed files with 20 additions and 5 deletions

BIN
emersion-gpg-key.asc Normal file

Binary file not shown.

Binary file not shown.

BIN
wayland-1.22.0.tar.xz Normal file

Binary file not shown.

BIN
wayland-1.22.0.tar.xz.sig Normal file

Binary file not shown.

View File

@ -1,15 +1,18 @@
Name: wayland Name: wayland
Version: 1.20.0 Version: 1.22.0
Release: 4 Release: 1
Summary: Wayland Compositor Infrastructure Summary: Wayland Compositor Infrastructure
License: MIT License: MIT
URL: http://wayland.freedesktop.org/ URL: https://wayland.freedesktop.org/
Source0: http://wayland.freedesktop.org/releases/%{name}-%{version}.tar.xz Source0: https://gitlab.freedesktop.org/wayland/wayland/-/archive/%{version}/%{name}-%{version}.tar.xz
Source1: https://gitlab.freedesktop.org/%{name}/%{name}/-/releases/%{version}/downloads/%{name}-%{version}.tar.xz.sig
Source2: emersion-gpg-key.asc
BuildRequires: gcc gcc-c++ docbook-style-xsl doxygen expat-devel BuildRequires: gcc gcc-c++ docbook-style-xsl doxygen expat-devel
BuildRequires: libxml2-devel libxslt pkgconfig(libffi) xmlto graphviz meson chrpath BuildRequires: libxml2-devel libxslt pkgconfig(libffi) xmlto graphviz meson chrpath
Provides: libwayland-client = %{version}-%{release} libwayland-cursor = %{version}-%{release} Provides: libwayland-client = %{version}-%{release} libwayland-cursor = %{version}-%{release}
Provides: libwayland-client%{?_isa} = %{version}-%{release} libwayland-cursor%{?_isa} = %{version}-%{release}
Obsoletes: libwayland-client < %{version}-%{release} libwayland-cursor < %{version}-%{release} Obsoletes: libwayland-client < %{version}-%{release} libwayland-cursor < %{version}-%{release}
Provides: libwayland-egl = %{version}-%{release} libwayland-server = %{version}-%{release} Provides: libwayland-egl = %{version}-%{release} libwayland-server = %{version}-%{release}
Obsoletes: libwayland-egl < %{version}-%{release} libwayland-server < %{version}-%{release} Obsoletes: libwayland-egl < %{version}-%{release} libwayland-server < %{version}-%{release}
@ -87,11 +90,23 @@ chrpath -d %{buildroot}%{_libdir}/libwayland-cursor.so
%files help %files help
%defattr(-,root,root) %defattr(-,root,root)
%doc README %doc README.md
%{_mandir}/man3/*.3* %{_mandir}/man3/*.3*
%{_datadir}/doc/wayland/ %{_datadir}/doc/wayland/
%changelog %changelog
* Wed Jul 26 2023 zhangkea <zhangkea@uniontech.com> - 1.22.0-1
- upgrade 1.22.0-1
* Fri Dec 30 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 1.21.0-2
- add Provides:libwayland-client%{?_isa} and libwayland-cursor%{?_isa}
* Wed Dec 14 2022 lijian <lijian2@kylinos.cn> - 1.21.0-1
- update to 1.21.0
* Sat Aug 27 2022 tianlijing <tianlijing@kylinos.cn> - 1.20.92-1
- update to 1.20.92
* Thu Jun 16 2022 wangkerong <wangkerong@h-partners.com> - 1.20.0-4 * Thu Jun 16 2022 wangkerong <wangkerong@h-partners.com> - 1.20.0-4
- CVE:NA - CVE:NA
- SUG:NA - SUG:NA