Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package heaptrack for openSUSE:Factory checked in at 2022-11-27 12:53:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/heaptrack (Old) and /work/SRC/openSUSE:Factory/.heaptrack.new.1597 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "heaptrack" Sun Nov 27 12:53:05 2022 rev:9 rq:1038407 version:1.4.0 Changes: -------- --- /work/SRC/openSUSE:Factory/heaptrack/heaptrack.changes 2021-12-20 21:06:58.342963963 +0100 +++ /work/SRC/openSUSE:Factory/.heaptrack.new.1597/heaptrack.changes 2022-11-27 12:53:17.687299423 +0100 @@ -1,0 +2,17 @@ +Sun Nov 27 08:15:26 UTC 2022 - Christophe Giboudeaux <christo...@krop.fr> + +- Update to 1.4.0 + * Pass client exit code in heaptrack.sh + * Leverage non-deprecated mallinfo2 + * Add support for the mimalloc allocator + * Explicitly encode which hooks are required and which are + optional + * Make mi_* symbols truly optional by usig weak symbols for them + * Prevent malloc from disappearing in inlining example + * handle calling heaptrack_stop() without debuginfo + * Ensure we don't try to overwrite invalid tables + * Make elf_symbol_table a view of const Elf::Sym + * Ensure we don't read outside the string table for symbol names + * Silence -Wuse-after-free for realloc call + +------------------------------------------------------------------- Old: ---- heaptrack-1.3.0.tar.xz New: ---- heaptrack-1.4.0.tar.xz heaptrack-1.4.0.tar.xz.sig heaptrack.keyring ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ heaptrack.spec ++++++ --- /var/tmp/diff_new_pack.bQUJWb/_old 2022-11-27 12:53:18.231302580 +0100 +++ /var/tmp/diff_new_pack.bQUJWb/_new 2022-11-27 12:53:18.235302602 +0100 @@ -1,7 +1,7 @@ # # spec file for package heaptrack # -# Copyright (c) 2021 SUSE LLC +# 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 @@ -17,15 +17,18 @@ %define kf5_version 5.26.0 -%bcond_without lang +%bcond_without released Name: heaptrack -Version: 1.3.0 +Version: 1.4.0 Release: 0 Summary: Heap Memory Allocation Profiler License: LGPL-2.1-or-later -Group: Development/Tools/Other -URL: https://userbase.kde.org/Heaptrack +URL: https://apps.kde.org/heaptrack/ Source0: https://download.kde.org/stable/heaptrack/%{version}/%{name}-%{version}.tar.xz +%if %{with released} +Source1: https://download.kde.org/stable/heaptrack/%{version}/%{name}-%{version}.tar.xz.sig +Source2: heaptrack.keyring +%endif BuildRequires: extra-cmake-modules BuildRequires: kf5-filesystem BuildRequires: libboost_container-devel @@ -46,8 +49,7 @@ BuildRequires: cmake(KF5ItemModels) BuildRequires: cmake(KF5KIO) BuildRequires: cmake(KF5ThreadWeaver) -BuildRequires: cmake(Qt5Core) >= 5.2.0 -BuildRequires: cmake(Qt5DBus) +BuildRequires: cmake(Qt5Core) >= 5.10.0 BuildRequires: cmake(Qt5Widgets) BuildRequires: pkgconfig(libzstd) Suggests: heaptrack-gui @@ -57,7 +59,6 @@ %package devel Summary: Development files for the Heaptrack API -Group: Development/Libraries/KDE Requires: %{name} = %{version} %description devel @@ -66,7 +67,6 @@ %package gui Summary: GUI Frontend for Heaptrack -Group: Development/Tools/Other Requires: %{name} = %{version} %description gui @@ -90,12 +90,12 @@ %cmake_build %install - %kf5_makeinstall -C build - %if %{with lang} - %find_lang %{name} --all-name - %endif - # Fixup desktop file - %suse_update_desktop_file org.kde.heaptrack Development Profiling +%kf5_makeinstall -C build + +%find_lang %{name} --all-name + +# Fixup desktop file +%suse_update_desktop_file org.kde.heaptrack Development Profiling %files %license LICENSES/* @@ -110,14 +110,12 @@ %files gui %{_kf5_bindir}/heaptrack_gui -%{_datadir}/applications/org.kde.heaptrack.desktop +%{_kf5_applicationsdir}/org.kde.heaptrack.desktop %{_kf5_appstreamdir}/org.kde.heaptrack.appdata.xml %dir %{_kf5_iconsdir}/hicolor/* %dir %{_kf5_iconsdir}/hicolor/*/* %{_kf5_iconsdir}/*/*/*/*.* -%if %{with lang} %files lang -f %{name}.lang -%endif %changelog ++++++ heaptrack-1.3.0.tar.xz -> heaptrack-1.4.0.tar.xz ++++++ ++++ 4119 lines of diff (skipped)