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
This commit is contained in:
Stefan Dirsch 2021-04-08 09:24:53 +00:00 committed by Git OBS Bridge
parent 27268a2bee
commit a1b682abb4
4 changed files with 27 additions and 11 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d66ad8b5c2441015ac1333e40137bb803c3bde3612ff040286fcc12158ea1bcb
size 419372

3
libdrm-2.4.105.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1d1d024b7cadc63e2b59cddaca94f78864940ab440843841113fbac6afaf2a46
size 420376

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Wed Apr 7 23:25:55 UTC 2021 - Dirk Müller <dmueller@suse.com>
- 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 <sndirsch@suse.com>

View File

@ -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*