Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package heaptrack for openSUSE:Factory 
checked in at 2023-10-05 20:03:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/heaptrack (Old)
 and      /work/SRC/openSUSE:Factory/.heaptrack.new.28202 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "heaptrack"

Thu Oct  5 20:03:28 2023 rev:13 rq:1115528 version:1.5.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/heaptrack/heaptrack.changes      2023-02-23 
16:54:06.397379474 +0100
+++ /work/SRC/openSUSE:Factory/.heaptrack.new.28202/heaptrack.changes   
2023-10-05 20:04:13.837048614 +0200
@@ -1,0 +2,13 @@
+Wed Oct  4 07:50:05 UTC 2023 - Christophe Marin <[email protected]>
+
+- Update to 1.5.0
+  https://www.kdab.com/heaptrack-v1-5-0-released/
+  * Elfutils is now used for symbolizing backtraces
+  * Various QOL improvements to the chart
+  * Various bug fixes and better platform support
+- Drop patches, merged upstream:
+  * 0001-Fix-build-with-gcc-13-by-including-cstdint.patch
+  * 0001-Add-missing-include.patch
+  * 0001-Return-early-when-__libc_dlopen_mode-is-detected.patch
+
+-------------------------------------------------------------------

Old:
----
  0001-Add-missing-include.patch
  0001-Fix-build-with-gcc-13-by-including-cstdint.patch
  0001-Return-early-when-__libc_dlopen_mode-is-detected.patch
  heaptrack-1.4.0.tar.xz
  heaptrack-1.4.0.tar.xz.sig

New:
----
  heaptrack-1.5.0.tar.xz
  heaptrack-1.5.0.tar.xz.sig

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ heaptrack.spec ++++++
--- /var/tmp/diff_new_pack.tI3s7o/_old  2023-10-05 20:04:15.293101216 +0200
+++ /var/tmp/diff_new_pack.tI3s7o/_new  2023-10-05 20:04:15.297101360 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package heaptrack
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,12 +16,11 @@
 #
 
 
-%define kf5_version 5.26.0
 # Needed for Leap, see boo#468748
 %global __requires_exclude GLIBC_PRIVATE
 %bcond_without released
 Name:           heaptrack
-Version:        1.4.0
+Version:        1.5.0
 Release:        0
 Summary:        Heap Memory Allocation Profiler
 License:        LGPL-2.1-or-later
@@ -31,14 +30,7 @@
 Source1:        
https://download.kde.org/stable/heaptrack/%{version}/%{name}-%{version}.tar.xz.sig
 Source2:        heaptrack.keyring
 %endif
-# PATCH-FIX-UPSTREAM
-Patch0:         0001-Fix-build-with-gcc-13-by-including-cstdint.patch
-# PATCH-FIX-UPSTREAM
-Patch1:         0001-Add-missing-include.patch
-# PATCH-FIX-UPSTREAM
-Patch2:         0001-Return-early-when-__libc_dlopen_mode-is-detected.patch
 BuildRequires:  extra-cmake-modules
-BuildRequires:  kf5-filesystem
 BuildRequires:  libboost_container-devel
 BuildRequires:  libboost_filesystem-devel
 BuildRequires:  libboost_iostreams-devel
@@ -57,8 +49,9 @@
 BuildRequires:  cmake(KF5ItemModels)
 BuildRequires:  cmake(KF5KIO)
 BuildRequires:  cmake(KF5ThreadWeaver)
-BuildRequires:  cmake(Qt5Core) >= 5.10.0
+BuildRequires:  cmake(Qt5Core)
 BuildRequires:  cmake(Qt5Widgets)
+BuildRequires:  pkgconfig(libdw) >= 0.158
 BuildRequires:  pkgconfig(libzstd)
 Suggests:       heaptrack-gui
 
@@ -67,7 +60,7 @@
 
 %package devel
 Summary:        Development files for the Heaptrack API
-Requires:       %{name} = %{version}
+Requires:       heaptrack = %{version}
 
 %description devel
 This package contains files needed to develop for the Heaptrack
@@ -75,7 +68,7 @@
 
 %package gui
 Summary:        GUI Frontend for Heaptrack
-Requires:       %{name} = %{version}
+Requires:       heaptrack = %{version}
 
 %description gui
 A Qt5/KF5 based GUI for Heaptrack.
@@ -113,7 +106,6 @@
 %{_libdir}/heaptrack/
 
 %files devel
-%license LICENSES/*
 %{_includedir}/heaptrack_api.h
 
 %files gui

++++++ heaptrack-1.4.0.tar.xz -> heaptrack-1.5.0.tar.xz ++++++
++++ 84797 lines of diff (skipped)

Reply via email to