Accepting request 1174287 from X11:XOrg
- 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 - 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 OBS-URL: https://build.opensuse.org/request/show/1174287 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xwayland?expand=0&rev=32
This commit is contained in:
commit
e4bc58af23
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1c9a366b4e7ccadba0f9bd313c59eae12d23bd72543b22a26eaf8b20835cfc6d
|
||||
size 1300092
|
Binary file not shown.
3
xwayland-24.1.0.tar.xz
Normal file
3
xwayland-24.1.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bef21c4f18807a4ed571c4e2df60ab63b5466bbd502ecceb2485b892ab76dcc2
|
||||
size 1301180
|
BIN
xwayland-24.1.0.tar.xz.sig
Normal file
BIN
xwayland-24.1.0.tar.xz.sig
Normal file
Binary file not shown.
@ -1,3 +1,30 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed May 15 17:19:45 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
|
||||
|
||||
- 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 <sndirsch@suse.com>
|
||||
|
||||
- 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 <sndirsch@suse.com>
|
||||
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user