Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package hotspot for openSUSE:Factory checked in at 2025-12-31 10:47:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/hotspot (Old) and /work/SRC/openSUSE:Factory/.hotspot.new.1928 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "hotspot" Wed Dec 31 10:47:25 2025 rev:10 rq:1324819 version:1.5.1 Changes: -------- --- /work/SRC/openSUSE:Factory/hotspot/hotspot.changes 2024-06-07 15:06:18.538203776 +0200 +++ /work/SRC/openSUSE:Factory/.hotspot.new.1928/hotspot.changes 2025-12-31 10:48:00.959928724 +0100 @@ -1,0 +2,6 @@ +Sat Dec 27 13:09:05 UTC 2025 - Andreas Prittwitz <[email protected]> + +- change BuildRequires to pkgconfig(qcustomplot-qt5) for + 0%{?suse_version} > 1600 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ hotspot.spec ++++++ --- /var/tmp/diff_new_pack.QXQ4ir/_old 2025-12-31 10:48:01.723959990 +0100 +++ /var/tmp/diff_new_pack.QXQ4ir/_new 2025-12-31 10:48:01.723959990 +0100 @@ -1,7 +1,7 @@ # # spec file for package hotspot # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -28,8 +28,8 @@ 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++ BuildRequires: gcc13-PIE +BuildRequires: gcc13-c++ %endif BuildRequires: glibc-devel-static BuildRequires: libdw-devel @@ -62,7 +62,11 @@ BuildRequires: cmake(Qt5Test) BuildRequires: cmake(Qt5Widgets) BuildRequires: pkgconfig(libdebuginfod) +%if 0%{?suse_version} > 1600 +BuildRequires: pkgconfig(qcustomplot-qt5) +%else BuildRequires: pkgconfig(qcustomplot) +%endif Requires: binutils Requires: perf Requires: pkexec
