diff --git a/xwayland-23.1.2.tar.xz b/xwayland-23.1.2.tar.xz deleted file mode 100644 index 7f9ea6c..0000000 --- a/xwayland-23.1.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bd25d8498ee4d77874fda125127e2db37fc332531febc966231ea06fae8cf77f -size 1287396 diff --git a/xwayland-23.1.2.tar.xz.sig b/xwayland-23.1.2.tar.xz.sig deleted file mode 100644 index 657f235..0000000 Binary files a/xwayland-23.1.2.tar.xz.sig and /dev/null differ diff --git a/xwayland-23.2.0.tar.xz b/xwayland-23.2.0.tar.xz new file mode 100644 index 0000000..a35c153 --- /dev/null +++ b/xwayland-23.2.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f33ec2a34de6e66ae1b7e44872c3a2146192872c719b9acf192814edbabd4c5 +size 1298020 diff --git a/xwayland-23.2.0.tar.xz.sig b/xwayland-23.2.0.tar.xz.sig new file mode 100644 index 0000000..99f9f93 Binary files /dev/null and b/xwayland-23.2.0.tar.xz.sig differ diff --git a/xwayland.changes b/xwayland.changes index 4de4d63..cf04d78 100644 --- a/xwayland.changes +++ b/xwayland.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Sat Aug 26 04:14:45 UTC 2023 - Stefan Dirsch + +- 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 + +- 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 diff --git a/xwayland.spec b/xwayland.spec index 725ab15..9faa111 100644 --- a/xwayland.spec +++ b/xwayland.spec @@ -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)