summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2017-05-16 12:38:01 +0200
committerMartin Stransky <stransky@redhat.com>2017-05-16 12:38:01 +0200
commit6aafac4f50c76f1688c8f7efcfda78dcebbf8706 (patch)
tree79c30943edc86ce677a28addfbaa5ad64581c542 /firefox.spec
parentEnabled rust on ix86 (diff)
downloadlibrewolf-fedora-ff-6aafac4f50c76f1688c8f7efcfda78dcebbf8706.tar.gz
librewolf-fedora-ff-6aafac4f50c76f1688c8f7efcfda78dcebbf8706.tar.bz2
librewolf-fedora-ff-6aafac4f50c76f1688c8f7efcfda78dcebbf8706.zip
Arm Fedora 24/25 build fix
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec14
1 files changed, 13 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec
index bdbff4c..e9a67d9 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -103,7 +103,7 @@ ExcludeArch: ppc64le aarch64 ppc64 s390 s390x
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 53.0.2
-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
@@ -155,6 +155,7 @@ Patch408: mozilla-1158076-1.patch
Patch409: mozilla-1158076-2.patch
Patch410: mozilla-1321521.patch
Patch411: mozilla-1321521-2.patch
+Patch412: mozilla-1337988.patch
# Debian patches
Patch500: mozilla-440908.patch
@@ -297,6 +298,7 @@ cd %{tarballdir}
# ignored during this compare.
%patch0 -p1
+
%patch18 -p1 -b .jemalloc-ppc
%patch19 -p2 -b .s390-inlines
%patch20 -p1 -b .prbool
@@ -333,6 +335,13 @@ cd %{tarballdir}
%patch410 -p1 -b .1321521
%patch411 -p1 -b .1321521-2
+%ifarch %{arm}
+%if 0%{?fedora} < 26
+# Workaround for mozbz#1337988
+%patch412 -p1 -b .1337988
+%endif
+%endif
+
# Debian extension patch
%patch500 -p1 -b .440908
@@ -857,6 +866,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Tue May 16 2017 Martin Stransky <stransky@redhat.com> - 53.0.2-5
+- Arm gcc6 build fix (mozbz#1337988)
+
* Fri May 12 2017 Martin Stransky <stransky@redhat.com> - 53.0.2-4
- Enabled rust on ix86
bgstack15