2.4.120
This commit is contained in:
parent
0bc13e3b32
commit
4c4a32694b
11
.gitignore
vendored
11
.gitignore
vendored
@ -1,11 +1,2 @@
|
|||||||
/libdrm-2.*.tar.bz2
|
/libdrm-2.*.tar.bz2
|
||||||
/libdrm-2.4.101.tar.xz
|
/libdrm-2.*.tar.xz
|
||||||
/libdrm-2.4.102.tar.xz
|
|
||||||
/libdrm-2.4.103.tar.xz
|
|
||||||
/libdrm-2.4.105.tar.xz
|
|
||||||
/libdrm-2.4.107.tar.xz
|
|
||||||
/libdrm-2.4.109.tar.xz
|
|
||||||
/libdrm-2.4.110.tar.xz
|
|
||||||
/libdrm-2.4.112.tar.xz
|
|
||||||
/libdrm-2.4.114.tar.xz
|
|
||||||
/libdrm-2.4.117.tar.xz
|
|
||||||
|
19
libdrm.spec
19
libdrm.spec
@ -22,20 +22,18 @@ end}
|
|||||||
%bcond_without amdgpu
|
%bcond_without amdgpu
|
||||||
%bcond_without nouveau
|
%bcond_without nouveau
|
||||||
%bcond_without vmwgfx
|
%bcond_without vmwgfx
|
||||||
%ifarch %{arm}
|
# Not (currently) used on non arm32
|
||||||
%bcond_without omap
|
|
||||||
%else
|
|
||||||
%bcond_with omap
|
%bcond_with omap
|
||||||
%endif
|
%bcond_with exynos
|
||||||
%ifarch %{arm} aarch64
|
%ifarch aarch64
|
||||||
%bcond_without exynos
|
|
||||||
%bcond_without freedreno
|
%bcond_without freedreno
|
||||||
|
%bcond_without freedreno_kgsl
|
||||||
%bcond_without tegra
|
%bcond_without tegra
|
||||||
%bcond_without vc4
|
%bcond_without vc4
|
||||||
%bcond_without etnaviv
|
%bcond_without etnaviv
|
||||||
%else
|
%else
|
||||||
%bcond_with exynos
|
|
||||||
%bcond_with freedreno
|
%bcond_with freedreno
|
||||||
|
%bcond_with freedreno_kgsl
|
||||||
%bcond_with tegra
|
%bcond_with tegra
|
||||||
%bcond_with vc4
|
%bcond_with vc4
|
||||||
%bcond_with etnaviv
|
%bcond_with etnaviv
|
||||||
@ -47,13 +45,12 @@ end}
|
|||||||
%else
|
%else
|
||||||
%bcond_with valgrind
|
%bcond_with valgrind
|
||||||
%endif
|
%endif
|
||||||
%bcond_with freedreno_kgsl
|
|
||||||
%bcond_without install_test_programs
|
%bcond_without install_test_programs
|
||||||
%bcond_without udev
|
%bcond_without udev
|
||||||
|
|
||||||
Name: libdrm
|
Name: libdrm
|
||||||
Summary: Direct Rendering Manager runtime library
|
Summary: Direct Rendering Manager runtime library
|
||||||
Version: 2.4.117
|
Version: 2.4.120
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: MIT
|
License: MIT
|
||||||
|
|
||||||
@ -285,6 +282,10 @@ cp %{SOURCE1} %{buildroot}%{_docdir}/libdrm
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Jan 14 2024 Peter Robinson <pbrobinson@fedoraproject.org> - 2.4.120-1
|
||||||
|
- Update to 2.4.120
|
||||||
|
- Drop arm32 pieces
|
||||||
|
|
||||||
* Tue Oct 24 2023 José Expósito <jexposit@redhat.com> - 2.4.117-1
|
* Tue Oct 24 2023 José Expósito <jexposit@redhat.com> - 2.4.117-1
|
||||||
- Update to 2.4.117
|
- Update to 2.4.117
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (libdrm-2.4.117.tar.xz) = 326cf565548fb9d50a321562c13acb2a2f5ad5915ffdc2b08ef812fbac887f5b3d271cb2ce8c483633edddf2c55064d55810ff6697f713c179e2d0c8048eb544
|
SHA512 (libdrm-2.4.120.tar.xz) = 6dc16e5134a669eeb59debb1dc2d15b857483ab7476dc2b94bd05a32d8953f046f5656f6cf9e1a63e97e7156fb65ebb58b6a29fe45cb6326058baaf820626e70
|
||||||
|
Loading…
Reference in New Issue
Block a user