1 Commits

Author SHA256 Message Date
Stefan Dirsch
cccd0cfff5 update to 2.4.131 (jsc#PED-14036) 2026-01-20 00:02:32 +01:00
4 changed files with 79 additions and 8 deletions

Binary file not shown.

BIN
libdrm-2.4.131.tar.xz LFS Normal file

Binary file not shown.

View File

@@ -1,8 +1,74 @@
-------------------------------------------------------------------
Sun Dec 28 23:03:32 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 2.4.131
* support steam machine
* avoid insecure getenv use
-------------------------------------------------------------------
Mon Dec 8 15:08:17 UTC 2025 - Stefan Dirsch <sndirsch@suse.com>
- Update to 2.4.130
* omap: fix omap_bo_size for tiled buffers
* amdgpu: add env support for amdgpu.ids path
* Support multiple paths in AMDGPU_ASIC_ID_TABLE_PATH envar
* amdgpu: Fix envar name in documentation
* Sync headers with drm-next
* headers: drm: Sync virtgpu_drm.h with Linux v6.16
-------------------------------------------------------------------
Mon Nov 17 16:14:29 UTC 2025 - Stefan Dirsch <sndirsch@suse.com>
- Update to 2.4.129
* amdgpu: update marketing names
* amdgpu: update marketing names
* Sync headers with drm-next
-------------------------------------------------------------------
Sun Nov 2 11:28:37 UTC 2025 - Stefan Dirsch <sndirsch@suse.com>
- Update to 2.4.128
* Versions 2.4.126 and 2.4.127 contain an ABI breakage in
libdrm_amdgpu. Depending on which Mesa version or commit you
use, you may see stack smashing resulting in crashes of AMD
Mesa drivers. It's recommended to never package versions
2.4.126 and 2.4.127.
-------------------------------------------------------------------
Tue Oct 14 18:10:05 UTC 2025 - Stefan Dirsch <sndirsch@suse.com>
- Update to 2.4.127
* xf86drm: Trim traling whitespace in xf86drm.h
* xf86drm: Fix drmDevicesEqual() for nodes on the faux bus
* xf86drm: Drop drmFauxDeviceInfo
-------------------------------------------------------------------
Thu Oct 9 08:48:03 UTC 2025 - Christophe Marin <christophe@krop.fr>
- Update to 2.4.126
* amdgpu: update marketing names
* xf86drm: Add faux bus
* modetest: fix build error on is_power_of_two()
* drm/amdgpu: Add user queue HQD count to hw_ip info
* modetest: util: add seed argument for noise patterns
* modetest: util: pattern: add new patterns
-------------------------------------------------------------------
Thu Oct 2 11:17:36 UTC 2025 - Andreas Schwab <schwab@suse.de>
- Enable valgrind support on riscv64
-------------------------------------------------------------------
Mon Sep 22 15:36:39 UTC 2025 - Stefan Dirsch <sndirsch@suse.com>
- redefine %meson_build/%meson_install on Leap 15.6 in order to fix
build
-------------------------------------------------------------------
Thu Dec 12 22:25:43 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
- adjusted patches
* n_libdrm-drop-valgrind-dep-generic.patch
* n_libdrm-drop-valgrind-dep-generic.patch
* n_libdrm-drop-valgrind-dep-intel.patch
-------------------------------------------------------------------
@@ -94,7 +160,7 @@ Sat Jan 13 10:33:20 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
linear/fallback case
* amdgpu: fix use-after-free
* Sync headers with drm-next
- adjusted
- adjusted
* n_libdrm-drop-valgrind-dep-generic.patch
* n_libdrm-drop-valgrind-dep-intel.patch

View File

@@ -1,7 +1,7 @@
#
# spec file for package libdrm
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,15 +16,20 @@
#
%ifarch aarch64 x86_64 ppc64le s390x
%ifarch aarch64 x86_64 ppc64le s390x riscv64
%bcond_without valgrind_support
%else
%bcond_with valgrind_support
%endif
%if 0%{?sle_version} == 150600 && 0%{?is_opensuse}
%define meson_build /usr/bin/meson compile -C %{_vpath_builddir} %{_smp_mflags} --verbose
%define meson_install /usr/bin/meson install -C %{_vpath_builddir} --no-rebuild --destdir=%{buildroot}
%endif
Name: libdrm
# Please remember to adjust the version in the n_libdrm-drop-valgrind* patches
Version: 2.4.124
Version: 2.4.131
Release: 0
Summary: Userspace Interface for Kernel DRM Services
License: MIT