- Update to version 1.27.1:
* Support for Intel discrete graphics and other new platforms (Andrzej Turko, Matt Roper, Clint Taylor, Tejas Upadhyay, et al) * Support for MSM driver. (Mark Yacoub, Rob Clark) * Support for SRIOV device selection. (Łukasz Łaguna) * Tiled display emulation support with chamelium. (Kunal Joshi) * Support for Chamelium v3. (Mark Yacoub) * Initial FreeBSD support. (Jake Freeland) * Structured communication from tests to igt_runner. (Petri Latvala) * Removed last remaining uses of libdrm_intel in tests and tools. (Zbigniew Kempczyński) * Automatic kernel code coverage collection during testing. (Mauro Carvalho Chehab) - Remove intel-gpu-tools_fix-meson.patch OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/intel-gpu-tools?expand=0&rev=6
This commit is contained in:
committed by
Git OBS Bridge
parent
4095599761
commit
9896876b76
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:36d4193b9f22fbb4834ec97be3bb6322ec901e20f7be018f0a50d3eb03ec9bb7
|
|
||||||
size 1573468
|
|
Binary file not shown.
3
igt-gpu-tools-1.27.1.tar.xz
Normal file
3
igt-gpu-tools-1.27.1.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:93b9a4816ed22b5145bb61024314c8a65caeea991ce93027643f1d40723bf417
|
||||||
|
size 2321940
|
BIN
igt-gpu-tools-1.27.1.tar.xz.sig
Normal file
BIN
igt-gpu-tools-1.27.1.tar.xz.sig
Normal file
Binary file not shown.
@@ -1,3 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Mar 4 04:16:41 UTC 2023 - Tejas Guruswamy <tejas.guruswamy@opensuse.org>
|
||||||
|
|
||||||
|
- Update to version 1.27.1:
|
||||||
|
* Support for Intel discrete graphics and other new platforms (Andrzej
|
||||||
|
Turko, Matt Roper, Clint Taylor, Tejas Upadhyay, et al)
|
||||||
|
* Support for MSM driver. (Mark Yacoub, Rob Clark)
|
||||||
|
* Support for SRIOV device selection. (Łukasz Łaguna)
|
||||||
|
* Tiled display emulation support with chamelium. (Kunal Joshi)
|
||||||
|
* Support for Chamelium v3. (Mark Yacoub)
|
||||||
|
* Initial FreeBSD support. (Jake Freeland)
|
||||||
|
* Structured communication from tests to igt_runner. (Petri Latvala)
|
||||||
|
* Removed last remaining uses of libdrm_intel in tests and
|
||||||
|
tools. (Zbigniew Kempczyński)
|
||||||
|
* Automatic kernel code coverage collection during testing. (Mauro
|
||||||
|
Carvalho Chehab)
|
||||||
|
- Remove intel-gpu-tools_fix-meson.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat May 21 17:28:41 UTC 2022 - Tejas Guruswamy <tejas.guruswamy@opensuse.org>
|
Sat May 21 17:28:41 UTC 2022 - Tejas Guruswamy <tejas.guruswamy@opensuse.org>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package intel-gpu-tools
|
# spec file for package intel-gpu-tools
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2023 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: intel-gpu-tools
|
Name: intel-gpu-tools
|
||||||
Version: 1.26
|
Version: 1.27.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Collection of tools for development and testing of the Intel DRM driver
|
Summary: Collection of tools for development and testing of the Intel DRM driver
|
||||||
License: MIT
|
License: MIT
|
||||||
@@ -26,8 +26,6 @@ URL: https://xorg.freedesktop.org/
|
|||||||
Source0: http://xorg.freedesktop.org/releases/individual/app/igt-gpu-tools-%{version}.tar.xz
|
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
|
Source1: http://xorg.freedesktop.org/releases/individual/app/igt-gpu-tools-%{version}.tar.xz.sig
|
||||||
Patch0: u_%{name}-1.7-fix-bashisms.patch
|
Patch0: u_%{name}-1.7-fix-bashisms.patch
|
||||||
#PATCH-FIX-UPSTREAM build with latest meson (commit 963917a3)
|
|
||||||
Patch1: intel-gpu-tools_fix-meson.patch
|
|
||||||
|
|
||||||
BuildRequires: bison
|
BuildRequires: bison
|
||||||
BuildRequires: flex
|
BuildRequires: flex
|
||||||
@@ -73,7 +71,6 @@ Development files and library headers for %{name}
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -n igt-gpu-tools-%{version}
|
%setup -q -n igt-gpu-tools-%{version}
|
||||||
%patch0
|
%patch0
|
||||||
%patch1 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
#Tests fail on x86_64 with -z now
|
#Tests fail on x86_64 with -z now
|
||||||
@@ -84,6 +81,7 @@ export SUSE_ZNOW=0
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%meson_install
|
%meson_install
|
||||||
|
sed -i 's#/usr/bin/env python3#/usr/bin/python3#' %{buildroot}%{_bindir}/code_cov_gather_on_test
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%meson_test
|
%meson_test
|
||||||
@@ -98,7 +96,7 @@ export SUSE_ZNOW=0
|
|||||||
%{_libexecdir}/igt-gpu-tools/
|
%{_libexecdir}/igt-gpu-tools/
|
||||||
%{_datadir}/igt-gpu-tools/
|
%{_datadir}/igt-gpu-tools/
|
||||||
%{_libdir}/libigt.so.0
|
%{_libdir}/libigt.so.0
|
||||||
%{_libdir}/libi915_perf.so.1
|
%{_libdir}/libi915_perf.so.1.5
|
||||||
%{_mandir}/man1/intel_*
|
%{_mandir}/man1/intel_*
|
||||||
%doc %{_datadir}/gtk-doc/html/igt-gpu-tools/
|
%doc %{_datadir}/gtk-doc/html/igt-gpu-tools/
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user