From a1b682abb44658192b3365e4fe9904aee3757b9b3f9216a340e8bf251d596701 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Thu, 8 Apr 2021 09:24:53 +0000 Subject: [PATCH] Accepting request 883708 from home:dirkmueller:Factory - update to 2.4.105: * amdgpu: add function of INFO ioctl for querying video caps * amdgpu: sync up amdgpu_drm.h with latest from kernel * xf86drmMode: set FB_MODIFIERS flag when modifiers are supplied * xf86drmMode: introduce drmModeGetPropertyType * intel: Keep libdrm working without pread/pwrite ioctls * xf86drm: fix null pointer deref in drmGetBufInfo * intel: Add support for JSL * xf86drm: warn about GEM handle reference counting * xf86drmMode: add drmIsKMS * intel: add INTEL_ADLS_IDS to the pciids list * intel: sync i915_pciids.h with kernel * amdgpu: update marketing names * tests and build system fixes OBS-URL: https://build.opensuse.org/request/show/883708 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libdrm?expand=0&rev=300 --- libdrm-2.4.104.tar.xz | 3 --- libdrm-2.4.105.tar.xz | 3 +++ libdrm.changes | 18 ++++++++++++++++++ libdrm.spec | 14 ++++++-------- 4 files changed, 27 insertions(+), 11 deletions(-) delete mode 100644 libdrm-2.4.104.tar.xz create mode 100644 libdrm-2.4.105.tar.xz diff --git a/libdrm-2.4.104.tar.xz b/libdrm-2.4.104.tar.xz deleted file mode 100644 index 1346b94..0000000 --- a/libdrm-2.4.104.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d66ad8b5c2441015ac1333e40137bb803c3bde3612ff040286fcc12158ea1bcb -size 419372 diff --git a/libdrm-2.4.105.tar.xz b/libdrm-2.4.105.tar.xz new file mode 100644 index 0000000..466c4d8 --- /dev/null +++ b/libdrm-2.4.105.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d1d024b7cadc63e2b59cddaca94f78864940ab440843841113fbac6afaf2a46 +size 420376 diff --git a/libdrm.changes b/libdrm.changes index 7f18c40..268895c 100644 --- a/libdrm.changes +++ b/libdrm.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Wed Apr 7 23:25:55 UTC 2021 - Dirk Müller + +- update to 2.4.105: + * amdgpu: add function of INFO ioctl for querying video caps + * amdgpu: sync up amdgpu_drm.h with latest from kernel + * xf86drmMode: set FB_MODIFIERS flag when modifiers are supplied + * xf86drmMode: introduce drmModeGetPropertyType + * intel: Keep libdrm working without pread/pwrite ioctls + * xf86drm: fix null pointer deref in drmGetBufInfo + * intel: Add support for JSL + * xf86drm: warn about GEM handle reference counting + * xf86drmMode: add drmIsKMS + * intel: add INTEL_ADLS_IDS to the pciids list + * intel: sync i915_pciids.h with kernel + * amdgpu: update marketing names + * tests and build system fixes + ------------------------------------------------------------------- Sun Jan 24 11:45:41 UTC 2021 - Stefan Dirsch diff --git a/libdrm.spec b/libdrm.spec index 44bbb3d..0265184 100644 --- a/libdrm.spec +++ b/libdrm.spec @@ -17,7 +17,7 @@ Name: libdrm -Version: 2.4.104 +Version: 2.4.105 Release: 0 Summary: Userspace Interface for Kernel DRM Services License: MIT @@ -28,21 +28,19 @@ URL: https://dri.freedesktop.org/ # Source URL: https://dri.freedesktop.org/libdrm/ Source: https://dri.freedesktop.org/libdrm/%{name}-%{version}.tar.xz Source2: baselibs.conf - BuildRequires: fdupes BuildRequires: meson >= 0.43 BuildRequires: pkgconfig # needed for rst2man to create manual pages BuildRequires: python3-docutils BuildRequires: pkgconfig(pciaccess) >= 0.10 +Provides: libdrm23 = %{version} +Obsoletes: libdrm23 < %{version} %if 0%{?with_valgrind_support:1} %ifarch %{ix86} x86_64 ppc ppc64 ppc64le s390x %{arm} BuildRequires: pkgconfig(valgrind) %endif %endif - -Provides: libdrm23 = %{version} -Obsoletes: libdrm23 < %{version} # bug437293 %ifarch ppc64 Obsoletes: libdrm-64bit < %{version} @@ -302,7 +300,7 @@ export CFLAGS="%{optflags} -fno-strict-aliasing" %files tools %{_bindir}/drmdevice -%ifarch %arm aarch64 +%ifarch %{arm} aarch64 %{_bindir}/etnaviv_2d_test %{_bindir}/etnaviv_bo_cache_test %{_bindir}/etnaviv_cmd_stream_test @@ -368,10 +366,10 @@ export CFLAGS="%{optflags} -fno-strict-aliasing" %ifarch %{arm} aarch64 %files -n libdrm_etnaviv1 -%_libdir/libdrm_etnaviv.so.1* +%{_libdir}/libdrm_etnaviv.so.1* %files -n libdrm_exynos1 -%_libdir/libdrm_exynos.so.1* +%{_libdir}/libdrm_exynos.so.1* %files -n libdrm_freedreno1 %{_libdir}/libdrm_freedreno.so.1*