diff --git a/mozjs102.spec b/mozjs102.spec index 2eef57bc7142aa4e156ad6532a763c9484a8d6c6..cee014cf101ac7c14191a17889b06ab02d915e83 100644 --- a/mozjs102.spec +++ b/mozjs102.spec @@ -19,12 +19,12 @@ %endif %ifarch riscv64 -%global build_mold 1 +%global build_mold 0 %endif Name: mozjs%{major} Version: 102.9.0 -Release: 2 +Release: 3 Summary: SpiderMonkey JavaScript library License: MPL-2.0 AND Apache-2.0 AND BSD-3-Clause AND BSD-2-Clause AND MIT AND GPL-3.0-or-later URL: https://hg.mozilla.org/releases/mozilla-esr102 @@ -253,6 +253,9 @@ ln -s libmozjs-%{major}.so.0 %{buildroot}%{_libdir}/libmozjs-%{major}.so %{_includedir}/mozjs-%{major}/ %changelog +* Thu Apr 11 2024 misaka00251 - 102.9.0-3 +- Disable mold for riscv64 + * Thu Mar 28 2024 Wenlong Zhang - 102.9.0-2 - fix build error for loongarch64