From 4e31619c1ca0b4fc33dea33d975a9ad9f1be472e Mon Sep 17 00:00:00 2001 From: zhouwenpei Date: Sun, 24 Apr 2022 18:24:14 +0800 Subject: [PATCH] update license --- mpfr.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/mpfr.spec b/mpfr.spec index f0b7d4a..0e1ded2 100644 --- a/mpfr.spec +++ b/mpfr.spec @@ -1,9 +1,9 @@ Name: mpfr Version: 4.1.0 -Release: 2 +Release: 3 Summary: A C library for multiple-precision floating-point computations URL: http://www.mpfr.org/ -License: LGPLv3+ and GPLv3+ and GFDL +License: LGPL-3.0-only and GPL-3.0-only BuildRequires: autoconf libtool gmp-devel gcc git Requires: /sbin/ldconfig Requires: gmp >= 4.2.3 @@ -78,6 +78,9 @@ fi %{_libdir}/pkgconfig/mpfr.pc %changelog +* Sun Apr 24 2022 zhouwenpei - 4.1.0-3 +- update license + * Fri Apr 01 2022 zhouwenpei - 4.1.0-2 - delete old so file -- Gitee