From 036bc47a884675514fe96f4ad496663182d8b6b3 Mon Sep 17 00:00:00 2001 From: yueryoufeng Date: Wed, 12 Jun 2024 02:39:07 +0000 Subject: [PATCH] license info rectification Signed-off-by: yueryoufeng (cherry picked from commit c524439cb87936eb922906fa652d5a3fa58c254e) --- unzip.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/unzip.spec b/unzip.spec index 1513000..2cc191a 100644 --- a/unzip.spec +++ b/unzip.spec @@ -1,8 +1,8 @@ Name: unzip Version: 6.0 -Release: 52 +Release: 53 Summary: A utility for unpacking zip files -License: Info-ZIP,Public Domain +License: Info-ZIP and Public Domain URL: http://www.info-zip.org/UnZip.html Source: http://downloads.sourceforge.net/infozip/unzip60.tar.gz @@ -82,6 +82,9 @@ make check -f unix/Makefile %{_mandir}/man1/* %changelog +* Wed Jun 12 2024 yinyongkang - 6.0-53 +- license info rectification + * Sun Apr 7 2024 licheng - 6.0-52 - add support for clang -- Gitee