From 0805cb266c617d851341c4ad76c01fd62ef26e92 Mon Sep 17 00:00:00 2001 From: loong_C Date: Tue, 24 May 2022 13:36:22 +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 49845ec..8c31354 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 @@ -66,6 +66,9 @@ make check %{_mandir}/man1/* %changelog +* Tue May 24 2022 loong_C - 1.11-4 +- fix spec changelog date + * Fri Apr 22 2022 BruceGW - 1.11-3 - fix CVE-2022-1271 @@ -75,7 +78,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