diff --git a/.gitignore b/.gitignore index 0a11a0b..c33087e 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/memstrack-afc06ba.tar.gz +SOURCES/memstrack-bdc9386.tar.gz diff --git a/.memstrack.metadata b/.memstrack.metadata index eaeaee5..317cfd3 100644 --- a/.memstrack.metadata +++ b/.memstrack.metadata @@ -1 +1 @@ -fbdd189cded49991eead6a7c7ad683f152366c21 SOURCES/memstrack-afc06ba.tar.gz +47747f1a981523c9c5caadf7c0ccb30baa3edabb SOURCES/memstrack-bdc9386.tar.gz diff --git a/SPECS/memstrack.spec b/SPECS/memstrack.spec index fe788d6..7f17b5c 100644 --- a/SPECS/memstrack.spec +++ b/SPECS/memstrack.spec @@ -1,10 +1,10 @@ # vim: syntax=spec -%global gitcommit afc06babd50695ea5c07c811e48d4c75c05b60aa +%global gitcommit bdc9386376f377218b25624a580a39c4d5917f71 %global gitshortcommit %(c=%{gitcommit}; echo ${c:0:7}) -%global snapshotdate 20200628 +%global snapshotdate 20200806 Name: memstrack -Version: 0.1.8 +Version: 0.1.11 Release: 1%{?dist} Summary: A memory allocation tracer, like a hot spot analyzer for memory allocation License: GPLv3 @@ -35,6 +35,12 @@ install -p -m 755 memstrack %{buildroot}/%{_bindir} %{_bindir}/memstrack %changelog +* Tue Aug 6 2020 Kairui Song - 0.1.11-1 +- Fix memstrack failure with large memory hole + +* Tue Jul 14 2020 Kairui Song - 0.1.8-2 +- Fix TUI not quiting issue + * Sun Jun 28 2020 Kairui Song - 0.1.8-1 - Bump to latest upstream version, fix some issues and introduce unit test