diff --git a/gjs.spec b/gjs.spec index c71580c..3b1d8ee 100644 --- a/gjs.spec +++ b/gjs.spec @@ -29,7 +29,7 @@ Name: gjs Version: 1.80.2 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Javascript Bindings for GNOME # The following files contain code from Mozilla which @@ -184,6 +184,8 @@ pushd firefox-%{mozjs_version} %patch 20 -p1 %patch 21 -p1 +%patch 30 -p1 + # Purge the bundled six library incompatible with Python 3.12 rm third_party/python/six/six.py @@ -310,6 +312,10 @@ popd %{_datadir}/installed-tests/ %changelog +* Thu Sep 12 2024 Florian Müllner - 1.80.2-10 +- Actually apply test patch + Related: Resolves: RHEL-58016 + * Tue Sep 10 2024 Florian Müllner - 1.80.2-9 - Update mozjs to 115.15.0 Resolves: RHEL-58016