import memstrack-0.1.11-1.el8
This commit is contained in:
parent
60234f0253
commit
2ddaa33af1
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/memstrack-afc06ba.tar.gz
|
SOURCES/memstrack-bdc9386.tar.gz
|
||||||
|
@ -1 +1 @@
|
|||||||
fbdd189cded49991eead6a7c7ad683f152366c21 SOURCES/memstrack-afc06ba.tar.gz
|
47747f1a981523c9c5caadf7c0ccb30baa3edabb SOURCES/memstrack-bdc9386.tar.gz
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
# vim: syntax=spec
|
# vim: syntax=spec
|
||||||
%global gitcommit afc06babd50695ea5c07c811e48d4c75c05b60aa
|
%global gitcommit bdc9386376f377218b25624a580a39c4d5917f71
|
||||||
%global gitshortcommit %(c=%{gitcommit}; echo ${c:0:7})
|
%global gitshortcommit %(c=%{gitcommit}; echo ${c:0:7})
|
||||||
%global snapshotdate 20200628
|
%global snapshotdate 20200806
|
||||||
|
|
||||||
Name: memstrack
|
Name: memstrack
|
||||||
Version: 0.1.8
|
Version: 0.1.11
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A memory allocation tracer, like a hot spot analyzer for memory allocation
|
Summary: A memory allocation tracer, like a hot spot analyzer for memory allocation
|
||||||
License: GPLv3
|
License: GPLv3
|
||||||
@ -35,6 +35,12 @@ install -p -m 755 memstrack %{buildroot}/%{_bindir}
|
|||||||
%{_bindir}/memstrack
|
%{_bindir}/memstrack
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 6 2020 Kairui Song <kasong@redhat.com> - 0.1.11-1
|
||||||
|
- Fix memstrack failure with large memory hole
|
||||||
|
|
||||||
|
* Tue Jul 14 2020 Kairui Song <kasong@redhat.com> - 0.1.8-2
|
||||||
|
- Fix TUI not quiting issue
|
||||||
|
|
||||||
* Sun Jun 28 2020 Kairui Song <kasong@redhat.com> - 0.1.8-1
|
* Sun Jun 28 2020 Kairui Song <kasong@redhat.com> - 0.1.8-1
|
||||||
- Bump to latest upstream version, fix some issues and introduce unit test
|
- Bump to latest upstream version, fix some issues and introduce unit test
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user