Accepting request 1105976 from X11:XOrg

- enable libei and libdecor only for TW, since it does not exist
  yet on sle15-sp5

- Update to version 23.2.0:
  * Optional support for emulated input (EI) via the libei library,
    support for the tearing control protocol, and the XWayland
    rootful mode is now resizable with libdecor.
- Add pkgconfig(libei-1.0) BuildRequires, build new optional
  emulated input support.
- Add pkgconfig(libdecor-0) BuildRequires, build optional CSD
  support.

OBS-URL: https://build.opensuse.org/request/show/1105976
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xwayland?expand=0&rev=23
This commit is contained in:
Ana Guerrero 2023-08-30 08:19:07 +00:00 committed by Git OBS Bridge
commit ebc7564b4f
6 changed files with 28 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bd25d8498ee4d77874fda125127e2db37fc332531febc966231ea06fae8cf77f
size 1287396

Binary file not shown.

3
xwayland-23.2.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7f33ec2a34de6e66ae1b7e44872c3a2146192872c719b9acf192814edbabd4c5
size 1298020

BIN
xwayland-23.2.0.tar.xz.sig Normal file

Binary file not shown.

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Sat Aug 26 04:14:45 UTC 2023 - Stefan Dirsch <sndirsch@suse.com>
- enable libei and libdecor only for TW, since it does not exist
yet on sle15-sp5
-------------------------------------------------------------------
Thu Aug 17 08:39:53 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 23.2.0:
* Optional support for emulated input (EI) via the libei library,
support for the tearing control protocol, and the XWayland
rootful mode is now resizable with libdecor.
- Add pkgconfig(libei-1.0) BuildRequires, build new optional
emulated input support.
- Add pkgconfig(libdecor-0) BuildRequires, build optional CSD
support.
-------------------------------------------------------------------
Sat Jun 10 11:23:26 UTC 2023 - Stefan Dirsch <sndirsch@suse.com>

View File

@ -24,7 +24,7 @@
%endif
Name: xwayland
Version: 23.1.2
Version: 23.2.0
Release: 0
URL: http://xorg.freedesktop.org
Summary: Xwayland Xserver
@ -53,7 +53,13 @@ BuildRequires: pkgconfig(glproto)
BuildRequires: pkgconfig(inputproto) >= 2.3.99.1
BuildRequires: pkgconfig(kbproto)
BuildRequires: pkgconfig(libbsd)
%if 0%{?suse_version} >= 1550
BuildRequires: pkgconfig(libdecor-0)
%endif
BuildRequires: pkgconfig(libdrm) >= 2.4.109
%if 0%{?suse_version} >= 1550
BuildRequires: pkgconfig(libei-1.0)
%endif
BuildRequires: pkgconfig(libtirpc)
BuildRequires: pkgconfig(libxcvt)
BuildRequires: pkgconfig(openssl)