From f867a9c6f8f069cf11b1084cbc005ddd5cf41518 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=B0=91=E5=AE=81?= Date: Thu, 25 Jul 2024 09:02:34 +0000 Subject: [PATCH] Fix bad date in changelog MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 张少宁 --- unzip.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/unzip.spec b/unzip.spec index ef87458..83fa453 100644 --- a/unzip.spec +++ b/unzip.spec @@ -1,6 +1,6 @@ Name: unzip Version: 6.0 -Release: 50 +Release: 51 Summary: A utility for unpacking zip files License: Info-ZIP,Public Domain URL: http://www.info-zip.org/UnZip.html @@ -75,6 +75,9 @@ make check -f unix/Makefile %{_mandir}/man1/* %changelog +* Thu Jul 25 2024 zhangshaoning - 3.41.0-2 +- Fix bad date in changelog + *Mon Sep 5 2022 zhangnan - 6.0-50 - fix CVE-2021-4217 @@ -87,7 +90,7 @@ make check -f unix/Makefile * Thu Jun 10 2021 shixuantong - 6.0-47 - add gcc to BuildRequires and revert unzip-6.0-crc-builtin.patch -* Tues May 12 2021 openEuler hanzhelii <18221254@bjtu.edu.cn> - 6.0-46 +* Wed May 12 2021 openEuler hanzhelii <18221254@bjtu.edu.cn> - 6.0-46 - add unzip-6.0-crc-builtin.patch * Mon Mar 2 2020 openEuler Buildteam - 6.0-45 -- Gitee