From f858ba9b5214e3171a84d5cd39eba04bd72d2604 Mon Sep 17 00:00:00 2001 From: wangxiao65 Date: Wed, 2 Jul 2025 05:49:18 +0000 Subject: [PATCH] delete macros in changelog --- lapack.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/lapack.spec b/lapack.spec index 4d537e7..47a272a 100644 --- a/lapack.spec +++ b/lapack.spec @@ -4,7 +4,7 @@ Name: lapack Version: %{mediumver}.1 -Release: 1 +Release: 2 Summary: The LAPACK libraries for numerical linear algebra. License: BSD-3-Clause-Open-MPI URL: http://www.netlib.org/lapack/ @@ -197,6 +197,9 @@ sed -i 's|@LAPACK_VERSION@|%{version}|g' %{buildroot}%{_libdir}/pkgconfig/lapack %endif %changelog +* Tue Jul 01 2025 wangxiao - 3.12.1-2 +- delete macros in changelog + * Sat Feb 15 2025 Funda Wang - 3.12.1-1 - update to 3.12.1 @@ -221,8 +224,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