From 42592cb96d1303986b093c5f989ee42929f882eb15b3fa6c8b1acdcc960b25cc Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Wed, 29 Jan 2020 13:32:21 +0000 Subject: [PATCH] Accepting request 768318 from home:Vogtinator:branches:KDE:Extra - Enable zstd support OBS-URL: https://build.opensuse.org/request/show/768318 OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/heaptrack?expand=0&rev=9 --- heaptrack.changes | 5 +++++ heaptrack.spec | 7 ++++--- 2 files changed, 9 insertions(+), 3 deletions(-) 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