From e6d635041a44b4cb1e0fdc6b25345ed713a24c8e Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Fri, 31 May 2019 11:27:03 +0200 Subject: [PATCH] xorg-server: Update version from 1.20.4 to 1.20.5 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Announcement: > Minor bugfix release to fix some input, Xwayland, glamor, and Present > issues. Thanks to all who contributed fixes and testing. > > Adam Jackson (1): > xserver 1.20.5 > > Michel Dänzer (3): > Revert "gitlab-ci: Only run docker-image stage if relevant source files change" > xwayland/present: Destroy sync_callback in xwl_present_cleanup > present/scmd: Check that the flip and screen pixmap pitches match > > Olivier Fourdan (2): > xwayland: search for a render node to use > glamor: pixmap FBO may not be allocated > > Peter Hutterer (2): > xwayland: fix a realloc OOM error case > dix: leave last.valuators alone on slave switch > > Ray Strode (1): > dix: ensure work queues are cleared on reset --- xorg-server.be0 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/xorg-server.be0 b/xorg-server.be0 index e71f5c28c..d74446823 100755 --- a/xorg-server.be0 +++ b/xorg-server.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION xorg-server-1.20.4-1 +# BEE_VERSION xorg-server-1.20.5-0 ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.) @@ -16,7 +16,6 @@ SRCURL[0]="https://ftp.x.org/pub/individual/xserver/xorg-server-${PKGVERSION}.ta ## The sources will be patched in the order of the array. # PATCHURL[0]="/src/mariux/download/xorg-xinerama.patch" -PATCHURL+=(/src/mariux/patches/0001-Make-pixmap-exportable-in-ms_do_pageflip.patch) ############################################################################### ## Add filename patterns to the EXCLUDE array of files that should not