- update to 2.4.111

* bugfixes
  * drops libkms

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libdrm?expand=0&rev=309
This commit is contained in:
Stefan Dirsch 2022-06-03 20:25:58 +00:00 committed by Git OBS Bridge
parent 5bb5551d5c
commit 1cdb2d3acf
5 changed files with 11 additions and 38 deletions

View File

@ -16,7 +16,3 @@ libdrm-devel
targetarch arm requires "libdrm_omap1-<targettype> = <version>"
requires "libdrm_radeon1-<targettype> = <version>"
requires "libdrm_amdgpu1-<targettype> = <version>"
libkms1
libkms-devel
requires -libkms-<targettype>
requires "libkms1-<targettype> = <version>"

View File

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

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

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

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Jun 3 20:16:41 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
- update to 2.4.111
* bugfixes
* drops libkms
-------------------------------------------------------------------
Mon Feb 28 19:26:25 UTC 2022 - Dirk Müller <dmueller@suse.com>

View File

@ -17,7 +17,7 @@
Name: libdrm
Version: 2.4.110
Version: 2.4.111
Release: 0
Summary: Userspace Interface for Kernel DRM Services
License: MIT
@ -159,23 +159,6 @@ Linux, BSD and other operating systems.
This package provides userspace interface for Kernel DRM services
for AMD Radeon chips.
%package -n libkms-devel
Summary: Development files for the KMS MM abstraction library
Group: Development/Libraries/C and C++
Requires: libkms1 = %{version}
%description -n libkms-devel
This package contains the development headers for the library found
in libkms1.
%package -n libkms1
Summary: Userspace interface to kernel DRM buffer management
Group: System/Libraries
%description -n libkms1
The KMS Memory Management abstraction library.
This package provides the userspace interface to kernel DRM buffer management
%package -n libdrm_omap1
Summary: Userspace interface to kernel DRM services for omap chips
Group: System/Libraries
@ -279,8 +262,6 @@ export CFLAGS="%{optflags} -fno-strict-aliasing"
%postun -n libdrm_radeon1 -p /sbin/ldconfig
%post -n libdrm_amdgpu1 -p /sbin/ldconfig
%postun -n libdrm_amdgpu1 -p /sbin/ldconfig
%post -n libkms1 -p /sbin/ldconfig
%postun -n libkms1 -p /sbin/ldconfig
%ifarch %{arm}
%post -n libdrm_omap1 -p /sbin/ldconfig
@ -309,9 +290,6 @@ export CFLAGS="%{optflags} -fno-strict-aliasing"
%{_bindir}/exynos_fimg2d_perf
%endif
%{_bindir}/amdgpu_stress
%{_bindir}/kms-steal-crtc
%{_bindir}/kms-universal-planes
%{_bindir}/kmstest
%{_bindir}/modeprint
%{_bindir}/modetest
%{_bindir}/proptest
@ -352,14 +330,6 @@ export CFLAGS="%{optflags} -fno-strict-aliasing"
%{_libdir}/libdrm_amdgpu.so.1*
%{_datarootdir}/libdrm/amdgpu.ids
%files -n libkms1
%{_libdir}/libkms.so.1*
%files -n libkms-devel
%{_includedir}/libkms
%{_libdir}/libkms.so
%{_libdir}/pkgconfig/libkms.pc
%ifarch %{arm}
%files -n libdrm_omap1
%{_libdir}/libdrm_omap.so.1*