Accepting request 1242420 from X11:XOrg
- 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. OBS-URL: https://build.opensuse.org/request/show/1242420 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libX11?expand=0&rev=56
This commit is contained in:
commit
8d12805807
BIN
libX11-1.8.10.tar.xz
(Stored with Git LFS)
BIN
libX11-1.8.10.tar.xz
(Stored with Git LFS)
Binary file not shown.
3
libX11-1.8.11.tar.xz
Normal file
3
libX11-1.8.11.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3b74e82943924b45a0b778cc6842976909c3010d9445a8fd185e1dca4d380e88
|
||||
size 1817652
|
@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 3 09:09:16 UTC 2025 - Stefan Dirsch <sndirsch@suse.com>
|
||||
|
||||
- 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 <sndirsch@suse.com>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user