From df40f95b0930f09b37cb5d6f8d06986b5bf529eb3b322d676bccb63fcec33e80 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Fri, 30 Apr 2021 10:22:17 +0000 Subject: [PATCH] - xorgproto 2021.4 The big new feature in this release is Olivier's addition that makes up XFixes 6: the new ClientDisconnectMode. An X server that is started on demand (Xwayland) should ideally also terminate when the last client disconnects. However, some X11 clients that provide system services will linger around forever, preventing that shutdown. With the new XFixes request, a client can designate itself as to-be-terminated and the X server can ignore those clients when counting the number of remaining clients. If no other clients are left, the server can shut down. Note that this requires changes to the X server and each client to work. OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorgproto?expand=0&rev=15 --- xorgproto-2021.3.tar.bz2 | 3 --- xorgproto-2021.4.tar.bz2 | 3 +++ xorgproto.changes | 17 +++++++++++++++++ xorgproto.spec | 2 +- 4 files changed, 21 insertions(+), 4 deletions(-) delete mode 100644 xorgproto-2021.3.tar.bz2 create mode 100644 xorgproto-2021.4.tar.bz2 diff --git a/xorgproto-2021.3.tar.bz2 b/xorgproto-2021.3.tar.bz2 deleted file mode 100644 index 46a8203..0000000 --- a/xorgproto-2021.3.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4c732b14fc7c7db64306374d9e8386d6172edbb93f587614df1938b9d9b9d737 -size 876100 diff --git a/xorgproto-2021.4.tar.bz2 b/xorgproto-2021.4.tar.bz2 new file mode 100644 index 0000000..a406ecb --- /dev/null +++ b/xorgproto-2021.4.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f5157030162844b398e7ce69b8bb967c2edb8064b0a9c9bb5517eb621459fbf +size 885414 diff --git a/xorgproto.changes b/xorgproto.changes index 85c5ef2..40aba6e 100644 --- a/xorgproto.changes +++ b/xorgproto.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Fri Apr 30 09:04:25 UTC 2021 - Stefan Dirsch + +- xorgproto 2021.4 +The big new feature in this release is Olivier's addition that makes up +XFixes 6: the new ClientDisconnectMode. An X server that is started on +demand (Xwayland) should ideally also terminate when the last client +disconnects. However, some X11 clients that provide system services will +linger around forever, preventing that shutdown. + +With the new XFixes request, a client can designate itself as +to-be-terminated and the X server can ignore those clients when counting the +number of remaining clients. If no other clients are left, the server can +shut down. + +Note that this requires changes to the X server and each client to work. + ------------------------------------------------------------------- Thu Feb 25 10:42:37 UTC 2021 - Stefan Dirsch diff --git a/xorgproto.spec b/xorgproto.spec index a70fc19..05e6217 100644 --- a/xorgproto.spec +++ b/xorgproto.spec @@ -17,7 +17,7 @@ Name: xorgproto -Version: 2021.3 +Version: 2021.4 Release: 0 URL: http://xorg.freedesktop.org/ Summary: The X11 Protocol collection