From 5ca894653cded0f366463f049a4a29bba726e803 Mon Sep 17 00:00:00 2001 From: plerks Date: Tue, 7 Jun 2022 16:04:03 +0800 Subject: [PATCH] license compliance rectification --- libmpc.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/libmpc.spec b/libmpc.spec index 4b8388d..3f0173f 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: LGPLv3+ and GFDL-1.3-only 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 +* Mon June 6 2022 Xinyi Gou - 1.2.0-3 +- Specify license version + * 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