From 4fadcbe926dee393ed3e43448116821135152927a47b9bc4352f344956c3fe82 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Wed, 12 May 2021 09:36:17 +0000 Subject: [PATCH] - Update to version 6.0.0 * The big new feature here is support for the new ClientDisconnectMode. From the corresponding xorgproto announcement: 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/libXfixes?expand=0&rev=18 --- libXfixes-5.0.3.tar.bz2 | 3 --- libXfixes-6.0.0.tar.bz2 | 3 +++ libXfixes.changes | 18 ++++++++++++++++++ libXfixes.spec | 8 ++++---- 4 files changed, 25 insertions(+), 7 deletions(-) delete mode 100644 libXfixes-5.0.3.tar.bz2 create mode 100644 libXfixes-6.0.0.tar.bz2 diff --git a/libXfixes-5.0.3.tar.bz2 b/libXfixes-5.0.3.tar.bz2 deleted file mode 100644 index 278135b..0000000 --- a/libXfixes-5.0.3.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:de1cd33aff226e08cefd0e6759341c2c8e8c9faf8ce9ac6ec38d43e287b22ad6 -size 294400 diff --git a/libXfixes-6.0.0.tar.bz2 b/libXfixes-6.0.0.tar.bz2 new file mode 100644 index 0000000..2a394ea --- /dev/null +++ b/libXfixes-6.0.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7c1a24da53e0b46cac5aea79094b4b2257321c621b258729bc3139149245b4c +size 297270 diff --git a/libXfixes.changes b/libXfixes.changes index d1db95d..5bd202f 100644 --- a/libXfixes.changes +++ b/libXfixes.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Wed May 12 09:30:37 UTC 2021 - Stefan Dirsch + +- Update to version 6.0.0 + * The big new feature here is support for the new + ClientDisconnectMode. From the corresponding + xorgproto announcement: + 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. + ------------------------------------------------------------------- Sat Oct 29 00:08:19 UTC 2016 - tobias.johannes.klausmann@mni.thm.de diff --git a/libXfixes.spec b/libXfixes.spec index acb0dd8..14fd39b 100644 --- a/libXfixes.spec +++ b/libXfixes.spec @@ -1,7 +1,7 @@ # # spec file for package libXfixes # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,18 +12,18 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: libXfixes %define lname libXfixes3 -Version: 5.0.3 +Version: 6.0.0 Release: 0 Summary: X11 miscellaneous "fixes" extension library License: MIT Group: Development/Libraries/C and C++ -Url: http://xorg.freedesktop.org/ +URL: http://xorg.freedesktop.org/ #Git-Clone: git://anongit.freedesktop.org/xorg/lib/libXfixes #Git-Web: http://cgit.freedesktop.org/xorg/lib/libXfixes/