diff --git a/motif.spec b/motif.spec index 93125e449f70f22367cb0b6c601a51a41a71a8d1..ad3551823205522ace6c030c0840393ad4877362 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