Release 0.1.8-1
Signed-off-by: Kairui Song <kasong@redhat.com>
This commit is contained in:
parent
80024cede8
commit
095fa79069
@ -1,10 +1,10 @@
|
||||
# vim: syntax=spec
|
||||
%global gitcommit 2ad8f164de98f305cf52fa0539876ac500fa3bba
|
||||
%global gitcommit afc06babd50695ea5c07c811e48d4c75c05b60aa
|
||||
%global gitshortcommit %(c=%{gitcommit}; echo ${c:0:7})
|
||||
%global snapshotdate 20200520
|
||||
%global snapshotdate 20200628
|
||||
|
||||
Name: memstrack
|
||||
Version: 0.1.5
|
||||
Version: 0.1.8
|
||||
Release: 1%{?dist}
|
||||
Summary: A memory allocation tracer, like a hot spot analyzer for memory allocation
|
||||
License: GPLv3
|
||||
@ -35,6 +35,9 @@ install -p -m 755 memstrack %{buildroot}/%{_bindir}
|
||||
%{_bindir}/memstrack
|
||||
|
||||
%changelog
|
||||
* Mon Jun 06 2020 Kairui Song <kasong@redhat.com> - 0.1.8-1
|
||||
- Update to upstream latest release
|
||||
|
||||
* Sat May 30 2020 Kairui Song <ryncsn@gmail.com> - 0.1.5-1
|
||||
- Update to upstream latest release
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user