Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package heaptrack for openSUSE:Factory checked in at 2021-12-20 21:06:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/heaptrack (Old) and /work/SRC/openSUSE:Factory/.heaptrack.new.2520 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "heaptrack" Mon Dec 20 21:06:23 2021 rev:8 rq:941650 version:1.3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/heaptrack/heaptrack.changes 2021-01-18 11:33:34.664960691 +0100 +++ /work/SRC/openSUSE:Factory/.heaptrack.new.2520/heaptrack.changes 2021-12-20 21:06:58.342963963 +0100 @@ -1,0 +2,20 @@ +Sun Dec 19 15:09:15 UTC 2021 - Fabian Vogt <fab...@ritter-vogt.de> + +- Update to 1.3.0: + * New features: + + Allocations can be filtered by time ranges + + Support for suppression files, including the + __lsan_default_suppressions API + * Fixed bugs: + + Fails to build on CentOS 7.0 (kde#441125) + + Crash when filtering on a time range (kde#441132) + + Heaptrack produces impossible/incorrect stack traces (kde#439897) + + ERROR: failed to lock heaptrack output file (kde#408547) + + Attaching to running process generates empty file (kde#394520) + + heaptrack launch script help text shows wrong option name for --output-file (kde#439307) + + Can the output file take hostname into account? (kde#435195) + + Heaptrack GUI crash when opening a zst file (kde#427970) + * More details on https://invent.kde.org/sdk/heaptrack/-/releases/v1.3.0 +- Use %autosetup + +------------------------------------------------------------------- Old: ---- heaptrack-1.2.0.tar.xz New: ---- heaptrack-1.3.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ heaptrack.spec ++++++ --- /var/tmp/diff_new_pack.X6nUoa/_old 2021-12-20 21:06:58.690964215 +0100 +++ /var/tmp/diff_new_pack.X6nUoa/_new 2021-12-20 21:06:58.694964218 +0100 @@ -19,7 +19,7 @@ %define kf5_version 5.26.0 %bcond_without lang Name: heaptrack -Version: 1.2.0 +Version: 1.3.0 Release: 0 Summary: Heap Memory Allocation Profiler License: LGPL-2.1-or-later @@ -28,8 +28,11 @@ Source0: https://download.kde.org/stable/heaptrack/%{version}/%{name}-%{version}.tar.xz BuildRequires: extra-cmake-modules BuildRequires: kf5-filesystem +BuildRequires: libboost_container-devel +BuildRequires: libboost_filesystem-devel BuildRequires: libboost_iostreams-devel BuildRequires: libboost_program_options-devel +BuildRequires: libboost_system-devel BuildRequires: libdwarf-devel BuildRequires: libunwind-devel BuildRequires: pkgconfig @@ -39,6 +42,7 @@ BuildRequires: cmake(KF5ConfigWidgets) BuildRequires: cmake(KF5CoreAddons) BuildRequires: cmake(KF5I18n) +BuildRequires: cmake(KF5IconThemes) BuildRequires: cmake(KF5ItemModels) BuildRequires: cmake(KF5KIO) BuildRequires: cmake(KF5ThreadWeaver) @@ -46,7 +50,6 @@ BuildRequires: cmake(Qt5DBus) BuildRequires: cmake(Qt5Widgets) BuildRequires: pkgconfig(libzstd) -Recommends: %{name}-lang Suggests: heaptrack-gui %description @@ -69,12 +72,10 @@ %description gui A Qt5/KF5 based GUI for Heaptrack. -%if %{with lang} %lang_package -%endif %prep -%setup -q +%autosetup -p1 # Disable building tests, they're not used and post-build-checks trips over it sed -i"" '/add_subdirectory(tests)/d' CMakeLists.txt @@ -97,18 +98,17 @@ %suse_update_desktop_file org.kde.heaptrack Development Profiling %files -%license COPYING* +%license LICENSES/* %doc README.md %{_kf5_bindir}/heaptrack %{_kf5_bindir}/heaptrack_print %{_libdir}/heaptrack/ %files devel -%license COPYING* +%license LICENSES/* %{_includedir}/heaptrack_api.h %files gui -%license COPYING* %{_kf5_bindir}/heaptrack_gui %{_datadir}/applications/org.kde.heaptrack.desktop %{_kf5_appstreamdir}/org.kde.heaptrack.appdata.xml @@ -118,7 +118,6 @@ %if %{with lang} %files lang -f %{name}.lang -%license COPYING* %endif %changelog ++++++ heaptrack-1.2.0.tar.xz -> heaptrack-1.3.0.tar.xz ++++++ ++++ 69470 lines of diff (skipped)