automatic version update by autodist [release 1.20-1mamba;Wed Dec 20 2017]
This commit is contained in:
parent
2a16e179f1
commit
7189eb3859
13
intel-gpu-tools-1.20-x86-ftbfs.patch
Normal file
13
intel-gpu-tools-1.20-x86-ftbfs.patch
Normal file
@ -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
|
@ -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 <autodist@mambasoft.it> 1.20-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Sep 02 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 1.19-1mamba
|
||||
- update to 1.19
|
||||
- rebuilt for i586 to provide intel-gen4asm*
|
||||
|
Loading…
Reference in New Issue
Block a user