summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2015-03-11 15:29:56 +0100
committerMartin Stransky <stransky@redhat.com>2015-03-11 15:29:56 +0100
commit4c8e8dd622ec20c209c647fad723aea6cebe1485 (patch)
tree849d89b0a02221a10bb1635abba4ae83f9952ec9 /firefox.spec
parentaarch64 build fix (diff)
downloadlibrewolf-fedora-ff-4c8e8dd622ec20c209c647fad723aea6cebe1485.tar.gz
librewolf-fedora-ff-4c8e8dd622ec20c209c647fad723aea6cebe1485.tar.bz2
librewolf-fedora-ff-4c8e8dd622ec20c209c647fad723aea6cebe1485.zip
Removed wrong and unnecessary patch for aarch64
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec6
1 files changed, 2 insertions, 4 deletions
diff --git a/firefox.spec b/firefox.spec
index 3b3345b..9165704 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -107,7 +107,7 @@
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 36.0.1
-Release: 4%{?pre_tag}%{?dist}
+Release: 5%{?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: firefox-aarch64.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)
@@ -289,7 +288,6 @@ cd %{tarballdir}
%patch23 -p1 -b .1005535
%patch3 -p2 -b .arm
-%patch4 -p2 -b .aarch64
# For branding specific patches.
@@ -767,7 +765,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
-* Tue Mar 10 2015 Martin Stransky <stransky@redhat.com> - 36.0.1-4
+* Tue Mar 10 2015 Martin Stransky <stransky@redhat.com> - 36.0.1-5
- Arm build fix
* Mon Mar 9 2015 Jan Horak <jhorak@redhat.com> - 36.0.1-1
bgstack15