summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2015-03-06 16:38:42 +0100
committerMartin Stransky <stransky@redhat.com>2015-03-06 16:38:42 +0100
commit5d942197d4886c7f08fdbe3bf9bb1f4574909615 (patch)
tree99147faceb589e090ac956f720dc237dd7efb988 /firefox.spec
parentAdded back the removed -remote option, Fixed rhbz#1198965 - mozilla-xremote-c... (diff)
downloadlibrewolf-fedora-ff-5d942197d4886c7f08fdbe3bf9bb1f4574909615.tar.gz
librewolf-fedora-ff-5d942197d4886c7f08fdbe3bf9bb1f4574909615.tar.bz2
librewolf-fedora-ff-5d942197d4886c7f08fdbe3bf9bb1f4574909615.zip
ppc64le build fixes
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec11
1 files changed, 10 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec
index 917d6f7..05af1a1 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -107,7 +107,7 @@
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 36.0
-Release: 3%{?pre_tag}%{?dist}
+Release: 4%{?pre_tag}%{?dist}
URL: http://www.mozilla.org/projects/firefox/
License: MPLv1.1 or GPLv2+ or LGPLv2+
Group: Applications/Internet
@@ -133,6 +133,9 @@ Patch18: xulrunner-24.0-jemalloc-ppc.patch
# workaround linking issue on s390 (JSContext::updateMallocCounter(size_t) not found)
Patch19: xulrunner-24.0-s390-inlines.patch
Patch20: firefox-build-prbool.patch
+Patch21: firefox-ppc64le.patch
+Patch22: mozilla-1108834.patch
+Patch23: mozilla-1005535.patch
# Fedora specific patches
# Unable to install addons from https pages
@@ -287,6 +290,9 @@ cd %{tarballdir}
%patch18 -p2 -b .jemalloc-ppc
%patch19 -p2 -b .s390-inlines
%patch20 -p1 -b .prbool
+%patch21 -p2 -b .ppc64le
+%patch22 -p2 -b .1108834
+%patch23 -p1 -b .1005535
# For branding specific patches.
@@ -765,6 +771,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Fri Mar 6 2015 Martin Stransky <stransky@redhat.com> - 36.0-4
+- ppc64le build fix
+
* Thu Mar 5 2015 Martin Stransky <stransky@redhat.com> - 36.0-3
- Added back the removed "-remote" option
- Fixed rhbz#1198965 - mozilla-xremote-client has been removed,
bgstack15