summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@anakreon.cz>2015-03-27 13:32:33 +0100
committerMartin Stransky <stransky@anakreon.cz>2015-03-27 13:32:33 +0100
commit528941f0a3f207dd35135971d48cac42d91d72ba (patch)
treeb33e4240d969961e3ece7d34dbc33252b828d103 /firefox.spec
parentUpdate to 37.0 Build 2 (diff)
downloadlibrewolf-fedora-ff-528941f0a3f207dd35135971d48cac42d91d72ba.tar.gz
librewolf-fedora-ff-528941f0a3f207dd35135971d48cac42d91d72ba.tar.bz2
librewolf-fedora-ff-528941f0a3f207dd35135971d48cac42d91d72ba.zip
Added tooltip patch (mozbz#1144643)
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec7
1 files changed, 6 insertions, 1 deletions
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 <stransky@redhat.com> - 37.0-2
+- Added tooltip patch (mozbz#1144643)
+
* Fri Mar 27 2015 Martin Stransky <stransky@redhat.com> - 37.0-1
- Update to 37.0 Build 2
bgstack15