Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package hotspot for openSUSE:Factory checked in at 2022-05-12 23:00:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/hotspot (Old) and /work/SRC/openSUSE:Factory/.hotspot.new.1538 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "hotspot" Thu May 12 23:00:45 2022 rev:5 rq:976551 version:1.3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/hotspot/hotspot.changes 2022-03-21 20:12:29.612468309 +0100 +++ /work/SRC/openSUSE:Factory/.hotspot.new.1538/hotspot.changes 2022-05-12 23:01:17.116871313 +0200 @@ -1,0 +2,5 @@ +Thu May 12 05:29:10 UTC 2022 - Lubos Lunak <[email protected]> + +- Enable zstd support. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ hotspot.spec ++++++ --- /var/tmp/diff_new_pack.ZW7Wls/_old 2022-05-12 23:01:17.636872011 +0200 +++ /var/tmp/diff_new_pack.ZW7Wls/_new 2022-05-12 23:01:17.656872037 +0200 @@ -1,7 +1,7 @@ # # spec file for package hotspot # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -20,13 +20,16 @@ Version: 1.3.0 Release: 0 Summary: Perf GUI for performance analysis -License: GPL-2.0+ +License: GPL-2.0-or-later Group: Development/Tools/Debuggers -Url: https://github.com/KDAB/hotspot +URL: https://github.com/KDAB/hotspot Source: https://github.com/KDAB/hotspot/releases/download/v%{version}/hotspot-v%{version}.tar.gz # PATCH-FIX-UPSTREAM Patch0: 0001-CMake-Don-t-assume-KDE_INSTALL_-variables-are-relati.patch BuildRequires: glibc-devel-static +BuildRequires: libdw-devel +BuildRequires: libelf-devel +BuildRequires: libzstd-devel BuildRequires: cmake(KF5ConfigWidgets) BuildRequires: cmake(KF5CoreAddons) BuildRequires: cmake(KF5I18n) @@ -36,12 +39,10 @@ BuildRequires: cmake(KF5Solid) BuildRequires: cmake(KF5ThreadWeaver) BuildRequires: cmake(KF5WindowSystem) +BuildRequires: cmake(Qt5Concurrent) BuildRequires: cmake(Qt5Gui) BuildRequires: cmake(Qt5Svg) BuildRequires: cmake(Qt5Test) -BuildRequires: cmake(Qt5Concurrent) -BuildRequires: libelf-devel -BuildRequires: libdw-devel Requires: perf %description @@ -70,5 +71,4 @@ %endif %{_kf5_iconsdir}/hicolor/*/*/hotspot.png - %changelog
