summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2016-05-12 12:21:42 +0200
committerMartin Stransky <stransky@redhat.com>2016-05-12 12:21:42 +0200
commit4fbdeff9751e662df5814982b033fd53c07c3959 (patch)
treeb5b0b8c820957cdba4e721706aedd1cacc4092de /firefox.spec
parentMerge branch 'master' into f24 (diff)
parentAdded fix for rhbz#1332821 - Crash on Select in Open (diff)
downloadlibrewolf-fedora-ff-4fbdeff9751e662df5814982b033fd53c07c3959.tar.gz
librewolf-fedora-ff-4fbdeff9751e662df5814982b033fd53c07c3959.tar.bz2
librewolf-fedora-ff-4fbdeff9751e662df5814982b033fd53c07c3959.zip
Merge branch 'master' into f24
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 60508fd..7e09f5d 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -92,7 +92,7 @@
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 46.0.1
-Release: 3%{?pre_tag}%{?dist}
+Release: 4%{?pre_tag}%{?dist}
URL: https://www.mozilla.org/firefox/
License: MPLv1.1 or GPLv2+ or LGPLv2+
Group: Applications/Internet
@@ -272,7 +272,9 @@ cd %{tarballdir}
%patch215 -p1 -b .addons
%patch219 -p2 -b .rhbz-1173156
%patch221 -p2 -b .fedora-ua
+%if 0%{?fedora} > 22
%patch223 -p1 -b .appchooser-crash
+%endif
%patch224 -p1 -b .1170092
%if 0%{?fedora} > 23
%patch304 -p2 -b .1253216
@@ -803,6 +805,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Thu May 12 2016 Martin Stransky <stransky@redhat.com> - 46.0.1-4
+- Added fix for rhbz#1332821 - Crash on "Select" in "Open with" dialog
+
* Tue May 10 2016 Martin Stransky <stransky@redhat.com> - 46.0.1-3
- Added patch for rhbz#1332875 - new Samba auth reponse
bgstack15