From 1cb3681420b28a84c37a6f3b34e9412efbf29dff Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Wed, 10 Jul 2019 17:06:38 +0200 Subject: [PATCH] Added fixes for aarch64 builds. --- firefox.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/firefox.spec b/firefox.spec index 91f505e..1d4f717 100644 --- a/firefox.spec +++ b/firefox.spec @@ -86,7 +86,7 @@ ExcludeArch: s390x Summary: Mozilla Firefox Web browser Name: firefox Version: 68.0 -Release: 3%{?pre_tag}%{?dist} +Release: 4%{?pre_tag}%{?dist} URL: https://www.mozilla.org/firefox/ License: MPLv1.1 or GPLv2+ or LGPLv2+ Source0: https://archive.mozilla.org/pub/firefox/releases/%{version}%{?pre_version}/source/firefox-%{version}%{?pre_version}.source.tar.xz @@ -913,6 +913,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : #--------------------------------------------------------------------- %changelog +* Wed Jul 10 2019 Martin Stransky - 68.0-4 +- Added fixes for aarch64 builds. + * Tue Jul 9 2019 Dan HorĂ¡k - 68.0-3 - Fix crash on ppc64le (mozilla#1512162)