summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec8
1 files changed, 7 insertions, 1 deletions
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 <jhorak@redhat.com> - 38.0.5-3
+- System application picker dialog (mozbz#1129873)
+
* Fri Jun 5 2015 Martin Stransky <stransky@redhat.com> - 38.0.5-2
- Disabled system colors by default (rhbz#1226489)
bgstack15