Accepting request 453201 from home:mimi_vx:branches:X11:XOrg
- update to 2.4.75 * amdgpu: Provide more specific error message if non-privileged user runs amdgpu_test * amdgpu: verify the tested device * amdgpu: A new option to choose which device to run most tests * amdgpu: A new option to run tests on render node * Import uapi/i915_drm.h from v4.10-rc5-950-g152d5750dda9 * intel: Allow the client to control implicit synchronisation * intel: Support passing of explicit fencing from execbuf * intel: Clear execobject flags before preserving object in reuse cache * intel: Export a function to re-enable implicit synchronisation * intel: update global_name before HASH_ADD * xf86drm: use maj/min in drmParsePciDeviceInfo() * xf86drm: add plumbing to not retrieve PCI device revision * xf86drm: parse the separate sysfs files for vendor... info * xf86drm: introduce drmGetDevice[s]2 * tests/drmdevice: use drmGetDevice[s]2 * tests: remove useless legacy tests * kms: remove commented out libudev code * configure: remove libudev checks * tests: automake: reorder makefile contents * autogen.sh: set format.subjectPrefix and sendemail.to if needed * android: remove LOCAL_MODULE_TAGS := optional tag * android: introduce Android.common.mk to reduce boilerplate * android: add HAVE_VISIBILITY to Android.common.mk * android: add note about command line defines and config.h * android: silence ~550 warnings * tests/nouveau: automake: fold C and CPP flags * xf86drm: fix sign-compare warning * xf86drm: implement drmGetMinorNameForFD for non-sysfs * xf86drm: implement drmParseSubsystemType for OpenBSD OBS-URL: https://build.opensuse.org/request/show/453201 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libdrm?expand=0&rev=227
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: libdrm
|
||||
Version: 2.4.74
|
||||
Version: 2.4.75
|
||||
Release: 0
|
||||
Summary: Userspace Interface for Kernel DRM Services
|
||||
License: MIT
|
||||
@@ -199,7 +199,7 @@ autoreconf -fi
|
||||
--enable-udev
|
||||
|
||||
make %{?_smp_mflags} V=1
|
||||
make %{?_smp_mflags} -C tests dristat drmstat
|
||||
make %{?_smp_mflags} -C tests
|
||||
|
||||
%check
|
||||
make %{?_smp_mflags} -C tests check-am
|
||||
@@ -211,8 +211,6 @@ make -C tests/modetest install DESTDIR=%{buildroot}
|
||||
find %{buildroot} -type f -name "*.la" -delete -print
|
||||
mkdir -p %{buildroot}%{_prefix}/bin
|
||||
install \
|
||||
tests/dristat \
|
||||
tests/.libs/drmstat \
|
||||
tests/modeprint/.libs/modeprint \
|
||||
tests/modetest/.libs/modetest %{buildroot}%{_prefix}/bin
|
||||
|
||||
@@ -243,8 +241,6 @@ install \
|
||||
|
||||
%files tools
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/dristat
|
||||
%{_bindir}/drmstat
|
||||
%{_bindir}/modeprint
|
||||
%{_bindir}/modetest
|
||||
|
||||
|
Reference in New Issue
Block a user