From 7189eb3859ddacca4559ad72e9d85697b3dc236a Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 23:55:47 +0100 Subject: [PATCH] automatic version update by autodist [release 1.20-1mamba;Wed Dec 20 2017] --- intel-gpu-tools-1.20-x86-ftbfs.patch | 13 +++++++++++++ intel-gpu-tools.spec | 7 ++++++- 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 intel-gpu-tools-1.20-x86-ftbfs.patch diff --git a/intel-gpu-tools-1.20-x86-ftbfs.patch b/intel-gpu-tools-1.20-x86-ftbfs.patch new file mode 100644 index 0000000..856153c --- /dev/null +++ b/intel-gpu-tools-1.20-x86-ftbfs.patch @@ -0,0 +1,13 @@ +diff --git a/lib/igt_x86.h b/lib/igt_x86.h +index d6dcfa1..27b7f0f 100644 +--- a/lib/igt_x86.h ++++ b/lib/igt_x86.h +@@ -40,7 +40,7 @@ + #define AVX 0x80 + #define AVX2 0x100 + +-#if defined(__x86_64__) ++#if defined(__x86_64__) || defined(__i386__) + unsigned igt_x86_features(void); + char *igt_x86_features_to_string(unsigned features, char *line); + #else diff --git a/intel-gpu-tools.spec b/intel-gpu-tools.spec index 6152e73..2ba9d86 100644 --- a/intel-gpu-tools.spec +++ b/intel-gpu-tools.spec @@ -1,5 +1,5 @@ Name: intel-gpu-tools -Version: 1.19 +Version: 1.20 Release: 1mamba Summary: A collection of tools for development and testing of the Intel DRM driver Group: System/X11 @@ -11,6 +11,7 @@ Source: ftp://x.org/pub/individual/app/intel-gpu-tools-%{version}.tar.bz2 Patch0: intel-gpu-tools-1.3-libcairo.patch Patch1: intel-gpu-tools-1.7-unicode.patch Patch2: intel-gpu-tools-1.10-fix-32bit-pointer-to-int-cast.patch +Patch3: intel-gpu-tools-1.20-x86-ftbfs.patch License: MIT BuildRoot: %{_tmppath}/%{name}-%{version}-root ## AUTOBUILDREQ-BEGIN @@ -29,6 +30,7 @@ There are many macro-level test suites that get used against our driver, includi %prep %setup -q +%patch3 -p1 %build %configure @@ -73,6 +75,9 @@ There are many macro-level test suites that get used against our driver, includi %{_mandir}/man1/intel_*.1* %changelog +* Wed Dec 20 2017 Automatic Build System 1.20-1mamba +- automatic version update by autodist + * Sat Sep 02 2017 Silvan Calarco 1.19-1mamba - update to 1.19 - rebuilt for i586 to provide intel-gen4asm*