diff --git a/xwayland-21.0.99.902.tar.xz b/xwayland-21.0.99.902.tar.xz deleted file mode 100644 index 738da2e..0000000 --- a/xwayland-21.0.99.902.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:799491dd99cb2c6dbdf05162441d0469a2a9b36e089755eb59729dd38f44adce -size 1257804 diff --git a/xwayland-21.1.0.tar.xz b/xwayland-21.1.0.tar.xz new file mode 100644 index 0000000..837ede7 --- /dev/null +++ b/xwayland-21.1.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a71c3e8b95c43bb91bc3d7a4ff9075456a0cfe297721dbc8d4a76cf241d82fb +size 1257832 diff --git a/xwayland-21.1.0.tar.xz.sig b/xwayland-21.1.0.tar.xz.sig new file mode 100644 index 0000000..2f7c144 Binary files /dev/null and b/xwayland-21.1.0.tar.xz.sig differ diff --git a/xwayland.changes b/xwayland.changes index 34ce7b1..b2d966e 100644 --- a/xwayland.changes +++ b/xwayland.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Wed Mar 17 21:20:29 UTC 2021 - Tobias Klausmann + +- Update to version 21.1.0: + * meson: Make sure XKM_OUTPUT_DIR has a trailing slash + * xwayland: Fix LeaveNotify for relative pointer +- Highlights compared to xserver 1.20.10: + * Xwayland's XVideo support (via glamor) now supports NV12 + * glamor can now accelerate some more RENDER extension formats + * Xwayland's GLX provider now uses the EGL implementation instead of Mesa's + swrast_dri.so directly + * Xwayland can now use the wp_viewport Wayland protocol for up-scaling of + fullscreen applications setting lower resolutions via the RandR / + XFree86-VidModeExtension extensions + * Xwayland now alternates between multiple buffers for all Wayland surfaces, + making it less of a special case compared to other Wayland clients + * Xwayland can now use memfd_create for creating buffers shared with the + Wayland compositor when glamor hardware acceleration is disabled + * Xwayland has better support for clients using relative mouse input and + keyboard grabs + * An Xwayland.1 manpage is now installed + * Xwayland now supports -listenfd, -version and -verbose command line options + * Xwayland now installs an xwayland.pc file which helps discovering the path + of the installed Xwayland binary and the features it supports + * Only meson is supported for building + * Only Xwayland and Xvfb can be built, only Xwayland can be installed + ------------------------------------------------------------------- Thu Mar 4 09:49:25 UTC 2021 - Stefan Dirsch diff --git a/xwayland.spec b/xwayland.spec index 4cafefe..345f87b 100644 --- a/xwayland.spec +++ b/xwayland.spec @@ -24,7 +24,7 @@ %endif Name: xwayland -Version: 21.0.99.902 +Version: 21.1.0 Release: 0 URL: http://xorg.freedesktop.org/ BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -33,7 +33,7 @@ Summary: X License: MIT Group: System/X11/Servers/XF86_4 Source0: %{name}-%{version}.tar.xz - +Source1: %{name}-%{version}.tar.xz.sig BuildRequires: meson BuildRequires: ninja #BuildRequires: bison