Hello community,
here is the log from the commit of package intel-gpu-tools for openSUSE:Factory
checked in at 2018-11-20 22:31:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/intel-gpu-tools (Old)
and /work/SRC/openSUSE:Factory/.intel-gpu-tools.new.19453 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "intel-gpu-tools"
Tue Nov 20 22:31:33 2018 rev:32 rq:650214 version:1.23
Changes:
--------
--- /work/SRC/openSUSE:Factory/intel-gpu-tools/intel-gpu-tools.changes
2018-09-05 13:43:19.917762021 +0200
+++
/work/SRC/openSUSE:Factory/.intel-gpu-tools.new.19453/intel-gpu-tools.changes
2018-11-20 22:31:38.610625335 +0100
@@ -1,0 +2,7 @@
+Mon Nov 19 14:12:11 UTC 2018 - [email protected]
+
+- n_disable-build-of-gem_userptr_blits.patch
+ * disabled build of gem_userptr_blits test in order to fix build
+ on SUSE <= sle15/Leap15
+
+-------------------------------------------------------------------
New:
----
n_disable-build-of-gem_userptr_blits.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ intel-gpu-tools.spec ++++++
--- /var/tmp/diff_new_pack.nmOoS4/_old 2018-11-20 22:31:39.306624908 +0100
+++ /var/tmp/diff_new_pack.nmOoS4/_new 2018-11-20 22:31:39.310624906 +0100
@@ -26,6 +26,7 @@
Source0:
http://xorg.freedesktop.org/releases/individual/app/igt-gpu-tools-%{version}.tar.xz
Source1:
http://xorg.freedesktop.org/releases/individual/app/igt-gpu-tools-%{version}.tar.xz.sig
Patch0: n_disable-build-of-pm_rpm.patch
+Patch1: n_disable-build-of-gem_userptr_blits.patch
Patch2: u_%{name}-1.7-fix-bashisms.patch
Patch3: u_respect_cflags.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -62,6 +63,9 @@
%prep
%setup -q -n igt-gpu-tools-%{version}
%patch0
+%if 0%{?suse_version} < 1550
+%patch1
+%endif
%patch2
%patch3 -p1
++++++ n_disable-build-of-gem_userptr_blits.patch ++++++
--- tests/Makefile.sources.orig 2018-11-14 15:47:00.014396000 +0100
+++ tests/Makefile.sources 2018-11-14 15:47:44.495769000 +0100
@@ -153,7 +153,6 @@
gem_tiling_max_stride \
gem_unfence_active_buffers \
gem_unref_active_buffers \
- gem_userptr_blits \
gem_wait \
gem_workarounds \
gem_write_read_ring_switch \