From 08b4876fb84d1105a4f8010955c35f2006106862 Mon Sep 17 00:00:00 2001 From: starlet-dx <15929766099@163.com> Date: Wed, 8 Nov 2023 15:36:49 +0800 Subject: [PATCH] Generate debuginfo to fix not stripped --- lapack.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lapack.spec b/lapack.spec index 2b33e11..1ab6ad1 100644 --- a/lapack.spec +++ b/lapack.spec @@ -1,11 +1,10 @@ -%global debug_package %{nil} %global shortver 3 %global mediumver %{shortver}.9 Name: lapack Version: %{mediumver}.0 -Release: 6 +Release: 7 Summary: The LAPACK libraries for numerical linear algebra. License: BSD URL: http://www.netlib.org/lapack/ @@ -207,6 +206,9 @@ sed -i 's|@LAPACK_VERSION@|%{version}|g' %{buildroot}%{_libdir}/pkgconfig/lapack %endif %changelog +* Wed Nov 08 2023 yaoxin - 3.9.0-7 +- Generate debuginfo to fix not stripped + * Tue Sep 20 2022 Wenyu Liu - 3.9.0-6 - Add the FS compiler options for gcc -- Gitee