Update to 2.4.109
This commit is contained in:
parent
bf9b8d4137
commit
8ebe1c7f4b
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@
|
||||
/libdrm-2.4.103.tar.xz
|
||||
/libdrm-2.4.105.tar.xz
|
||||
/libdrm-2.4.107.tar.xz
|
||||
/libdrm-2.4.109.tar.xz
|
||||
|
16
libdrm.spec
16
libdrm.spec
@ -47,8 +47,8 @@ end}
|
||||
|
||||
Name: libdrm
|
||||
Summary: Direct Rendering Manager runtime library
|
||||
Version: 2.4.107
|
||||
Release: 2%{?dist}
|
||||
Version: 2.4.109
|
||||
Release: 1%{?dist}
|
||||
License: MIT
|
||||
|
||||
URL: https://dri.freedesktop.org
|
||||
@ -213,7 +213,7 @@ cp %{SOURCE1} %{buildroot}%{_docdir}/libdrm
|
||||
%{_libdir}/pkgconfig/libdrm_intel.pc
|
||||
%endif
|
||||
%if %{with radeon}
|
||||
%{_includedir}/libdrm/radeon_*.h
|
||||
%{_includedir}/libdrm/radeon_{bo,cs,surface}*.h
|
||||
%{_includedir}/libdrm/r600_pci_ids.h
|
||||
%{_libdir}/libdrm_radeon.so
|
||||
%{_libdir}/pkgconfig/libdrm_radeon.pc
|
||||
@ -269,9 +269,16 @@ cp %{SOURCE1} %{buildroot}%{_docdir}/libdrm
|
||||
|
||||
%if %{with install_test_programs}
|
||||
%files -n drm-utils
|
||||
%if %{with amdgpu}
|
||||
%{_bindir}/amdgpu_stress
|
||||
%endif
|
||||
%{_bindir}/drmdevice
|
||||
%if %{with etnaviv}
|
||||
%exclude %{_bindir}/etnaviv_*
|
||||
%endif
|
||||
%if %{with exynos}
|
||||
%exclude %{_bindir}/exynos_*
|
||||
%endif
|
||||
%{_bindir}/kms-steal-crtc
|
||||
%{_bindir}/kms-universal-planes
|
||||
%if %{with libkms}
|
||||
@ -284,6 +291,9 @@ cp %{SOURCE1} %{buildroot}%{_docdir}/libdrm
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Mon Nov 29 2021 Adam Jackson <ajax@redhat.com> - 2.4.109-1
|
||||
- Update to 2.4.109
|
||||
|
||||
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.107-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libdrm-2.4.107.tar.xz) = c7542ba15c4c934519a6a1f3cb1ec21effa820a805a030d0175313bb1cc796cd311f39596ead883f9f251679d701e262894c5a297d5cf45093c80a6cd818def0
|
||||
SHA512 (libdrm-2.4.109.tar.xz) = 45194bb28207421afcff3e247930d2eeab77a5fea58e6be22f67525f2e0aab2f410a9ae0ab315b55ef56b80c481bba40b1660468b7cda539758b2bbb8e814fd8
|
||||
|
Loading…
Reference in New Issue
Block a user