From ee3fc7f9f5b3aea7b16f8cfe5510ced48e3d530d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=B0=91=E5=AE=81?= Date: Mon, 17 Feb 2025 05:44:57 +0000 Subject: [PATCH] Add sw_64 support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 张少宁 --- motif.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/motif.spec b/motif.spec index 93125e4..ad35518 100644 --- a/motif.spec +++ b/motif.spec @@ -1,6 +1,6 @@ Name: motif Version: 2.3.8 -Release: 6 +Release: 7 Summary: Run-time libraries and programs License: LGPLv2+ URL: https://motif.ics.com/ @@ -46,7 +46,7 @@ This package includes man files for %{name}. %prep %autosetup -p1 sed -i 's/-fno-strict-aliasing/-fstack-protector-strong -fno-strict-aliasing/g' configure.ac -%ifarch loongarch64 riscv64 +%ifarch loongarch64 riscv64 sw_64 %_update_config_guess %_update_config_sub %endif @@ -91,6 +91,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %{_mandir}/man*/* %changelog +* Mon Feb 17 2025 zhangshaoning - 2.3.8-7 +- Add sw_64 support + * Fri Oct 25 2024 yaoxin - 2.3.8-6 - Fix CVE-2022-44617 and CVE-2022-46285 -- Gitee