- 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
This commit is contained in:
Stefan Dirsch 2021-05-12 09:36:17 +00:00 committed by Git OBS Bridge
parent c236ae540f
commit 4fadcbe926
4 changed files with 25 additions and 7 deletions

View File

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

3
libXfixes-6.0.0.tar.bz2 Normal file
View File

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

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Wed May 12 09:30:37 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>
- 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

View File

@ -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/