summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec6
1 files changed, 4 insertions, 2 deletions
diff --git a/firefox.spec b/firefox.spec
index 3bcee4f..89fa3d3 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -131,9 +131,10 @@ Patch305: mozilla-1245076.patch
Patch306: mozilla-1245076-1.patch
Patch307: mozilla-1263145.patch
Patch400: mozilla-1255590.patch
+Patch401: mozilla-1266366-branch64.patch
# Debian patches
-Patch401: mozilla-440908.patch
+Patch500: mozilla-440908.patch
%if %{?system_nss}
BuildRequires: pkgconfig(nspr) >= %{nspr_version}
@@ -279,9 +280,10 @@ cd %{tarballdir}
%patch305 -p1 -b .1245076
%patch306 -p1 -b .1245076-1
%patch400 -p1 -b .1255590
+%patch401 -p1 -b .1266366-branch64
# Debian extension patch
-%patch401 -p1 -b .440908
+%patch500 -p1 -b .440908
%{__rm} -f .mozconfig
%{__cp} %{SOURCE10} .mozconfig
bgstack15