From cf7a0238a223d68b0eab39a196d1eb1933726b42cc0401ffcea9c3896d395dff Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Mon, 25 Mar 2024 01:52:44 +0000 Subject: [PATCH] - update to 1.8.8 * Fix XIM input sometimes jumbled (#198, !236) * Fix _XkbReadGetDeviceInfoReply for nButtons == dev->buttons (!237) * Drop ifdefs for platforms that are no longer supported (!242, !243) * Assorted memory handling cleanups OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libX11?expand=0&rev=113 --- libX11-1.8.7.tar.xz | 3 --- libX11-1.8.8.tar.xz | 3 +++ libX11.changes | 9 +++++++++ libX11.spec | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 libX11-1.8.7.tar.xz create mode 100644 libX11-1.8.8.tar.xz diff --git a/libX11-1.8.7.tar.xz b/libX11-1.8.7.tar.xz deleted file mode 100644 index 23259aa..0000000 --- a/libX11-1.8.7.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:05f267468e3c851ae2b5c830bcf74251a90f63f04dd7c709ca94dc155b7e99ee -size 1859256 diff --git a/libX11-1.8.8.tar.xz b/libX11-1.8.8.tar.xz new file mode 100644 index 0000000..148ff00 --- /dev/null +++ b/libX11-1.8.8.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46afaebb2dd1a3a7348c0544a4b1c88c51de4bda885fde57d2cf98427ee5cbf6 +size 1872808 diff --git a/libX11.changes b/libX11.changes index 8adfc29..cd54e3d 100644 --- a/libX11.changes +++ b/libX11.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Mar 25 01:45:51 UTC 2024 - Stefan Dirsch + +- update to 1.8.8 + * Fix XIM input sometimes jumbled (#198, !236) + * Fix _XkbReadGetDeviceInfoReply for nButtons == dev->buttons (!237) + * Drop ifdefs for platforms that are no longer supported (!242, !243) + * Assorted memory handling cleanups + ------------------------------------------------------------------- Fri Mar 1 17:52:11 UTC 2024 - Jan Engelhardt diff --git a/libX11.spec b/libX11.spec index 071d754..5708b89 100644 --- a/libX11.spec +++ b/libX11.spec @@ -17,7 +17,7 @@ Name: libX11 -Version: 1.8.7 +Version: 1.8.8 Release: 0 Summary: Core X11 protocol client library License: MIT