From 5819f0b24f20d7ceb2804e42bde9738e42ece9f1b1b369a20f3bfa34afd3e7d7 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Fri, 26 Nov 2021 18:33:17 +0000 Subject: [PATCH] Accepting request 934136 from home:dirkmueller:Factory - update to 2.4.109: * amdgpu: add new function to get fd * radeon: remove duplicate struct declaration * xf86drm: fix compiler warnings * ci fixes OBS-URL: https://build.opensuse.org/request/show/934136 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libdrm?expand=0&rev=307 --- libdrm-2.4.108.tar.xz | 3 --- libdrm-2.4.109.tar.xz | 3 +++ libdrm.changes | 9 +++++++++ libdrm.spec | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 libdrm-2.4.108.tar.xz create mode 100644 libdrm-2.4.109.tar.xz diff --git a/libdrm-2.4.108.tar.xz b/libdrm-2.4.108.tar.xz deleted file mode 100644 index 0b4cd74..0000000 --- a/libdrm-2.4.108.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a1d7948cbc536763fde14b4beb5e4da7867607966d4cf46301087e8b8fe3d6a0 -size 432492 diff --git a/libdrm-2.4.109.tar.xz b/libdrm-2.4.109.tar.xz new file mode 100644 index 0000000..934c8a1 --- /dev/null +++ b/libdrm-2.4.109.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:629352e08c1fe84862ca046598d8a08ce14d26ab25ee1f4704f993d074cb7f26 +size 433708 diff --git a/libdrm.changes b/libdrm.changes index e495b7f..917ea1a 100644 --- a/libdrm.changes +++ b/libdrm.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Fri Nov 26 18:18:16 UTC 2021 - Dirk Müller + +- update to 2.4.109: + * amdgpu: add new function to get fd + * radeon: remove duplicate struct declaration + * xf86drm: fix compiler warnings + * ci fixes + ------------------------------------------------------------------- Wed Nov 24 20:50:50 UTC 2021 - Dirk Müller diff --git a/libdrm.spec b/libdrm.spec index e903910..fb0b8c0 100644 --- a/libdrm.spec +++ b/libdrm.spec @@ -17,7 +17,7 @@ Name: libdrm -Version: 2.4.108 +Version: 2.4.109 Release: 0 Summary: Userspace Interface for Kernel DRM Services License: MIT