From 80637e16ac10420a0aa0b792117beaa9ad7e3d94 Mon Sep 17 00:00:00 2001 From: xigaoxinyan Date: Tue, 10 May 2022 19:11:03 +0800 Subject: [PATCH] License compliance rectification --- python-mpmath.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-mpmath.spec b/python-mpmath.spec index 7cc62b1..96fbd41 100644 --- a/python-mpmath.spec +++ b/python-mpmath.spec @@ -1,8 +1,8 @@ Name: python-mpmath Version: 1.2.0 -Release: 1 +Release: 2 Summary: A pure Python library for multiprecision floating-point arithmetic -License: BSD +License: BSD-3-Clause URL: https://mpmath.org # Source code Source0: https://github.com/fredrik-johansson/mpmath/archive/%{version}/%{name}-%{version}.tar.gz @@ -97,5 +97,8 @@ xvfb-run -a pytest-3 -v %doc doc/build/* %changelog +* Tue May 10 2022 xigaoxinyan - 1.2.0-2 +- License compliance rectification + * Wed Jul 08 2021 liuliang - 1.2.0-1 - Package init