From 1e410d6a5671ef1a51f335b7ab07fdbb0ecb6042 Mon Sep 17 00:00:00 2001 From: chen-jan Date: Tue, 10 May 2022 12:09:40 +0000 Subject: [PATCH] License compliance rectification --- SuperLU.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/SuperLU.spec b/SuperLU.spec index 64a27a5..251f391 100644 --- a/SuperLU.spec +++ b/SuperLU.spec @@ -1,8 +1,8 @@ Name: SuperLU Version: 5.2.1 -Release: 7 +Release: 8 Summary: Library for the direct solution of large, sparse, nonsymmetric systems of linear equations -License: BSD and GPLv2+ +License: BSD-3-Clause and GPL-2.0-or-later URL: http://crd-legacy.lbl.gov/~xiaoye/SuperLU/ Source0: http://crd-legacy.lbl.gov/~xiaoye/SuperLU/superlu_%{version}.tar.gz BuildRequires: openblas-devel openblas-srpm-macros cmake3 gcc-gfortran csh @@ -71,8 +71,11 @@ cd - %doc DOC EXAMPLE FORTRAN %changelog -* Thu Mar 5 2020 Ling Yang - 5.2.1-6 -- Package Init +* Tue May 10 2022 chenchen - 5.2.1-8 +- License compliance rectification * Tue Aug 10 2021 Senlin Xia - 5.2.1-7 - remove useless buildrequire: atlas-devel + +* Thu Mar 5 2020 Ling Yang - 5.2.1-6 +- Package Init -- Gitee