- Update to version 21.1.1.901 (21.1.2 RC1)

* It's a bit special, as most of the changes are not the usual 
    stable branch fixes material, but are needed for HW accelerated
    direct rendering with the Nvidia 470 driver (which is currently
    in open beta).
  * changes are mostly specific to the EGLStream backend and do not
    affect the GBM backend. And they make a big difference for users
    of the EGLStream backend.
  * See
      https://lists.fedoraproject.org/archives/list/desktop@lists.fedoraproject.org/thread/BBZVDNST67I2AQOCPSHKYAY6D5Z66JIP/ 
    for more information about testing the EGLStream changes
- enabled Wayland eglstreams (needs new packages egl-wayland and
  eglexternalplatform)

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xwayland?expand=0&rev=13
This commit is contained in:
Stefan Dirsch 2021-07-01 10:59:43 +00:00 committed by Git OBS Bridge
parent 52da95c8ae
commit 4f7e9cac38
6 changed files with 25 additions and 11 deletions

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0ab0f98f097e090c19612fe8658d67fe7294c252b4181f7c0882189f78d21769
size 1258684

Binary file not shown.

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:31f261ce51bbee76a6ca3ec02aa367ffa2b5efa2b98412df57ccefd7a19003ce
size 1257776

Binary file not shown.

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Thu Jul 1 10:16:22 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>
- Update to version 21.1.1.901 (21.1.2 RC1)
* It's a bit special, as most of the changes are not the usual
stable branch fixes material, but are needed for HW accelerated
direct rendering with the Nvidia 470 driver (which is currently
in open beta).
* changes are mostly specific to the EGLStream backend and do not
affect the GBM backend. And they make a big difference for users
of the EGLStream backend.
* See
https://lists.fedoraproject.org/archives/list/desktop@lists.fedoraproject.org/thread/BBZVDNST67I2AQOCPSHKYAY6D5Z66JIP/
for more information about testing the EGLStream changes
- enabled Wayland eglstreams (needs new packages egl-wayland and
eglexternalplatform)
-------------------------------------------------------------------
Tue Apr 13 15:21:03 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>

View File

@ -16,7 +16,7 @@
#
%define have_wayland_eglstream 0
%define have_wayland_eglstream 1
#Compat macro for new _fillupdir macro introduced in Nov 2017
%if ! %{defined _fillupdir}
@ -24,7 +24,7 @@
%endif
Name: xwayland
Version: 21.1.1
Version: 21.1.1.901
Release: 0
URL: http://xorg.freedesktop.org/
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -42,10 +42,10 @@ BuildRequires: ninja
BuildRequires: pkgconfig
#BuildRequires: systemd-rpm-macros
BuildRequires: rendercheck
BuildRequires: pkgconfig(libtirpc)
BuildRequires: pkgconfig(bigreqsproto)
BuildRequires: pkgconfig(compositeproto)
BuildRequires: pkgconfig(damageproto)
BuildRequires: pkgconfig(libtirpc)
#BuildRequires: pkgconfig(dbus-1)
#BuildRequires: pkgconfig(dmx)
BuildRequires: pkgconfig(dri)
@ -127,7 +127,6 @@ BuildRequires: pkgconfig(xtrans)
#BuildRequires: pkgconfig(libudev)
%ifnarch s390 s390x
Requires(pre): %fillup_prereq
%endif
@ -142,7 +141,6 @@ Requires: libpixman-1-0
Obsoletes: xorg-x11-server-wayland < %{version}
Provides: xorg-x11-server-wayland = %{version}
%description
This package contains the Xwayland Server.
@ -159,9 +157,9 @@ This package contains the Xserver running on the Wayland Display Server.
%package devel
Summary: Development files for Xwayland
Group: System/Libraries
Requires: meson
Requires: c_compiler
Requires: %{name}
Requires: c_compiler
Requires: meson
#Requires: pkgconfig(fontconfig)
#Requires: pkgconfig(fontenc)
#Requires: pkgconfig(freetype2)
@ -187,7 +185,6 @@ Requires: pkgconfig(xkbfile)
Requires: pkgconfig(xtrans)
Requires: pkgconfig(xv)
%description devel
This package contains the Xwayland Server development files.