Accepting request 1138457 from X11:XOrg

- update to 2.4.120
  * radeon: fix missing stencil_tile_mode initialisation in the
    linear/fallback case
  * amdgpu: fix use-after-free
  * Sync headers with drm-next
- adjusted 
  * n_libdrm-drop-valgrind-dep-generic.patch
  * n_libdrm-drop-valgrind-dep-intel.patch

- adjusted n_libdrm-drop-valgrind-dep-generic.patch,
  n_libdrm-drop-valgrind-dep-intel.patch to fix build

OBS-URL: https://build.opensuse.org/request/show/1138457
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libdrm?expand=0&rev=175
This commit is contained in:
Ana Guerrero 2024-01-15 21:11:37 +00:00 committed by Git OBS Bridge
commit fea4359bb7
6 changed files with 25 additions and 7 deletions

BIN
libdrm-2.4.119.tar.xz (Stored with Git LFS)

Binary file not shown.

3
libdrm-2.4.120.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3bf55363f76c7250946441ab51d3a6cc0ae518055c0ff017324ab76cdefb327a
size 479564

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Sat Jan 13 10:33:20 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
- update to 2.4.120
* radeon: fix missing stencil_tile_mode initialisation in the
linear/fallback case
* amdgpu: fix use-after-free
* Sync headers with drm-next
- adjusted
* n_libdrm-drop-valgrind-dep-generic.patch
* n_libdrm-drop-valgrind-dep-intel.patch
-------------------------------------------------------------------
Sat Jan 6 21:10:13 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
- adjusted n_libdrm-drop-valgrind-dep-generic.patch,
n_libdrm-drop-valgrind-dep-intel.patch to fix build
-------------------------------------------------------------------
Thu Dec 28 11:20:58 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package libdrm
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -24,7 +24,7 @@
Name: libdrm
# Please remember to adjust the version in the n_libdrm-drop-valgrind* patches
Version: 2.4.119
Version: 2.4.120
Release: 0
Summary: Userspace Interface for Kernel DRM Services
License: MIT

View File

@ -3,7 +3,7 @@
@@ -5,7 +5,6 @@
Name: libdrm
Description: Userspace interface to kernel DRM services
Version: 2.4.118
Version: 2.4.120
-Requires.private: valgrind
Libs: -L${libdir} -ldrm
Libs.private: -lm

View File

@ -2,7 +2,7 @@
+++ pkgconfig/libdrm_intel.pc 2023-11-17 14:38:39.303431015 +0100
@@ -6,7 +6,7 @@
Description: Userspace interface to intel kernel DRM services
Version: 2.4.118
Version: 2.4.120
Requires: libdrm
-Requires.private: pciaccess >= 0.10, valgrind
+Requires.private: pciaccess >= 0.10