Update to 2.4.75
This commit is contained in:
parent
bf5804b6c7
commit
09f95d0d50
@ -1,10 +1,10 @@
|
|||||||
diff -up libdrm-2.4.25/tests/Makefile.am.jx libdrm-2.4.25/tests/Makefile.am
|
diff -up libdrm-2.4.75/tests/Makefile.am.dma libdrm-2.4.75/tests/Makefile.am
|
||||||
--- libdrm-2.4.25/tests/Makefile.am.jx 2011-03-21 09:39:24.000000000 -0400
|
--- libdrm-2.4.75/tests/Makefile.am.dma 2017-01-28 12:47:46.279069827 +1000
|
||||||
+++ libdrm-2.4.25/tests/Makefile.am 2011-04-18 11:40:17.000000000 -0400
|
+++ libdrm-2.4.75/tests/Makefile.am 2017-01-28 12:47:58.589394764 +1000
|
||||||
@@ -58,3 +58,6 @@ endif
|
@@ -45,3 +45,6 @@ TESTS = \
|
||||||
endif
|
check_PROGRAMS = \
|
||||||
|
$(TESTS) \
|
||||||
check_PROGRAMS += $(TESTS)
|
drmdevice
|
||||||
+
|
+
|
||||||
+check-programs:
|
+check-programs:
|
||||||
+ @echo $(check_PROGRAMS)
|
+ @echo $(check_PROGRAMS)
|
||||||
|
18
libdrm.spec
18
libdrm.spec
@ -6,8 +6,8 @@
|
|||||||
|
|
||||||
Name: libdrm
|
Name: libdrm
|
||||||
Summary: Direct Rendering Manager runtime library
|
Summary: Direct Rendering Manager runtime library
|
||||||
Version: 2.4.74
|
Version: 2.4.75
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
License: MIT
|
License: MIT
|
||||||
|
|
||||||
URL: https://dri.freedesktop.org
|
URL: https://dri.freedesktop.org
|
||||||
@ -132,16 +132,7 @@ rm -f %{buildroot}%{_includedir}/%{name}/{r300_reg.h,via_3d_reg.h}
|
|||||||
/lib/udev/rules.d/91-drm-modeset.rules
|
/lib/udev/rules.d/91-drm-modeset.rules
|
||||||
|
|
||||||
%files -n drm-utils
|
%files -n drm-utils
|
||||||
%{_bindir}/dristat
|
|
||||||
%{_bindir}/drmstat
|
|
||||||
%{_bindir}/drmdevice
|
%{_bindir}/drmdevice
|
||||||
%{_bindir}/getclient
|
|
||||||
%{_bindir}/getstats
|
|
||||||
%{_bindir}/getversion
|
|
||||||
%{_bindir}/name_from_fd
|
|
||||||
%{_bindir}/openclose
|
|
||||||
%{_bindir}/setversion
|
|
||||||
%{_bindir}/updatedraw
|
|
||||||
%{_bindir}/modetest
|
%{_bindir}/modetest
|
||||||
%{_bindir}/modeprint
|
%{_bindir}/modeprint
|
||||||
%{_bindir}/vbltest
|
%{_bindir}/vbltest
|
||||||
@ -149,8 +140,10 @@ rm -f %{buildroot}%{_includedir}/%{name}/{r300_reg.h,via_3d_reg.h}
|
|||||||
%{_bindir}/kms-steal-crtc
|
%{_bindir}/kms-steal-crtc
|
||||||
%{_bindir}/kms-universal-planes
|
%{_bindir}/kms-universal-planes
|
||||||
%exclude %{_bindir}/drmsl
|
%exclude %{_bindir}/drmsl
|
||||||
|
%ifarch %{arm} aarch64
|
||||||
%exclude %{_bindir}/etnaviv*
|
%exclude %{_bindir}/etnaviv*
|
||||||
%exclude %{_bindir}/exynos*
|
%exclude %{_bindir}/exynos*
|
||||||
|
%endif
|
||||||
%exclude %{_bindir}/hash
|
%exclude %{_bindir}/hash
|
||||||
%exclude %{_bindir}/proptest
|
%exclude %{_bindir}/proptest
|
||||||
%exclude %{_bindir}/random
|
%exclude %{_bindir}/random
|
||||||
@ -234,6 +227,9 @@ rm -f %{buildroot}%{_includedir}/%{name}/{r300_reg.h,via_3d_reg.h}
|
|||||||
%{_mandir}/man7/drm*.7*
|
%{_mandir}/man7/drm*.7*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Jan 28 2017 Dave Airlie <airlied@redhat.com> - 2.4.75-1
|
||||||
|
- Update to 2.4.75
|
||||||
|
|
||||||
* Sat Jan 21 2017 Peter Robinson <pbrobinson@fedoraproject.org> 2.4.74-2
|
* Sat Jan 21 2017 Peter Robinson <pbrobinson@fedoraproject.org> 2.4.74-2
|
||||||
- Enable etnaviv support on aarch64 too
|
- Enable etnaviv support on aarch64 too
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user