Update to 2.4.111
Resolves: rhbz#2095157
This commit is contained in:
parent
099440dac6
commit
2aec107fd8
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@
|
||||
/libdrm-2.4.103.tar.xz
|
||||
/libdrm-2.4.107.tar.xz
|
||||
/libdrm-2.4.108.tar.xz
|
||||
/libdrm-2.4.111.tar.xz
|
||||
|
21
libdrm.spec
21
libdrm.spec
@ -6,7 +6,6 @@
|
||||
print(string.format("-D%s=%s", option, value))
|
||||
end}
|
||||
|
||||
%bcond_without libkms
|
||||
%ifarch %{ix86} x86_64
|
||||
%bcond_without intel
|
||||
%else
|
||||
@ -47,7 +46,7 @@ end}
|
||||
|
||||
Name: libdrm
|
||||
Summary: Direct Rendering Manager runtime library
|
||||
Version: 2.4.108
|
||||
Version: 2.4.111
|
||||
Release: 1%{?dist}
|
||||
License: MIT
|
||||
|
||||
@ -108,7 +107,6 @@ Utility programs for the kernel DRM interface. Will void your warranty.
|
||||
|
||||
%build
|
||||
%meson \
|
||||
%{bcond_meson libkms} \
|
||||
%{bcond_meson intel} \
|
||||
%{bcond_meson radeon} \
|
||||
%{bcond_meson amdgpu} \
|
||||
@ -148,10 +146,6 @@ cp %{SOURCE1} %{buildroot}%{_docdir}/libdrm
|
||||
%{_libdir}/libdrm.so.2
|
||||
%{_libdir}/libdrm.so.2.4.0
|
||||
%dir %{_datadir}/libdrm
|
||||
%if %{with libkms}
|
||||
%{_libdir}/libkms.so.1
|
||||
%{_libdir}/libkms.so.1.0.0
|
||||
%endif
|
||||
%if %{with intel}
|
||||
%{_libdir}/libdrm_intel.so.1
|
||||
%{_libdir}/libdrm_intel.so.1.0.0
|
||||
@ -202,11 +196,6 @@ cp %{SOURCE1} %{buildroot}%{_docdir}/libdrm
|
||||
%{_includedir}/libdrm/*_drm.h
|
||||
%{_libdir}/libdrm.so
|
||||
%{_libdir}/pkgconfig/libdrm.pc
|
||||
%if %{with libkms}
|
||||
%{_includedir}/libkms/
|
||||
%{_libdir}/libkms.so
|
||||
%{_libdir}/pkgconfig/libkms.pc
|
||||
%endif
|
||||
%if %{with intel}
|
||||
%{_includedir}/libdrm/intel_*.h
|
||||
%{_libdir}/libdrm_intel.so
|
||||
@ -273,11 +262,6 @@ cp %{SOURCE1} %{buildroot}%{_docdir}/libdrm
|
||||
%{_bindir}/drmdevice
|
||||
%exclude %{_bindir}/etnaviv_*
|
||||
%exclude %{_bindir}/exynos_*
|
||||
%{_bindir}/kms-steal-crtc
|
||||
%{_bindir}/kms-universal-planes
|
||||
%if %{with libkms}
|
||||
%{_bindir}/kmstest
|
||||
%endif
|
||||
%{_bindir}/modeprint
|
||||
%{_bindir}/modetest
|
||||
%{_bindir}/proptest
|
||||
@ -285,6 +269,9 @@ cp %{SOURCE1} %{buildroot}%{_docdir}/libdrm
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri Jun 10 2022 Dave Airlie <airlied@redhat.com> - 2.4.111-1
|
||||
- Update to 2.4.111
|
||||
|
||||
* Mon Nov 22 2021 Dave Airlie <airlied@redhat.com> - 2.4.108-1
|
||||
- Update to 2.4.108
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libdrm-2.4.108.tar.xz) = 6a841dc3eb8eae7d75e1d35d23a14d51aff758e5a251dbcf6fc8c28d973d935a4a2f6751b405e956b2777d93c651721199ac80c3cd14b87d021668120d6bc974
|
||||
SHA512 (libdrm-2.4.111.tar.xz) = 17e92e9e4ded8031ac222764bed7e9ff430a1a377f5e435f6b62b4a7f45cb4c4b769b3b79fbcba11512c1ac973abf8cdcca8e0b9659ae095e915d3d5efcf5516
|
||||
|
Loading…
Reference in New Issue
Block a user