Browse Source

libdrm-2.4.110-1

Tomohiro "Tomo-p" KATO 1 year ago
parent
commit
c9721dc0ff
1 changed files with 7 additions and 5 deletions
  1. 7 5
      lib/libd/libdrm/libdrm-vl.spec

+ 7 - 5
lib/libd/libdrm/libdrm-vl.spec

@@ -4,7 +4,7 @@
 Summary: Direct Rendering Manager runtime library
 Summary(ja): Direct Rendering Manager ランタイムライブラリ
 Name: libdrm
-Version: 2.4.107
+Version: 2.4.110
 Release: 1%{?_dist_release}
 Group: system
 Vendor: Project Vine
@@ -92,6 +92,7 @@ Direct Rendering Manager development package
 %ifarch %{ix86} x86_64 ia64
   -Dintel=true \
 %endif
+  -Dlibkms=true \
   -Damdgpu=true \
   -Dradeon=true \
   -Dnouveau=true \
@@ -121,7 +122,7 @@ rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root,-)
-%doc README
+%doc README.rst
 %{_libdir}/libdrm.so.*
 %ifarch %{ix86} x86_64 ia64
 %{_libdir}/libdrm_intel.so.*
@@ -140,6 +141,7 @@ rm -rf %{buildroot}
 
 %files -n drm-utils
 %defattr(-,root,root,-)
+%{_bindir}/amdgpu_stress
 %{_bindir}/drmdevice
 %{_bindir}/modetest
 %{_bindir}/modeprint
@@ -147,10 +149,7 @@ rm -rf %{buildroot}
 %{_bindir}/kmstest
 %{_bindir}/kms-steal-crtc
 %{_bindir}/kms-universal-planes
-%exclude %{_bindir}/drmsl
-%exclude %{_bindir}/hash
 %exclude %{_bindir}/proptest
-%exclude %{_bindir}/random
 
 %files devel
 %defattr(-,root,root,-)
@@ -231,6 +230,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Thu Jun 16 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.4.111-1
+- updated to 2.4.110.
+
 * Fri Oct 22 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.4.107-1
 - updated to 2.4.107.
 - dropped ldconfig scriptlets.