From f1f1da1c328902d1b42abff10e3e24ea2f6064ba Mon Sep 17 00:00:00 2001 From: zhouwenpei Date: Sun, 24 Apr 2022 18:28:57 +0800 Subject: [PATCH] update license --- libmpc.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/libmpc.spec b/libmpc.spec index 4b8388d..4ebbfa5 100644 --- a/libmpc.spec +++ b/libmpc.spec @@ -1,8 +1,8 @@ Name: libmpc Version: 1.2.0 -Release: 2 +Release: 3 Summary: C library for multiple precision complex arithmetic -License: LGPLv3+ and GFDL +License: LGPL-3.0-or-later and GFDL-1.3-or-later URL: http://www.multiprecision.org/ Source0: https://ftp.gnu.org/gnu/mpc/mpc-%{version}.tar.gz @@ -71,8 +71,12 @@ fi %{_libdir}/libmpc.so %changelog +* Sun Apr 24 2022 zhouwenpei - 1.2.0-3 +- update license + * Thu Sep 24 2020 EulerOSWander<314264452@qq.com> - 1.2.0-2 - added missing include. + * Sat Aug 22 2020 Yunfeng Ye - 1.2.0-1 - Upgrade to 1.2.0 -- Gitee