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 2024-01-17 22:16:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/intel-gpu-tools (Old)
 and      /work/SRC/openSUSE:Factory/.intel-gpu-tools.new.16006 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "intel-gpu-tools"

Wed Jan 17 22:16:04 2024 rev:8 rq:1139340 version:1.28

Changes:
--------
--- /work/SRC/openSUSE:Factory/intel-gpu-tools/intel-gpu-tools.changes  
2023-12-02 17:13:26.737947392 +0100
+++ 
/work/SRC/openSUSE:Factory/.intel-gpu-tools.new.16006/intel-gpu-tools.changes   
    2024-01-17 22:16:10.684931933 +0100
@@ -1,0 +2,5 @@
+Sun Dec  3 01:40:26 UTC 2023 - Tejas Guruswamy <tejas.gurusw...@opensuse.org>
+
+- Don't install code coverage scripts
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ intel-gpu-tools.spec ++++++
--- /var/tmp/diff_new_pack.ess341/_old  2024-01-17 22:16:11.200950894 +0100
+++ /var/tmp/diff_new_pack.ess341/_new  2024-01-17 22:16:11.200950894 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package intel-gpu-tools
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -32,11 +32,6 @@
 BuildRequires:  peg
 BuildRequires:  pkgconfig
 BuildRequires:  python3-docutils
-%if 0%{?suse_version} > 1600
-BuildRequires:  pkgconfig(libproc2)
-%else
-BuildRequires:  pkgconfig(libprocps)
-%endif
 BuildRequires:  pkgconfig(alsa)
 BuildRequires:  pkgconfig(cairo)
 BuildRequires:  pkgconfig(dri2proto)
@@ -60,6 +55,11 @@
 Provides:       igt-gpu-tools = %{version}
 # Intel GPU is only available on x86 and x86-64
 ExclusiveArch:  %{ix86} x86_64
+%if 0%{?suse_version} > 1500
+BuildRequires:  pkgconfig(libproc2)
+%else
+BuildRequires:  pkgconfig(libprocps)
+%endif
 
 %description
 This is a collection of tools for development and testing of the Intel
@@ -93,6 +93,9 @@
 
 %fdupes %{buildroot}%{_libexecdir}
 
+# These are only useful with the full source tree
+rm -v %{buildroot}%{_bindir}/code_cov_*
+
 %check
 %meson_test
 

Reply via email to