Drop an obsolete 32-bit ARM conditional

We don't build for armv7hl any more.
This commit is contained in:
Kalev Lember 2022-08-11 21:26:19 +02:00
parent f7f96f165d
commit 0b5ae7dbd5

View File

@ -4,7 +4,7 @@
Name: gjs Name: gjs
Version: 1.73.2 Version: 1.73.2
Release: 1%{?dist} Release: 2%{?dist}
Summary: Javascript Bindings for GNOME Summary: Javascript Bindings for GNOME
# The following files contain code from Mozilla which # The following files contain code from Mozilla which
@ -58,11 +58,6 @@ the functionality of the installed gjs package.
%prep %prep
%autosetup -p1 %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 %build
%meson %meson
@ -97,6 +92,9 @@ sed -i -e "/'Gtk4'/d" installed-tests/js/meson.build
%{_datadir}/installed-tests/ %{_datadir}/installed-tests/
%changelog %changelog
* Thu Aug 11 2022 Kalev Lember <klember@redhat.com> - 1.73.2-2
- Drop an obsolete 32-bit ARM conditional
* Wed Aug 10 2022 Kalev Lember <klember@redhat.com> - 1.73.2-1 * Wed Aug 10 2022 Kalev Lember <klember@redhat.com> - 1.73.2-1
- Update to 1.73.2 - Update to 1.73.2
- Switch to mozjs102 - Switch to mozjs102