From 93db231423430ebfca976bf780e4a6d133226312 Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Thu, 11 Feb 2016 13:34:29 +0100 Subject: Added patch for mozbz#1205199 --- firefox.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'firefox.spec') diff --git a/firefox.spec b/firefox.spec index edd0e87..7d0fb78 100644 --- a/firefox.spec +++ b/firefox.spec @@ -78,7 +78,7 @@ Summary: Mozilla Firefox Web browser Name: firefox Version: 44.0.2 -Release: 2%{?pre_tag}%{?dist} +Release: 3%{?pre_tag}%{?dist} URL: https://www.mozilla.org/projects/firefox/ License: MPLv1.1 or GPLv2+ or LGPLv2+ Group: Applications/Internet @@ -119,6 +119,7 @@ Patch223: rhbz-1291190-appchooser-crash.patch # Upstream patches Patch300: mozilla-1234026.patch +Patch301: mozilla-1205199.patch # Gtk3 upstream patches @@ -269,6 +270,7 @@ cd %{tarballdir} %patch223 -p1 -b .appchooser-crash %patch300 -p1 -b .1234026 +%patch301 -p1 -b .1205199 %patch500 -p1 %patch501 -p1 @@ -769,6 +771,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : #--------------------------------------------------------------------- %changelog +* Thu Feb 11 2016 Martin Stransky - 44.0.2-3 +- Added patch for mozbz#1205199 + * Thu Feb 11 2016 Martin Stransky - 44.0.2-2 - Update to 44.0.2 (B3) -- cgit