From 5570627d39a89d9bb256210b6e8f565ec5871820 Mon Sep 17 00:00:00 2001 From: chenyx2012 <975102023@qq.com> Date: Mon, 6 Jun 2022 08:09:16 +0000 Subject: [PATCH] update libidn.spec. --- libidn.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libidn.spec b/libidn.spec index 249c746..660842e 100644 --- a/libidn.spec +++ b/libidn.spec @@ -4,9 +4,9 @@ Name: libidn Version: 1.38 -Release: 2 +Release: 3 Summary: GNU IDN Library - Libidn -License: LGPLv2+ and GPLv3+ and GFDL +License: LGPLv2+ and GPLv3+ and GFDL-1.3-or-later URL: http://www.gnu.org/software/libidn/ Source0: http://ftp.gnu.org/gnu/libidn/libidn-%{version}.tar.gz @@ -140,6 +140,9 @@ rm -rf $RPM_BUILD_ROOT%{_javadir}/libidn*.jar %{_infodir}/%{name}.info.gz %changelog +* Mon Jun 6 2022 Chenyx - 1.38-3 +- License compliance rectification + * Tue Feb 15 2022 fuanan - 1.38-2 - Add build-conditions disabling Emacs -- Gitee