From 528941f0a3f207dd35135971d48cac42d91d72ba Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Fri, 27 Mar 2015 13:32:33 +0100 Subject: Added tooltip patch (mozbz#1144643) --- firefox.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'firefox.spec') diff --git a/firefox.spec b/firefox.spec index 199b78b..041ac7a 100644 --- a/firefox.spec +++ b/firefox.spec @@ -107,7 +107,7 @@ Summary: Mozilla Firefox Web browser Name: firefox Version: 37.0 -Release: 1%{?pre_tag}%{?dist} +Release: 2%{?pre_tag}%{?dist} URL: http://www.mozilla.org/projects/firefox/ License: MPLv1.1 or GPLv2+ or LGPLv2+ Group: Applications/Internet @@ -152,6 +152,7 @@ Patch411: mozilla-1073117-focus.patch Patch412: mozilla-1073117-no-gap-tab.patch Patch413: mozilla-975919-gtk3-hidpi.patch Patch414: mozilla-1143686.patch +Patch415: mozilla-1144643.patch %if %{official_branding} # Required by Mozilla Corporation @@ -301,6 +302,7 @@ cd %{tarballdir} %patch412 -p1 -b .1073117-no-gap-tab %patch413 -p2 -b .975919-gtk3-hidpi %patch414 -p1 -b .1143686 +%patch415 -p1 -b .1144643 %endif %if %{official_branding} @@ -796,6 +798,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : #--------------------------------------------------------------------- %changelog +* Fri Mar 27 2015 Martin Stransky - 37.0-2 +- Added tooltip patch (mozbz#1144643) + * Fri Mar 27 2015 Martin Stransky - 37.0-1 - Update to 37.0 Build 2 -- cgit