From db5a40466a6b4d927cca6b0c03f864486c001d2d74969b9de95af8687b5b1273 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Sat, 8 Apr 2017 13:18:37 +0000 Subject: [PATCH] Accepting request 486735 from home:tobijk:X11:XOrg - Update to version 2.4.77: + tests/etnaviv: link against libdrm + etnaviv: remove struct etna_specs + amdgpu: add amdgpu_bo_va_op_raw to the symbol check + configure.ac: bring back pthread-stubs check + tegra: update symbol-check + amdgpu: add REPLACE and CLEAR checking for VA op (v2) + amdgpu: add amdgpu_bo_va_op_raw + headers: sync amdgpu_drm.h from airlied/drm-next + headers: the uint*_t vs. __u* discrepancy in amdgpu_drm is fixed + Android: fix building of modetest and proptest + Android: disable pointer-arith and enum-conversion + exynos: fix type-punned pointer build warning + exynos/fimg2d: remove unused-function build warning + tests/exynos: remove unused-function build warning + tests/exynos: fix invalid code of error path in g2d test + xf86drm: remove memory leaks in drmGetBusid/drmGetReservedContextList OBS-URL: https://build.opensuse.org/request/show/486735 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libdrm?expand=0&rev=231 --- libdrm-2.4.76.tar.bz2 | 3 --- libdrm-2.4.77.tar.bz2 | 3 +++ libdrm.changes | 21 +++++++++++++++++++++ libdrm.spec | 2 +- 4 files changed, 25 insertions(+), 4 deletions(-) delete mode 100644 libdrm-2.4.76.tar.bz2 create mode 100644 libdrm-2.4.77.tar.bz2 diff --git a/libdrm-2.4.76.tar.bz2 b/libdrm-2.4.76.tar.bz2 deleted file mode 100644 index adb51ba..0000000 --- a/libdrm-2.4.76.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7cdfb83ea77def453299dd95332aa9257c9f3534ff5844f5c0ce87265c275f3a -size 783155 diff --git a/libdrm-2.4.77.tar.bz2 b/libdrm-2.4.77.tar.bz2 new file mode 100644 index 0000000..56849d5 --- /dev/null +++ b/libdrm-2.4.77.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8d5e2ca3a42a4d02b4df97fde45a12eeeb34c158008361026f82c8bf6fb3b6d +size 782724 diff --git a/libdrm.changes b/libdrm.changes index 25c1135..420cd56 100644 --- a/libdrm.changes +++ b/libdrm.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Sat Apr 8 12:37:08 UTC 2017 - tobias.johannes.klausmann@mni.thm.de + +- Update to version 2.4.77: + + tests/etnaviv: link against libdrm + + etnaviv: remove struct etna_specs + + amdgpu: add amdgpu_bo_va_op_raw to the symbol check + + configure.ac: bring back pthread-stubs check + + tegra: update symbol-check + + amdgpu: add REPLACE and CLEAR checking for VA op (v2) + + amdgpu: add amdgpu_bo_va_op_raw + + headers: sync amdgpu_drm.h from airlied/drm-next + + headers: the uint*_t vs. __u* discrepancy in amdgpu_drm is fixed + + Android: fix building of modetest and proptest + + Android: disable pointer-arith and enum-conversion + + exynos: fix type-punned pointer build warning + + exynos/fimg2d: remove unused-function build warning + + tests/exynos: remove unused-function build warning + + tests/exynos: fix invalid code of error path in g2d test + + xf86drm: remove memory leaks in drmGetBusid/drmGetReservedContextList + ------------------------------------------------------------------- Tue Apr 4 09:30:51 UTC 2017 - sndirsch@suse.com diff --git a/libdrm.spec b/libdrm.spec index 669671c..1542a86 100644 --- a/libdrm.spec +++ b/libdrm.spec @@ -17,7 +17,7 @@ Name: libdrm -Version: 2.4.76 +Version: 2.4.77 Release: 0 Summary: Userspace Interface for Kernel DRM Services License: MIT