summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2018-02-13 10:28:27 +0100
committerMartin Stransky <stransky@redhat.com>2018-02-13 10:28:27 +0100
commit4a51420af34cd19900be1861067e307927cbce4b (patch)
tree6d1d10a2cb6a6bd42e1315b77bbaf98ab45212c6 /firefox.spec
parentUpdate to 58.0.1 (diff)
downloadlibrewolf-fedora-ff-4a51420af34cd19900be1861067e307927cbce4b.tar.gz
librewolf-fedora-ff-4a51420af34cd19900be1861067e307927cbce4b.tar.bz2
librewolf-fedora-ff-4a51420af34cd19900be1861067e307927cbce4b.zip
Added build fix for gcc8 by Tom Callaway
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec7
1 files changed, 6 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec
index 403ef91..5628485 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -95,7 +95,7 @@
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 58.0.1
-Release: 1%{?pre_tag}%{?dist}
+Release: 2%{?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
@@ -131,6 +131,7 @@ Patch36: build-missing-xlocale-h.patch
Patch37: build-jit-atomic-always-lucky.patch
# Fixing missing cacheFlush when JS_CODEGEN_NONE is used (s390x)
Patch38: build-cacheFlush-missing.patch
+Patch39: mozilla-fix-attr-order.patch
# Fedora specific patches
Patch215: firefox-enable-addons.patch
@@ -308,6 +309,7 @@ This package contains results of tests executed during build.
#%patch35 -p1 -b .ppc-jit
#%endif
%patch37 -p1 -b .jit-atomic-lucky
+%patch39 -p1 -b .fix-attr-order
%patch3 -p1 -b .arm
@@ -873,6 +875,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Tue Feb 13 2018 Martin Stransky <stransky@redhat.com> - 58.0.1-2
+- Added build fix for gcc8 by Tom Callaway
+
* Tue Jan 30 2018 Martin Stransky <stransky@redhat.com> - 58.0.1-1
- Update to 58.0.1
bgstack15