From 63ca82b86b5fe5ac2482d61962c00e735cd57529 Mon Sep 17 00:00:00 2001 From: loong_C Date: Tue, 24 May 2022 13:28:05 +0800 Subject: [PATCH] fix spec changelog date --- gzip.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/gzip.spec b/gzip.spec index d09e3c8..78593d0 100644 --- a/gzip.spec +++ b/gzip.spec @@ -1,6 +1,6 @@ Name: gzip Version: 1.11 -Release: 3 +Release: 4 Summary: A data compression utility License: GPLv3 @@ -67,6 +67,9 @@ make check %{_mandir}/man1/* %changelog +* Tue May 24 2022 loong_C - 1.11-4 +- fix changelog date + * Wed Apr 20 2022 shixuantong - 1.11-3 - fix CVE-2022-1271 @@ -76,7 +79,7 @@ make check * Tue Dec 28 2021 shangyibin - 1.11-1 - upgrade to version 1.11 -* Thu Nov 09 2021 tianwei - 1.10-2 +* Tue Nov 09 2021 tianwei - 1.10-2 - Type:bugfix - ID:NA - SUG:NA -- Gitee