From c49ae2d9a43c41ac0d9bd0af094a0e2c10fbcc63 Mon Sep 17 00:00:00 2001 From: maminjie Date: Thu, 18 Mar 2021 18:56:05 +0800 Subject: [PATCH] Fix the position of CFLAGS added (cherry picked from commit a661f0d6c4c5984ef1c97dc72cce1bec3d822011) --- lapack.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/lapack.spec b/lapack.spec index bb778d7..8555809 100644 --- a/lapack.spec +++ b/lapack.spec @@ -5,7 +5,7 @@ Name: lapack Version: %{mediumver}.0 -Release: 3 +Release: 4 Summary: The LAPACK libraries for numerical linear algebra. License: BSD URL: http://www.netlib.org/lapack/ @@ -205,9 +205,12 @@ sed -i 's|@LAPACK_VERSION@|%{version}|g' %{buildroot}%{_libdir}/pkgconfig/lapack %endif %changelog -* Thu Mar 18 2021 maminjie - 3.9.0-3 +* Thu Mar 18 2021 maminjie - 3.9.0-4 - Fix the position of CFLAGS added +* Thu Nov 12 2020 xinghe - 3.9.0-3 +- add help for Recommends + * Thu Sep 17 2020 liuweibo - 3.9.0-2 - Fix Source0 -- Gitee