summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2017-04-18 13:12:24 +0200
committerMartin Stransky <stransky@redhat.com>2017-04-18 13:12:24 +0200
commit5b8da3801521e2cf64a9cb35d7fbc79f52971ed2 (patch)
treeabb189538f6c63f0f9cb05c8fe639ade9dacf494 /firefox.spec
parentbuild with nss 3.29.3 (diff)
downloadlibrewolf-fedora-ff-5b8da3801521e2cf64a9cb35d7fbc79f52971ed2.tar.gz
librewolf-fedora-ff-5b8da3801521e2cf64a9cb35d7fbc79f52971ed2.tar.bz2
librewolf-fedora-ff-5b8da3801521e2cf64a9cb35d7fbc79f52971ed2.zip
removed widget/gtk trunk rebase patch
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec12
1 files changed, 6 insertions, 6 deletions
diff --git a/firefox.spec b/firefox.spec
index e54310b..c1aefb4 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -150,9 +150,9 @@ Patch229: firefox-nss-version.patch
Patch304: mozilla-1253216.patch
Patch402: mozilla-1196777.patch
Patch406: mozilla-256180.patch
-# Rebase Gtk3 widget code to latest trunk to
-# fix various rendering problems
-Patch407: widget-rebase.patch
+Patch407: mozilla-1348576.patch
+Patch408: mozilla-1158076-1.patch
+Patch409: mozilla-1158076-2.patch
# Debian patches
Patch500: mozilla-440908.patch
@@ -313,9 +313,9 @@ cd %{tarballdir}
%patch304 -p1 -b .1253216
%patch402 -p1 -b .1196777
%patch406 -p1 -b .256180
-# Rebase Gtk3 widget code to latest trunk to
-# fix various rendering problems
-%patch407 -p1 -b .widget-rebase
+%patch407 -p1 -b .1348576
+%patch408 -p1 -b .1158076-1
+%patch409 -p1 -b .1158076-2
# Debian extension patch
%patch500 -p1 -b .440908
bgstack15