From d7186726c772d966c7dc9f56dfa66c80dca53bd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Zatloukal?= Date: Wed, 18 Nov 2020 08:48:21 +0100 Subject: [PATCH] Rebuild against mozjs78-78.5.0-1 --- gjs.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/gjs.spec b/gjs.spec index 3a632b0..e1519dc 100644 --- a/gjs.spec +++ b/gjs.spec @@ -1,11 +1,11 @@ %global glib2_version 2.58.0 %global gobject_introspection_version 1.61.2 %global gtk3_version 3.20 -%global mozjs78_version 78.4.0-1 +%global mozjs78_version 78.5.0-1 Name: gjs Version: 1.66.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Javascript Bindings for GNOME # The following files contain code from Mozilla which @@ -95,6 +95,9 @@ the functionality of the installed gjs package. %{_datadir}/installed-tests/ %changelog +* Wed Nov 18 2020 Frantisek Zatloukal - 1.66.1-4 +- Rebuild against mozjs78-78.5.0-1 + * Sat Oct 31 2020 Jeff Law - 1.66.1-3 - Fix bogus volatiles caught by gcc-11