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