forked from pool/heaptrack
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
This commit is contained in:
parent
64728b8581
commit
42592cb96d
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 29 10:59:48 UTC 2020 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||
|
||||
- Enable zstd support
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 23 15:06:59 UTC 2018 - wbauer@tmo.at
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user