Drop an obsolete 32-bit ARM conditional
We don't build for armv7hl any more.
This commit is contained in:
parent
f7f96f165d
commit
0b5ae7dbd5
10
gjs.spec
10
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 <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
|
||||
- Update to 1.73.2
|
||||
- Switch to mozjs102
|
||||
|
Loading…
Reference in New Issue
Block a user