diff --git a/apache-commons-math.spec b/apache-commons-math.spec index 4469a1c..2a3b0ae 100644 --- a/apache-commons-math.spec +++ b/apache-commons-math.spec @@ -1,9 +1,9 @@ %global short_name commons-math3 Name: apache-commons-math Version: 3.4.1 -Release: 1 +Release: 2 Summary: Java library of lightweight mathematics and statistics components -License: ASL 1.1 and ASL 2.0 and BSD +License: Apache-1.1 and Apache-2.0 and BSD-3-Clause URL: http://commons.apache.org/math/ Source0: http://archive.apache.org/dist/commons/math/source/%{short_name}-%{version}-src.tar.gz Patch1: %{name}-3.4.1-RHBZ1402145.patch @@ -40,5 +40,8 @@ This package contains the API documentation for %{name}. %doc LICENSE.txt NOTICE.txt %changelog +* Mon May 09 2022 chenchen - 3.4.1-2 +- License compliance rectification + * Tue Jul 28 2020 shaoqiang kang - 3.4.1-1 - Package init