From 095fa790698668f1cdb94872f85c8f9a36fcd792 Mon Sep 17 00:00:00 2001 From: Kairui Song Date: Mon, 6 Jul 2020 01:27:40 +0800 Subject: [PATCH] Release 0.1.8-1 Signed-off-by: Kairui Song --- memstrack.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/memstrack.spec b/memstrack.spec index 4e4d862..b9f6d1f 100644 --- a/memstrack.spec +++ b/memstrack.spec @@ -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 - 0.1.8-1 +- Update to upstream latest release + * Sat May 30 2020 Kairui Song - 0.1.5-1 - Update to upstream latest release