From acbc4c42fcc4f808f520ef4a5d8ea5d78f0d10fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E6=96=87=E5=AE=87?= Date: Tue, 25 Oct 2022 03:27:50 +0000 Subject: [PATCH] rebuild package update release number. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 刘文宇 --- libmpc.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libmpc.spec b/libmpc.spec index 4b8388d..8a0faff 100644 --- a/libmpc.spec +++ b/libmpc.spec @@ -1,6 +1,6 @@ Name: libmpc Version: 1.2.0 -Release: 2 +Release: 3 Summary: C library for multiple precision complex arithmetic License: LGPLv3+ and GFDL URL: http://www.multiprecision.org/ @@ -71,6 +71,9 @@ fi %{_libdir}/libmpc.so %changelog +* Tue Oct 25 2022 Wenyu Liu - 1.2.0-3 +- rebuild package. + * Thu Sep 24 2020 EulerOSWander<314264452@qq.com> - 1.2.0-2 - added missing include. * Sat Aug 22 2020 Yunfeng Ye - 1.2.0-1 -- Gitee