From d9bdc7b297d4f83eefd7d45ccaffca175ee4c9bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=B0=91=E5=AE=81?= Date: Wed, 24 Jul 2024 09:35:01 +0000 Subject: [PATCH] Fix bad date in changelog MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 张少宁 --- armadillo.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/armadillo.spec b/armadillo.spec index b3a4a97..76da429 100644 --- a/armadillo.spec +++ b/armadillo.spec @@ -1,6 +1,6 @@ Name: armadillo Version: 10.7.4 -Release: 1 +Release: 2 Summary: Fast C++ matrix library with syntax similar to MATLAB and Octave License: ASL 2.0 URL: http://arma.sourceforge.net/ @@ -65,13 +65,16 @@ rm -rf examples/lib_win64 %doc armadillo_joss_2016.pdf %changelog +* Wed Jul 24 2024 zhangshaoning - 10.7.4-2 +- Fix bad date in changelog + * Fri Jan 21 2022 SimpleUpdate Robot - 10.7.4-1 - Upgrade to version 10.7.4 * Mon May 31 2021 baizhonggui - 9.600.6-5 - Add gcc-g++ in BuildRequires -* Fri 26 Mar 2021 sunguoshuai - 9.600.6-4 +* Fri Mar 26 2021 sunguoshuai - 9.600.6-4 - Delete depends on atlas * Thu Mar 5 2020 wangye - 9.600.6-3 -- Gitee