From f52480c71b0f7f067caabc4a7e32adc903f69fe4 Mon Sep 17 00:00:00 2001 From: Jan Horak Date: Mon, 8 Jun 2015 14:00:59 +0200 Subject: Added application picker patch --- firefox.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'firefox.spec') diff --git a/firefox.spec b/firefox.spec index 1a3c639..96db593 100644 --- a/firefox.spec +++ b/firefox.spec @@ -107,7 +107,7 @@ Summary: Mozilla Firefox Web browser Name: firefox Version: 38.0.5 -Release: 2%{?pre_tag}%{?dist} +Release: 3%{?pre_tag}%{?dist} URL: http://www.mozilla.org/projects/firefox/ License: MPLv1.1 or GPLv2+ or LGPLv2+ Group: Applications/Internet @@ -161,10 +161,12 @@ Patch419: mozilla-1144745-3.patch Patch420: mozilla-1160154.patch Patch421: mozilla-1169233.patch Patch422: mozilla-1169232.patch +Patch423: mozilla-1129873-apppicker.patch # Fix Skia Neon stuff on AArch64 Patch500: aarch64-fix-skia.patch + %if %{official_branding} # Required by Mozilla Corporation @@ -323,6 +325,7 @@ cd %{tarballdir} %patch420 -p1 -b .1160154 %patch421 -p1 -b .1169233 %patch422 -p1 -b .1169232 +%patch423 -p1 -b .1129873-apppicker %endif %patch500 -p1 @@ -814,6 +817,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : #--------------------------------------------------------------------- %changelog +* Mon Jun 8 2015 Jan Horak - 38.0.5-3 +- System application picker dialog (mozbz#1129873) + * Fri Jun 5 2015 Martin Stransky - 38.0.5-2 - Disabled system colors by default (rhbz#1226489) -- cgit