From 0b5ae7dbd51e453e83e1dbc8735c5f3a1b22dfea Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Thu, 11 Aug 2022 21:26:19 +0200 Subject: [PATCH] Drop an obsolete 32-bit ARM conditional We don't build for armv7hl any more. --- gjs.spec | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) 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