Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package intel-gpu-tools for openSUSE:Factory 
checked in at 2023-11-13 22:21:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/intel-gpu-tools (Old)
 and      /work/SRC/openSUSE:Factory/.intel-gpu-tools.new.17445 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "intel-gpu-tools"

Mon Nov 13 22:21:33 2023 rev:6 rq:1125411 version:1.28

Changes:
--------
--- /work/SRC/openSUSE:Factory/intel-gpu-tools/intel-gpu-tools.changes  
2023-04-27 20:01:36.882165449 +0200
+++ 
/work/SRC/openSUSE:Factory/.intel-gpu-tools.new.17445/intel-gpu-tools.changes   
    2023-11-13 22:25:11.545049582 +0100
@@ -1,0 +2,38 @@
+Sun Nov  5 09:48:04 UTC 2023 - [email protected]
+
+- Update to version 1.28:
+  * New meson options testplan, sphinx and xe_driver.
+  * Add amdgpu GFX1036, GFX1037 chips.
+  * Add xe_pciids.h with Lunar Lake (LNL) support.
+  * Use the new procps library libproc2.
+  * Add helper for srandom seed initialization.
+  * Support for vmwgfx driver.
+  * i915_pciids.h updated to include Pontevecchio (PVC) platform.
+  * Add OAM formats and support for media engines in perf tests.
+  * Support for Xe driver.
+  * igt_runner can now dump GPU state on timeout.
+  * igt_runner will now use proper 'abort' as result instead of pseudoresult.
+  * New vendor agnostic gputop tool.
+  * New tool to dump Intel GuC/HuC CSS header.
+  * Improve tools intel_watermark, intel_vbt_decode, intel_reg.
+  * New way for documenting tests will allow to generate documentation and
+    testlists during build, see README.md and test_documentation.md. This
+    is mandatory for Intel (both i915 and xe) and kms tests.
+  * Move intel specific tests to new directory.
+  * Ported and refactored drmlib security tests in amdgpu.
+  * Switch DRM selftests to KUnit.
+  * Enabled MeteorLake aux ccs tests.
+  * Exercise oversized object detection for Xe.
+  * Enable validation for VDSC output formats.
+  * Add support for Bigjoiner / 8K mode.
+  * Use intel_cmds_info library.
+  * Use Intel kernel gpu command definitions.
+  * Add a basic perf_pmu test.
+  * Add test for V3D's Wait BO IOCTL.
+  * Add i915_power test for power measurement.
+  * Remove sysfs_clients.
+
+- Remove intel-gpu-tools-libproc2_libproc2_library.patch (fixed upstream)
+- Remove u_intel-gpu-tools-1.7-fix-bashisms.patch (obsolete)
+
+-------------------------------------------------------------------

Old:
----
  igt-gpu-tools-1.27.1.tar.xz
  igt-gpu-tools-1.27.1.tar.xz.sig
  intel-gpu-tools-libproc2_libproc2_library.patch
  u_intel-gpu-tools-1.7-fix-bashisms.patch

New:
----
  igt-gpu-tools-1.28.tar.xz
  igt-gpu-tools-1.28.tar.xz.sig

BETA DEBUG BEGIN:
  Old:
- Remove intel-gpu-tools-libproc2_libproc2_library.patch (fixed upstream)
- Remove u_intel-gpu-tools-1.7-fix-bashisms.patch (obsolete)
  Old:- Remove intel-gpu-tools-libproc2_libproc2_library.patch (fixed upstream)
- Remove u_intel-gpu-tools-1.7-fix-bashisms.patch (obsolete)
BETA DEBUG END:

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ intel-gpu-tools.spec ++++++
--- /var/tmp/diff_new_pack.zj3o1q/_old  2023-11-13 22:25:12.185073147 +0100
+++ /var/tmp/diff_new_pack.zj3o1q/_new  2023-11-13 22:25:12.189073294 +0100
@@ -17,18 +17,16 @@
 
 
 Name:           intel-gpu-tools
-Version:        1.27.1
+Version:        1.28
 Release:        0
 Summary:        Collection of tools for development and testing of the Intel 
DRM driver
 License:        MIT
 Group:          Development/Tools/Other
 URL:            https://xorg.freedesktop.org/
-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:         u_%{name}-1.7-fix-bashisms.patch
-Patch1:         intel-gpu-tools-libproc2_libproc2_library.patch
-
+Source0:        
https://xorg.freedesktop.org/releases/individual/app/igt-gpu-tools-%{version}.tar.xz
+Source1:        
https://xorg.freedesktop.org/releases/individual/app/igt-gpu-tools-%{version}.tar.xz.sig
 BuildRequires:  bison
+BuildRequires:  fdupes
 BuildRequires:  flex
 BuildRequires:  meson
 BuildRequires:  peg
@@ -54,6 +52,7 @@
 BuildRequires:  pkgconfig(xv)
 # This was part of the xorg-x11-driver-video package up to version 7.6
 Conflicts:      xorg-x11-driver-video <= 7.6
+Provides:       igt-gpu-tools = %{version}
 # Intel GPU is only available on x86 and x86-64
 ExclusiveArch:  %{ix86} x86_64
 
@@ -70,30 +69,37 @@
 Development files and library headers for %{name}
 
 %prep
-%setup -q -n igt-gpu-tools-%{version}
-%patch0
-#Only works with libproc2, not libprocps, despite description
-%patch1 -p1
+%autosetup -n igt-gpu-tools-%{version}
 
 %build
-#Tests fail on x86_64 with -z now
-#https://gitlab.freedesktop.org/drm/igt-gpu-tools/-/issues/102
-export SUSE_ZNOW=0
-%meson
+# Tests fail on x86_64 with -z now
+# https://gitlab.freedesktop.org/drm/igt-gpu-tools/-/issues/102
+%meson -Dc_link_args="-z lazy"
 %meson_build
+# build documentation
+ninja -C %{_vpath_builddir} igt-gpu-tools-doc
 
 %install
 %meson_install
-sed -i 's#/usr/bin/env python3#/usr/bin/python3#' 
%{buildroot}%{_bindir}/code_cov_gather_on_test
+
+# fix env-script-interpreter
+sed -i 's#/usr/bin/env python3#/usr/bin/python3#' \
+       %{buildroot}%{_bindir}/{code_cov_gather_on_test,intel-gfx-fw-info}
+
+%fdupes %{buildroot}%{_libexecdir}
 
 %check
 %meson_test
 
+%if 0%{?suse_version} > 1500
+%ldconfig_scriptlets
+%else
 %post -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
+%endif
 
 %files
-%doc README.md
+%doc NEWS README.md
 %license COPYING
 %{_bindir}/*
 %{_libexecdir}/igt-gpu-tools/

++++++ igt-gpu-tools-1.27.1.tar.xz -> igt-gpu-tools-1.28.tar.xz ++++++
++++ 331917 lines of diff (skipped)

Reply via email to