Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package hotspot for openSUSE:Factory checked in at 2024-06-07 15:05:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/hotspot (Old) and /work/SRC/openSUSE:Factory/.hotspot.new.24587 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "hotspot" Fri Jun 7 15:05:52 2024 rev:9 rq:1179213 version:1.5.1 Changes: -------- --- /work/SRC/openSUSE:Factory/hotspot/hotspot.changes 2024-05-23 15:36:26.950204126 +0200 +++ /work/SRC/openSUSE:Factory/.hotspot.new.24587/hotspot.changes 2024-06-07 15:06:18.538203776 +0200 @@ -1,0 +2,14 @@ +Tue May 28 15:31:08 UTC 2024 - Christophe Marin <christophe@krop.fr> + +- Update to 1.5.1 + Features: + * add tab width setting + Bug Fixes: + * add a wrapper for std::valarray to catch out of range + access + * can't select directory in unwind->sysroot + * clear flamegraph background in 5.15.12 + * crash in disassembler on hover + * don't show ansi escape sequences in tooltip + +------------------------------------------------------------------- Old: ---- hotspot-v1.5.0.tar.gz New: ---- hotspot-PrefixTickLabels-v1.5.1.tar.gz hotspot-perfparser-v1.5.1.tar.gz hotspot-v1.5.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ hotspot.spec ++++++ --- /var/tmp/diff_new_pack.Ac8cDy/_old 2024-06-07 15:06:19.050222429 +0200 +++ /var/tmp/diff_new_pack.Ac8cDy/_new 2024-06-07 15:06:19.050222429 +0200 @@ -17,13 +17,15 @@ Name: hotspot -Version: 1.5.0 +Version: 1.5.1 Release: 0 Summary: Perf GUI for performance analysis License: GPL-2.0-or-later Group: Development/Tools/Debuggers URL: https://github.com/KDAB/hotspot Source: https://github.com/KDAB/hotspot/releases/download/v%{version}/hotspot-v%{version}.tar.gz +Source1: https://github.com/KDAB/hotspot/releases/download/v%{version}/hotspot-perfparser-v%{version}.tar.gz +Source2: https://github.com/KDAB/hotspot/releases/download/v%{version}/hotspot-PrefixTickLabels-v%{version}.tar.gz BuildRequires: extra-cmake-modules %if 0%{?suse_version} == 1500 BuildRequires: gcc13-c++ @@ -70,7 +72,11 @@ around Linux perf. %prep -%autosetup -p1 -n %{name}-v%{version} +# %%autosetup fails with more than one extra 'Source' +%setup -q -n %{name} -a 1 -a 2 + +mv perfparser/* 3rdparty/perfparser/ +mv PrefixTickLabels/* 3rdparty/PrefixTickLabels/ %build %if 0%{?suse_version} == 1500 ++++++ hotspot-v1.5.0.tar.gz -> hotspot-v1.5.1.tar.gz ++++++ /work/SRC/openSUSE:Factory/hotspot/hotspot-v1.5.0.tar.gz /work/SRC/openSUSE:Factory/.hotspot.new.24587/hotspot-v1.5.1.tar.gz differ: char 5, line 1