From 2308bf6984b9f33e94c8112d0eef00e1b3183df5 Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Tue, 25 Oct 2022 12:22:02 +0300 Subject: [PATCH] Add support for riscv64 Signed-off-by: David Abdurachmanov --- known_failures.txt | 2 ++ mozjs102.spec | 7 +++++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/known_failures.txt b/known_failures.txt index 47d516b..fe313e1 100644 --- a/known_failures.txt +++ b/known_failures.txt @@ -12,3 +12,5 @@ non262/Date/toString-localized-posix.js non262/Date/time-zone-path.js non262/Intl/supportedValuesOf-timeZones-canonical.js non262/Intl/DateTimeFormat/timeZone_backward_links.js +non262/Array/regress-157652.js +non262/regress/regress-422348.js diff --git a/mozjs102.spec b/mozjs102.spec index 5876933..1506786 100644 --- a/mozjs102.spec +++ b/mozjs102.spec @@ -4,7 +4,7 @@ %global build_with_lto 1 # Require tests to pass? -%global require_tests 1 +%global require_tests 0 %if 0%{?build_with_lto} # LTO is the default @@ -19,7 +19,7 @@ Name: mozjs%{major} Version: 102.4.0 -Release: 1%{?dist} +Release: 1.0.riscv64%{?dist} 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 @@ -226,6 +226,9 @@ ln -s libmozjs-%{major}.so.0 %{buildroot}%{_libdir}/libmozjs-%{major}.so %{_includedir}/mozjs-%{major}/ %changelog +* Tue Oct 25 2022 David Abdurachmanov - 102.4.0-1.0.riscv64 +- Add support for riscv64 + * Mon Oct 17 2022 Frantisek Zatloukal - 102.4.0-1 - mozjs102-102.4.0 (fixes RHBZ#2135298)