From 42c75054e7facac0f32502328e4c8f55a56e9a954afa06ac1452767c9b804452 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Wed, 6 Jan 2021 20:55:27 +0000 Subject: [PATCH] Accepting request 860772 from home:dirkmueller:branches:X11:XOrg - update to 2.4.103: * xf86drm.c: Use integer logarithm. * amdgpu: only enable security tests on raven family * amdgpu: sync up amdgpu_drm.h with latest from kernel * amdgpu: add marketing names from 20.40 * intel: add INTEL_DG1_IDS to the pciids list * amdgpu: add device IDs for Raven, Picasso and Renoir * intel: sync i915_pciids.h with kernel * amdgpu: Add Device IDs for Embedded Raven2 platforms * intel: sync i915_pciids.h with kernel * xf86drm.c: fix build failure * core: use `O_RDONLY` instead of ambiguous `0` flag * lots of tests/amdgpu updates OBS-URL: https://build.opensuse.org/request/show/860772 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libdrm?expand=0&rev=295 --- libdrm-2.4.102.tar.xz | 3 --- libdrm-2.4.103.tar.xz | 3 +++ libdrm.changes | 17 +++++++++++++++++ libdrm.spec | 6 +++--- 4 files changed, 23 insertions(+), 6 deletions(-) delete mode 100644 libdrm-2.4.102.tar.xz create mode 100644 libdrm-2.4.103.tar.xz diff --git a/libdrm-2.4.102.tar.xz b/libdrm-2.4.102.tar.xz deleted file mode 100644 index cd8726d..0000000 --- a/libdrm-2.4.102.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8bcbf9336c28e393d76c1f16d7e79e394a7fce8a2e929d52d3ad7ad8525ba05b -size 408844 diff --git a/libdrm-2.4.103.tar.xz b/libdrm-2.4.103.tar.xz new file mode 100644 index 0000000..87d8708 --- /dev/null +++ b/libdrm-2.4.103.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fe0affdba6460166a7323290c18cf68e9b59edcb520722826cb244e9cb50222 +size 412796 diff --git a/libdrm.changes b/libdrm.changes index 2fedf1c..d23365e 100644 --- a/libdrm.changes +++ b/libdrm.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Wed Jan 6 16:03:04 UTC 2021 - Dirk Müller + +- update to 2.4.103: + * xf86drm.c: Use integer logarithm. + * amdgpu: only enable security tests on raven family + * amdgpu: sync up amdgpu_drm.h with latest from kernel + * amdgpu: add marketing names from 20.40 + * intel: add INTEL_DG1_IDS to the pciids list + * amdgpu: add device IDs for Raven, Picasso and Renoir + * intel: sync i915_pciids.h with kernel + * amdgpu: Add Device IDs for Embedded Raven2 platforms + * intel: sync i915_pciids.h with kernel + * xf86drm.c: fix build failure + * core: use `O_RDONLY` instead of ambiguous `0` flag + * lots of tests/amdgpu updates + ------------------------------------------------------------------- Mon Aug 31 17:30:37 UTC 2020 - Stefan Dirsch diff --git a/libdrm.spec b/libdrm.spec index 20da015..30dc0f7 100644 --- a/libdrm.spec +++ b/libdrm.spec @@ -1,7 +1,7 @@ # # spec file for package libdrm # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,12 +17,12 @@ Name: libdrm -Version: 2.4.102 +Version: 2.4.103 Release: 0 Summary: Userspace Interface for Kernel DRM Services License: MIT Group: Development/Libraries/X11 -URL: http://dri.freedesktop.org/ +URL: https://dri.freedesktop.org/ # Git-Clone: https://gitlab.freedesktop.org/mesa/drm.git # Git-Web: https://gitlab.freedesktop.org/mesa/drm # Source URL: https://dri.freedesktop.org/libdrm/