| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 |
- 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
- Add quotes to text comparison to fix build with rpm 4.16.
- Update to upstream version 1.2.0, a bugfix release. - Removed Fix-compile-on-32bit.patch as it was added upstream.
- Fix the plugins installation directory.
- Enable zstd support
- Add Fix-compile-on-32bit.patch to make it build on 32bit (kde#394330) - Don't install office-chart-area icon from breeze to hicolor anymore, heaptrack comes with its own application icon now - Mark license files as %license instead of %doc - Install README.md as well, it contains instructions on how to use it
- Update to version 1.1.0: * Stability and performance improvements * When extended debug information is available, stack traces now include inlined frames. * Split debug information in separate files is now supported. * Compressed debug information is properly handled. * The embedded flamegraph view is now searchable. * More details available on https://www.kdab.com/heaptrack-v1-1-0-release/ - Remove patches, now upstream: * fix-build.patch
- Add fix-build.patch to fix build with glibc 2.26 in Factory (kde#383889)
- Initial commit