From 77f8a06e78e9951b388bc721b8d2349c1bd2c6b2 Mon Sep 17 00:00:00 2001 From: wangxiao65 Date: Tue, 1 Jul 2025 07:50:05 +0000 Subject: [PATCH] delete macros in changelog (cherry picked from commit ed18493a6646d5b59c9e4101dc54c4777a6c4279) --- lapack.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/lapack.spec b/lapack.spec index 22827f6..30b4d50 100644 --- a/lapack.spec +++ b/lapack.spec @@ -4,7 +4,7 @@ Name: lapack Version: %{mediumver}.0 -Release: 1 +Release: 2 Summary: The LAPACK libraries for numerical linear algebra. License: BSD URL: http://www.netlib.org/lapack/ @@ -206,6 +206,9 @@ sed -i 's|@LAPACK_VERSION@|%{version}|g' %{buildroot}%{_libdir}/pkgconfig/lapack %endif %changelog +* Tue Jul 01 2025 wangxiao - 3.12.0-2 +- delete macros in changelog + * Sun Feb 18 2024 liyanan - 3.12.0-1 - Update to 3.12.0 @@ -227,8 +230,8 @@ sed -i 's|@LAPACK_VERSION@|%{version}|g' %{buildroot}%{_libdir}/pkgconfig/lapack * Mon Nov 29 2021 zhouwenpei - 3.10.0-1 - update verion to 3.10.0 -* Mon Aug 02 2021 chenyanpanHW - .0-4 -- DESC: delete -Sgit from %autosetup, and delete BuildRequires git +* Mon Aug 02 2021 chenyanpanHW - 3.9.0-4 +- DESC: delete -Sgit from autosetup, and delete BuildRequires git * Thu Mar 18 2021 maminjie - 3.9.0-3 - Fix the position of CFLAGS added -- Gitee