From c69ed95f5cdf2d972343ad755e3004fb506dd8ee Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Fri, 6 Oct 2017 09:53:15 +0200 Subject: Enabled stylo again --- firefox.spec | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'firefox.spec') diff --git a/firefox.spec b/firefox.spec index 1c7028f..fe2c132 100644 --- a/firefox.spec +++ b/firefox.spec @@ -1,3 +1,7 @@ +%if 0%{?fedora} < 26 +ExcludeArch: armv7hl +%endif + # Use ALSA backend? %define alsa_backend 0 @@ -99,7 +103,7 @@ Summary: Mozilla Firefox Web browser Name: firefox Version: 56.0 -Release: 4%{?pre_tag}%{?dist} +Release: 5%{?pre_tag}%{?dist} URL: https://www.mozilla.org/firefox/ License: MPLv1.1 or GPLv2+ or LGPLv2+ Group: Applications/Internet @@ -159,7 +163,6 @@ Patch410: mozilla-1321521.patch Patch411: mozilla-1321521-2.patch Patch412: mozilla-1337988.patch Patch413: mozilla-1353817.patch -Patch414: mozilla-1341234.patch Patch415: mozilla-1405267.patch # Debian patches @@ -347,7 +350,6 @@ This package contains results of tests executed during build. %endif %endif %patch413 -p1 -b .1353817 -%patch414 -p1 -b .1341234 %patch415 -p1 -b .1405267 # Debian extension patch @@ -871,6 +873,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : #--------------------------------------------------------------------- %changelog +* Fri Oct 6 2017 Martin Stransky - 56.0-5 +- Enable Stylo again. + * Wed Oct 4 2017 Martin Stransky - 56.0-4 - Fixed rhbz#1497932 - Plug-Ins for example flash fails because of unresolved symbols -- cgit