From c9a4be3fae6a81d47a0a7822aa8798d9fa8ad0ad Mon Sep 17 00:00:00 2001 From: Renbo Date: Tue, 5 Dec 2023 14:48:06 +0800 Subject: [PATCH] update to libdrm-2.4.115-1 Signed-off-by: Renbo --- dist | 1 + download | 2 +- libdrm.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 dist diff --git a/dist b/dist new file mode 100644 index 0000000..89c1faf --- /dev/null +++ b/dist @@ -0,0 +1 @@ +an9 diff --git a/download b/download index 39b178f..29e08d2 100644 --- a/download +++ b/download @@ -1 +1 @@ -07759750351465e5dd39f4fe40f000ea libdrm-2.4.114.tar.xz +5403981a20c964f4c893ff91393652bd libdrm-2.4.115.tar.xz diff --git a/libdrm.spec b/libdrm.spec index 837f013..e41d4d4 100644 --- a/libdrm.spec +++ b/libdrm.spec @@ -53,7 +53,7 @@ end} Name: libdrm Summary: Direct Rendering Manager runtime library -Version: 2.4.114 +Version: 2.4.115 Release: 1%{?dist} License: MIT @@ -279,6 +279,9 @@ cp %{SOURCE1} %{buildroot}%{_docdir}/libdrm %endif %changelog +* Wed May 17 2023 Dave Airlie - 2.4.115-1 +- Update to 2.4.115 + * Thu Nov 10 2022 Dave Airlie - 2.4.111-1 - Update to 2.4.114 -- Gitee