From 031b5c0117ed8fc0e384c316a9106b89b69fdb3224c08518236d35f1634463bb Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Wed, 15 May 2024 17:31:00 +0000 Subject: [PATCH] - Update to feature release 24.1.0 * This fixes a couple of regressions introduced in the previous release candidate versions along with a fix for XTEST emulation with EI. + xwayland: Send ei_device_frame on device_scroll_discrete + xwayland: Restore the ResizeWindow handler + xwayland: Handle rootful resize in ResizeWindow + xwayland: Move XRandR emulation to the ResizeWindow hook + xwayland: Use correct xwl_window lookup function in xwl_set_shape - eglstreams has been dropped OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xwayland?expand=0&rev=80 --- xwayland-23.2.7.tar.xz | 3 --- xwayland-23.2.7.tar.xz.sig | Bin 95 -> 0 bytes xwayland-24.1.0.tar.xz | 3 +++ xwayland-24.1.0.tar.xz.sig | Bin 0 -> 95 bytes xwayland.changes | 13 +++++++++++++ xwayland.spec | 10 +--------- 6 files changed, 17 insertions(+), 12 deletions(-) delete mode 100644 xwayland-23.2.7.tar.xz delete mode 100644 xwayland-23.2.7.tar.xz.sig create mode 100644 xwayland-24.1.0.tar.xz create mode 100644 xwayland-24.1.0.tar.xz.sig diff --git a/xwayland-23.2.7.tar.xz b/xwayland-23.2.7.tar.xz deleted file mode 100644 index bd023ff..0000000 --- a/xwayland-23.2.7.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:769e5133929ca4a4141d8e8d34dbbceea1dceaa93cf7a0b90ad7e76965e40055 -size 1295016 diff --git a/xwayland-23.2.7.tar.xz.sig b/xwayland-23.2.7.tar.xz.sig deleted file mode 100644 index 926d2c61be438f58ac653c0d1a52cc05ea2e56e488d2897362ebc863c1407f91..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 95 zcmeB(WnmCxVvrS6WJ$l%_9@B!=wI)xO0gmZx%=e2T^(4N(p*|{7`QkEU?Lv^85ZjVSb?duGb6)1m=|{rz-8tU9e5qW3dnbZoDPH diff --git a/xwayland-24.1.0.tar.xz b/xwayland-24.1.0.tar.xz new file mode 100644 index 0000000..91cec6d --- /dev/null +++ b/xwayland-24.1.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bef21c4f18807a4ed571c4e2df60ab63b5466bbd502ecceb2485b892ab76dcc2 +size 1301180 diff --git a/xwayland-24.1.0.tar.xz.sig b/xwayland-24.1.0.tar.xz.sig new file mode 100644 index 0000000000000000000000000000000000000000000000000000000000000000..5b16fe57a3b2613fd58b6c4c82d0e0ff72bfa9f444bed8fac06625aa5a6021a9 GIT binary patch literal 95 zcmeB(WnmCxVvrS6WJ$l%_9@B!=wI)xO0gmZx%=e2T^(4N(prATz(j6_Gt76q vB)`1>M5o8$mj`kehv+Mr<}(^FEcg_1)T*?|V)drSk2Ly(_;v4_KbHdlK}sZh literal 0 HcmV?d00001 diff --git a/xwayland.changes b/xwayland.changes index f16b70d..6ed3f12 100644 --- a/xwayland.changes +++ b/xwayland.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Wed May 15 17:19:45 UTC 2024 - Stefan Dirsch + +- Update to feature release 24.1.0 + * This fixes a couple of regressions introduced in the previous release + candidate versions along with a fix for XTEST emulation with EI. + + xwayland: Send ei_device_frame on device_scroll_discrete + + xwayland: Restore the ResizeWindow handler + + xwayland: Handle rootful resize in ResizeWindow + + xwayland: Move XRandR emulation to the ResizeWindow hook + + xwayland: Use correct xwl_window lookup function in xwl_set_shape +- eglstreams has been dropped + ------------------------------------------------------------------- Wed May 15 17:14:44 UTC 2024 - Stefan Dirsch diff --git a/xwayland.spec b/xwayland.spec index 976596a..7e1ce36 100644 --- a/xwayland.spec +++ b/xwayland.spec @@ -16,15 +16,13 @@ # -%define have_wayland_eglstream 1 - #Compat macro for new _fillupdir macro introduced in Nov 2017 %if ! %{defined _fillupdir} %define _fillupdir /var/adm/fillup-templates %endif Name: xwayland -Version: 23.2.7 +Version: 24.1.0 Release: 0 URL: http://xorg.freedesktop.org Summary: Xwayland Xserver @@ -72,9 +70,6 @@ BuildRequires: pkgconfig(scrnsaverproto) BuildRequires: pkgconfig(videoproto) BuildRequires: pkgconfig(wayland-client) >= 1.21.0 BuildRequires: pkgconfig(wayland-protocols) -%if 0%{?have_wayland_eglstream} == 1 -BuildRequires: pkgconfig(wayland-eglstream-protocols) -%endif BuildRequires: pkgconfig(xau) BuildRequires: pkgconfig(xcb) BuildRequires: pkgconfig(xcb-damage) @@ -131,9 +126,6 @@ This package contains the Xwayland Server development files. %build %{meson} \ -Dglamor=true \ -%if 0%{?have_wayland_eglstream} == 1 - -Dxwayland_eglstream=true \ -%endif -Dxvfb=true \ -Dglx=true \ -Dxdmcp=true \