[ptxdist] [PATCH] libxml2: Version bump. 2.11.6 -> 2.12.1

2023-12-04 Thread Christian Melki
Major rework, I guess mostly speed related. https://gitlab.gnome.org/GNOME/libxml2/-/releases/v2.12.0 https://gitlab.gnome.org/GNOME/libxml2/-/releases/v2.12.1 May break stuff, proceed with caution. Globals are quite reworked and stored in thread local storage if available. * Forward patchset, ap

[ptxdist] [PATCH] weston: Version bump. 12.0.2 -> 13.0.0

2023-12-04 Thread Christian Melki
https://lists.freedesktop.org/archives/wayland-devel/2023-November/043326.html logind backend is gone, sort of makes seatd mandatory afaict. * Remove deprecated options. * seatd is a hard dependency now(?) * Forward patchset applies cleanly. Signed-off-by: Christian Melki --- .../0001-HACK-do

[ptxdist] [PATCH 2/2] igt-gpu-tools: avoid installing all files in targetinstall

2023-12-04 Thread Michael Tretter
The igt-gpu-tools installed all files by using install_tree during targetinstall. That resulted in the installation in a lot of platform-dependent tools and tests to be installed. Avoid this by explicitly installing the tools and tests depending on the package configuration. As code_cov_parse_inf

[ptxdist] [PATCH 1/2] igt-gpu-tools: limit blacklisting of BINDNOW to x86

2023-12-04 Thread Michael Tretter
The segfaults caused by BINDNOW are x86-specific. Limit the blacklisting to x86 systems and add further documentation, why BINDNOW has to be blacklisted. Signed-off-by: Michael Tretter --- rules/igt-gpu-tools.make | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/ru