From 6f70ccd8b1594539c4a0226ee14ad7ca37c7fe0ecacb4de6110117eb46ca2469 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Fri, 29 Apr 2022 18:01:20 +0000 Subject: [PATCH] - Update to version 1.8 * The highlight of this release is that we now try to initialize thread safety ourselves, rather than hope the application does it. This should resolve a number of long-standing bugs with the libxcb integration, since the socket handoff mechanism essentially has to be thread-safe. OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libX11?expand=0&rev=77 --- libX11-1.7.5.tar.xz | 3 --- libX11-1.8.tar.xz | 3 +++ libX11.changes | 10 ++++++++++ libX11.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 libX11-1.7.5.tar.xz create mode 100644 libX11-1.8.tar.xz diff --git a/libX11-1.7.5.tar.xz b/libX11-1.7.5.tar.xz deleted file mode 100644 index 42be42f..0000000 --- a/libX11-1.7.5.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5a1847e2e2c248e1a203a24a1338a5586d6f48472eac58f6f08539110a965151 -size 1853152 diff --git a/libX11-1.8.tar.xz b/libX11-1.8.tar.xz new file mode 100644 index 0000000..7e7bfdf --- /dev/null +++ b/libX11-1.8.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:081bf42ebab023aa92cfdb20c7af8c5ae13d13e88a5e22f90f4453ef80bbdde4 +size 1782508 diff --git a/libX11.changes b/libX11.changes index 4a08eb5..5e50a1d 100644 --- a/libX11.changes +++ b/libX11.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Apr 29 17:56:04 UTC 2022 - Stefan Dirsch + +- Update to version 1.8 + * The highlight of this release is that we now try to initialize + thread safety ourselves, rather than hope the application does it. + This should resolve a number of long-standing bugs with the libxcb + integration, since the socket handoff mechanism essentially has to + be thread-safe. + ------------------------------------------------------------------- Sun Apr 3 18:37:48 UTC 2022 - Stefan Dirsch diff --git a/libX11.spec b/libX11.spec index 2dab0ed..ee7ddb2 100644 --- a/libX11.spec +++ b/libX11.spec @@ -17,7 +17,7 @@ Name: libX11 -Version: 1.7.5 +Version: 1.8 Release: 0 Summary: Core X11 protocol client library License: MIT