From 00d73143604ca4e9354a5c458321ed95678b8679 Mon Sep 17 00:00:00 2001 From: wang--ge Date: Tue, 19 Jan 2021 17:12:24 +0800 Subject: [PATCH] modify license --- iniparser.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/iniparser.spec b/iniparser.spec index 59cd7a8..92393a2 100644 --- a/iniparser.spec +++ b/iniparser.spec @@ -2,9 +2,9 @@ Name: iniparser Version: 4.1 -Release: 2 +Release: 3 Summary: ini file parser -License: MIT +License: MIT and Zlib URL: https://github.com/ndevilla/iniparser Source0: https://github.com/ndevilla/iniparser/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz @@ -48,6 +48,9 @@ cp -r html %{buildroot}/%{_docdir}/%{name} %{_docdir}/* %changelog +* Tue Jan 19 2021 Ge Wang - 4.1-3 +- Modify license information. + * Tue Oct 13 2020 liqingqing_1229 - update source0 -- Gitee