diff --git a/gjs.spec b/gjs.spec index 50ed748..9042e17 100644 --- a/gjs.spec +++ b/gjs.spec @@ -4,7 +4,7 @@ Name: gjs Version: 1.73.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Javascript Bindings for GNOME # The following files contain code from Mozilla which @@ -58,11 +58,6 @@ the functionality of the installed gjs package. %prep %autosetup -p1 -# Also disable another test that fails on 32-bit ARM: -# https://gitlab.gnome.org/GNOME/gjs/-/issues/463 -%ifarch %{arm} -sed -i -e "/'Gtk4'/d" installed-tests/js/meson.build -%endif %build %meson @@ -97,6 +92,9 @@ sed -i -e "/'Gtk4'/d" installed-tests/js/meson.build %{_datadir}/installed-tests/ %changelog +* Thu Aug 11 2022 Kalev Lember - 1.73.2-2 +- Drop an obsolete 32-bit ARM conditional + * Wed Aug 10 2022 Kalev Lember - 1.73.2-1 - Update to 1.73.2 - Switch to mozjs102