diff --git a/xwayland-23.2.6.tar.xz b/xwayland-23.2.6.tar.xz deleted file mode 100644 index 6cd4263..0000000 --- a/xwayland-23.2.6.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1c9a366b4e7ccadba0f9bd313c59eae12d23bd72543b22a26eaf8b20835cfc6d -size 1300092 diff --git a/xwayland-23.2.6.tar.xz.sig b/xwayland-23.2.6.tar.xz.sig deleted file mode 100644 index ce80c74..0000000 Binary files a/xwayland-23.2.6.tar.xz.sig and /dev/null differ 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 0000000..5b16fe5 Binary files /dev/null and b/xwayland-24.1.0.tar.xz.sig differ diff --git a/xwayland.changes b/xwayland.changes index dfcfa46..6ed3f12 100644 --- a/xwayland.changes +++ b/xwayland.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +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 + +- Update to bug fix relesae 23.2.7 + * m4: drop autoconf leftovers + * xwayland: Send ei_device_frame on device_scroll_discrete + * xwayland: Call drmFreeDevice for dma-buf default feedback + * xwayland: Use drmDevicesEqual in xwl_dmabuf_feedback_tranche_done + * dri3: Free formats in cache_formats_and_modifiers + * xwayland/glamor: Handle depth 15 in gbm_format_for_depth + * Revert "xwayland/glamor: Avoid implicit redirection with depth 32 parent windows" + * xwayland: Check for outputs before lease devices + * xwayland: Do not remove output on withdraw if leased + ------------------------------------------------------------------- Tue Apr 9 13:30:07 UTC 2024 - Stefan Dirsch diff --git a/xwayland.spec b/xwayland.spec index 5f00c5c..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.6 +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 \