From 52d6a96d04a1153315a5fd512b8b5ba044bd9830 Mon Sep 17 00:00:00 2001 From: zhangxianjun Date: Thu, 15 Aug 2024 16:15:15 +0800 Subject: [PATCH] modify license info --- zip.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/zip.spec b/zip.spec index 57a064c..2fc4c78 100644 --- a/zip.spec +++ b/zip.spec @@ -1,8 +1,8 @@ Name: zip Version: 3.0 -Release: 32 +Release: 33 Summary: A compression and file packaging/archive utility -License: Info-ZIP +License: BSD URL: http://www.info-zip.org/Zip.html Source0: http://downloads.sourceforge.net/infozip/zip30.tar.gz @@ -57,6 +57,9 @@ mkdir -p %{buildroot}%{_mandir}/man1 %{_mandir}/man1/zip* %changelog +* Thu Aug 15 2024 zhangxianjun - 3.0-33 +- modify license info + * Sun Mar 3 2024 lijinzhe - 3.0-32 - fix clang issue when compile zip, ignore error Wimplicit-function-declaration -- Gitee