From 41ebeeb548541bc177f18b181dbaac249a2a2c41 Mon Sep 17 00:00:00 2001 From: hyongkang Date: Mon, 2 Dec 2024 11:31:33 +0800 Subject: [PATCH] update description --- openblas.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/openblas.spec b/openblas.spec index 1746bfd..8c228c2 100644 --- a/openblas.spec +++ b/openblas.spec @@ -2,7 +2,7 @@ Name: openblas Version: 0.3.28 -Release: 1 +Release: 2 Summary: An optimized BLAS library based on GotoBLAS2 1.13 BSD version License: BSD-3-Clause URL: https://github.com/xianyi/OpenBLAS/ @@ -38,7 +38,7 @@ ExclusiveArch: x86_64 aarch64 loongarch64 riscv64 ppc64le %description OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD \ -version. The Lab of Parallel Software and Computationla Science, ISCAS \ +version. The Lab of Parallel Software and Computational Science, ISCAS \ supports this project, see: http://www.rdcps.ac.cn @@ -373,6 +373,9 @@ sed -i -e 's|%{buildroot}||' "%{buildroot}%{_libdir}/pkgconfig/%{name}.pc" %{_libdir}/lib%{name}*64_.so %changelog +* Mon Dec 2 2024 Yongkang Hou - 0.3.28-2 +- Update the description + * Fri Nov 29 2024 zhang_wenyu1 - 0.3.28-1 - Update to 0.3.28 -- Gitee