diff --git a/heaptrack.changes b/heaptrack.changes index 1c88684..f37ea66 100644 --- a/heaptrack.changes +++ b/heaptrack.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jan 29 10:59:48 UTC 2020 - Fabian Vogt + +- Enable zstd support + ------------------------------------------------------------------- Wed May 23 15:06:59 UTC 2018 - wbauer@tmo.at diff --git a/heaptrack.spec b/heaptrack.spec index bc7d428..2d7ff2d 100644 --- a/heaptrack.spec +++ b/heaptrack.spec @@ -1,7 +1,7 @@ # # spec file for package heaptrack # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. # # 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/ # @@ -22,7 +22,7 @@ Name: heaptrack Version: 1.1.0 Release: 0 Summary: Heap Memory Allocation Profiler -License: LGPL-2.1+ +License: LGPL-2.1-or-later Group: Development/Tools/Other Url: https://userbase.kde.org/Heaptrack Source0: https://download.kde.org/stable/heaptrack/%{version}/%{name}-%{version}.tar.xz @@ -44,6 +44,7 @@ BuildRequires: cmake(KF5ThreadWeaver) BuildRequires: cmake(Qt5Core) >= 5.2.0 BuildRequires: cmake(Qt5DBus) BuildRequires: cmake(Qt5Widgets) +BuildRequires: pkgconfig(libzstd) Recommends: %{name}-lang Suggests: heaptrack-gui %if 0%{?suse_version} >= 1330