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:
commit
fea4359bb7
BIN
libdrm-2.4.119.tar.xz
(Stored with Git LFS)
BIN
libdrm-2.4.119.tar.xz
(Stored with Git LFS)
Binary file not shown.
3
libdrm-2.4.120.tar.xz
Normal file
3
libdrm-2.4.120.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3bf55363f76c7250946441ab51d3a6cc0ae518055c0ff017324ab76cdefb327a
|
||||||
|
size 479564
|
@ -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>
|
Thu Dec 28 11:20:58 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libdrm
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -24,7 +24,7 @@
|
|||||||
|
|
||||||
Name: libdrm
|
Name: libdrm
|
||||||
# Please remember to adjust the version in the n_libdrm-drop-valgrind* patches
|
# Please remember to adjust the version in the n_libdrm-drop-valgrind* patches
|
||||||
Version: 2.4.119
|
Version: 2.4.120
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Userspace Interface for Kernel DRM Services
|
Summary: Userspace Interface for Kernel DRM Services
|
||||||
License: MIT
|
License: MIT
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
@@ -5,7 +5,6 @@
|
@@ -5,7 +5,6 @@
|
||||||
Name: libdrm
|
Name: libdrm
|
||||||
Description: Userspace interface to kernel DRM services
|
Description: Userspace interface to kernel DRM services
|
||||||
Version: 2.4.118
|
Version: 2.4.120
|
||||||
-Requires.private: valgrind
|
-Requires.private: valgrind
|
||||||
Libs: -L${libdir} -ldrm
|
Libs: -L${libdir} -ldrm
|
||||||
Libs.private: -lm
|
Libs.private: -lm
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
+++ pkgconfig/libdrm_intel.pc 2023-11-17 14:38:39.303431015 +0100
|
+++ pkgconfig/libdrm_intel.pc 2023-11-17 14:38:39.303431015 +0100
|
||||||
@@ -6,7 +6,7 @@
|
@@ -6,7 +6,7 @@
|
||||||
Description: Userspace interface to intel kernel DRM services
|
Description: Userspace interface to intel kernel DRM services
|
||||||
Version: 2.4.118
|
Version: 2.4.120
|
||||||
Requires: libdrm
|
Requires: libdrm
|
||||||
-Requires.private: pciaccess >= 0.10, valgrind
|
-Requires.private: pciaccess >= 0.10, valgrind
|
||||||
+Requires.private: pciaccess >= 0.10
|
+Requires.private: pciaccess >= 0.10
|
||||||
|
Loading…
x
Reference in New Issue
Block a user