summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@anakreon.cz>2015-03-10 09:21:11 +0100
committerMartin Stransky <stransky@anakreon.cz>2015-03-10 09:21:11 +0100
commitfbaa2451d8fa39ec24aabf7c7722012072696165 (patch)
treeeb940de9ec852ada103f1a9fe90c0c78b7ceb7a8 /firefox.spec
parentUpdate to 36.0.1 (diff)
downloadlibrewolf-fedora-ff-fbaa2451d8fa39ec24aabf7c7722012072696165.tar.gz
librewolf-fedora-ff-fbaa2451d8fa39ec24aabf7c7722012072696165.tar.bz2
librewolf-fedora-ff-fbaa2451d8fa39ec24aabf7c7722012072696165.zip
Arm build fix
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec13
1 files changed, 7 insertions, 6 deletions
diff --git a/firefox.spec b/firefox.spec
index 0157511..4d2729a 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -107,7 +107,7 @@
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 36.0.1
-Release: 1%{?pre_tag}%{?dist}
+Release: 2%{?pre_tag}%{?dist}
URL: http://www.mozilla.org/projects/firefox/
License: MPLv1.1 or GPLv2+ or LGPLv2+
Group: Applications/Internet
@@ -127,7 +127,6 @@ Source24: mozilla-api-key
Patch0: firefox-install-dir.patch
Patch1: firefox-build.patch
Patch3: mozilla-build-arm.patch
-Patch4: mozilla-build-arm-webrtc.patch
# https://bugzilla.redhat.com/show_bug.cgi?id=814879#c3
Patch18: xulrunner-24.0-jemalloc-ppc.patch
# workaround linking issue on s390 (JSContext::updateMallocCounter(size_t) not found)
@@ -281,10 +280,9 @@ cd %{tarballdir}
%patch0 -p1
%patch1 -p2 -b .build
-#%ifarch %{arm}
-%patch3 -p2 -b .arm-build
-%patch4 -p2 -b .arm
-#%endif
+%ifarch %{arm}
+%patch3 -p2 -b .arm
+%endif
%patch18 -p2 -b .jemalloc-ppc
%patch19 -p2 -b .s390-inlines
@@ -769,6 +767,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Tue Mar 10 2015 Martin Stransky <stransky@redhat.com> - 36.0.1-2
+- Arm build fix
+
* Mon Mar 9 2015 Jan Horak <jhorak@redhat.com> - 36.0.1-1
- Update to 36.0.1
bgstack15