From 29e45f715a97cb5235b260ef893fb2a079ccf7eb Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Thu, 24 Nov 2016 12:17:42 +0100 Subject: Rebase Gtk3 widget code to latest trunk to fix various rendering problems (rhbz#1397290) --- firefox.spec | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'firefox.spec') diff --git a/firefox.spec b/firefox.spec index 8355468..89e67e7 100644 --- a/firefox.spec +++ b/firefox.spec @@ -94,7 +94,7 @@ Summary: Mozilla Firefox Web browser Name: firefox Version: 50.0 -Release: 1%{?pre_tag}%{?dist} +Release: 2%{?pre_tag}%{?dist} URL: https://www.mozilla.org/firefox/ License: MPLv1.1 or GPLv2+ or LGPLv2+ Group: Applications/Internet @@ -136,6 +136,9 @@ Patch225: mozilla-1005640-accept-lang.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 # Debian patches Patch500: mozilla-440908.patch @@ -278,6 +281,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 # Debian extension patch %patch500 -p1 -b .440908 @@ -786,6 +792,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : #--------------------------------------------------------------------- %changelog +* Thu Nov 24 2016 Martin Stransky - 50.0-2 +- Rebase Gtk3 widget code to latest trunk to fix + various rendering problems (rhbz#1397290) + * Thu Nov 10 2016 Martin Stransky - 50.0-1 - Update to 50.0 -- cgit