From 57caa999b83f049279ac56d602043dfccef79896 Mon Sep 17 00:00:00 2001 From: loong_C Date: Fri, 20 May 2022 11:17:17 +0800 Subject: [PATCH] fix spec changelog date (cherry picked from commit c1ec9527d4db180476b88530fe4daf90da920b08) --- gperftools.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/gperftools.spec b/gperftools.spec index bc5aa94..57ad669 100644 --- a/gperftools.spec +++ b/gperftools.spec @@ -1,6 +1,6 @@ Name: gperftools Version: 2.9.1 -Release: 4 +Release: 5 Summary: high-performance malloc and performance analysis tools License: BSD @@ -109,14 +109,17 @@ LD_LIBRARY_PATH=./.libs make check %{_mandir}/man1/*.1.gz %changelog +* Fri May 20 2022 loong_C - 2.9.1-5 +- fix spec changelog date + * Mon Feb 28 2022 liusirui - 2.9.1-4 - remove the dependency of the main package and pprof -* Tue Jan 11 2021 QingqingLi - 2.9.1-3 +* Tue Jan 11 2022 QingqingLi - 2.9.1-3 - continue to release span until the end of one round - use %{?_smp_mflags} to build -* Mon Jan 10 2021 zhangyiru - 2.9.1-2 +* Mon Jan 10 2022 zhangyiru - 2.9.1-2 - skip stacktrace_unittest & tcm_asserts_unittest * Sun Dec 5 2021 zhouwenpei - 2.9.1-1 -- Gitee