diff --git a/libX11-1.8.10.tar.xz b/libX11-1.8.10.tar.xz deleted file mode 100644 index 5309960..0000000 --- a/libX11-1.8.10.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2b3b3dad9347db41dca56beb7db5878f283bde1142f04d9f8e478af435dfdc53 -size 1839380 diff --git a/libX11-1.8.11.tar.xz b/libX11-1.8.11.tar.xz new file mode 100644 index 0000000..1dfa431 --- /dev/null +++ b/libX11-1.8.11.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b74e82943924b45a0b778cc6842976909c3010d9445a8fd185e1dca4d380e88 +size 1817652 diff --git a/libX11.changes b/libX11.changes index b95d41f..788fff1 100644 --- a/libX11.changes +++ b/libX11.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Mon Feb 3 09:09:16 UTC 2025 - Stefan Dirsch + +- Update to 1.8.11; this release includes: + * Close xcb connection after freeing display structure to avoid XIO error + when running synchronized (!264) + * Don't allocate memory for a zero-sized list of directories when + `SetFontPath()` is called with `ndirs == 0` (!266) + * Fix `-Werror=array-bounds` build failures with gcc 14.2 when + `MALLOC_0_RETURNS_NULL` is defined (!267) + * Set `data` field to 0 when initializing new requests (!268) + * ximcp: don't leak window if `XGetAtomName()` fails (!269) + * ximcp: allow XNArea with OnTheSpot (!270) + * ximcp: hide internal functions added in 1.8.10 (!271) + * Handle `-Wextra-semi-stmt` warnings from clang (!272) + * xkb: avoid undefined behavior due to left shift overflow (#225, !273) + * Fix misuse of `UCSConvertCase()` in `XConvertCase()` (!274) + * drop `pthread-stubs` dependency on Dragonfly, FreeBSD, & NetBSD (!277) + + Note that a bug in libXrender versions prior to December's 0.9.12 release + will cause them to fail to build with the XlibInt.h header from this release, + so packagers should be sure to update to libXrender 0.9.12 as well. + ------------------------------------------------------------------- Tue Jul 30 13:14:34 UTC 2024 - Stefan Dirsch diff --git a/libX11.spec b/libX11.spec index 89fdc7c..0189f0e 100644 --- a/libX11.spec +++ b/libX11.spec @@ -1,7 +1,7 @@ # # spec file for package libX11 # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: libX11 -Version: 1.8.10 +Version: 1.8.11 Release: 0 Summary: Core X11 protocol client library License: MIT