diff options
author | Martin Stransky <stransky@redhat.com> | 2017-10-06 09:53:53 +0200 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2017-10-06 09:53:53 +0200 |
commit | 703c1661692f4603625a3d7e3896376e546c2032 (patch) | |
tree | 7b70c5ca8881b5f8cdfd2d470d20ab0cf73d40a7 /firefox.spec | |
parent | Merge branch 'master' into f26 (diff) | |
parent | Enabled stylo again (diff) | |
download | librewolf-fedora-ff-703c1661692f4603625a3d7e3896376e546c2032.tar.gz librewolf-fedora-ff-703c1661692f4603625a3d7e3896376e546c2032.tar.bz2 librewolf-fedora-ff-703c1661692f4603625a3d7e3896376e546c2032.zip |
Merge branch 'master' into f26
Diffstat (limited to 'firefox.spec')
-rw-r--r-- | firefox.spec | 11 |
1 files changed, 8 insertions, 3 deletions
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 <stransky@redhat.com> - 56.0-5 +- Enable Stylo again. + * Wed Oct 4 2017 Martin Stransky <stransky@redhat.com> - 56.0-4 - Fixed rhbz#1497932 - Plug-Ins for example flash fails because of unresolved symbols |