summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2017-01-18 17:30:40 +0100
committerMartin Stransky <stransky@redhat.com>2017-01-18 17:30:40 +0100
commit2af955e2571898aa06e5d254de2d7545076421df (patch)
tree5b3e6948c27bc2414eaf54f37dbd1da54f0b56bc /firefox.spec
parentUpdate to 51.0 (B1) (diff)
downloadlibrewolf-fedora-ff-2af955e2571898aa06e5d254de2d7545076421df.tar.gz
librewolf-fedora-ff-2af955e2571898aa06e5d254de2d7545076421df.tar.bz2
librewolf-fedora-ff-2af955e2571898aa06e5d254de2d7545076421df.zip
Update to 51.0 - updated widget patch and build fixes
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec4
1 files changed, 2 insertions, 2 deletions
diff --git a/firefox.spec b/firefox.spec
index 046a393..354deb5 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -137,7 +137,7 @@ 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: widget-rebase.patch
# Debian patches
Patch500: mozilla-440908.patch
@@ -279,7 +279,7 @@ cd %{tarballdir}
%patch406 -p1 -b .256180
# Rebase Gtk3 widget code to latest trunk to
# fix various rendering problems
-#%patch407 -p1 -b .widget-rebase
+%patch407 -p1 -b .widget-rebase
# Debian extension patch
%patch500 -p1 -b .440908
bgstack15