From ed83b56f7f585449c13b06ac5c02ce4491fbb460 Mon Sep 17 00:00:00 2001 From: wu-leilei Date: Wed, 11 May 2022 15:30:11 +0800 Subject: [PATCH] License compliance rectification --- openblas.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/openblas.spec b/openblas.spec index ca2d88f..aa553d7 100644 --- a/openblas.spec +++ b/openblas.spec @@ -2,9 +2,9 @@ Name: openblas Version: 0.3.18 -Release: 1 +Release: 2 Summary: An optimized BLAS library based on GotoBLAS2 1.13 BSD version -License: BSD +License: BSD-3-Clause URL: https://github.com/xianyi/OpenBLAS/ Source0: https://github.com/xianyi/OpenBLAS/archive/v%{version}/openblas-%{version}.tar.gz Patch0000: openblas-0.2.15-system_lapack.patch @@ -351,6 +351,9 @@ rm -rf %{buildroot}%{_libdir}/pkgconfig %{_libdir}/lib%{name}*64_.so %changelog +* Wed May 11 2022 wulei - 0.3.18-2 +- License compliance rectification + * Mon Dec 27 2021 zhouwenpei - 0.3.18-1 - Upgrade to 0.3.18 -- Gitee