diff --git a/iniparser.spec b/iniparser.spec index 59cd7a840fad083e05f895cc16872f4f283a27e4..92393a2a7f14e924aad48534beea2b78c50319b5 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