summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorJan Horak <jhorak@redhat.com>2016-02-04 18:08:39 +0100
committerJan Horak <jhorak@redhat.com>2016-02-04 18:08:39 +0100
commit40d46e4e1d48b1adc56f61c488cfa68f96ed121f (patch)
tree67b9f89337128dc1a8325973855511cdf80a3acd /firefox.spec
parentAdded workaround for crash when closing application chooser (diff)
downloadlibrewolf-fedora-ff-40d46e4e1d48b1adc56f61c488cfa68f96ed121f.tar.gz
librewolf-fedora-ff-40d46e4e1d48b1adc56f61c488cfa68f96ed121f.tar.bz2
librewolf-fedora-ff-40d46e4e1d48b1adc56f61c488cfa68f96ed121f.zip
Bump release and adding changelog
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec6
1 files changed, 5 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec
index e5dac24..2ec6913 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -78,7 +78,7 @@
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 44.0
-Release: 5%{?pre_tag}%{?dist}
+Release: 6%{?pre_tag}%{?dist}
URL: https://www.mozilla.org/projects/firefox/
License: MPLv1.1 or GPLv2+ or LGPLv2+
Group: Applications/Internet
@@ -769,6 +769,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Thu Feb 4 2016 Jan Horak <jhorak@redhat.com> - 44.0-6
+- Workaround for crash when closing application chooser and Fedora 23
+ (rhbz#1291190)
+
* Tue Feb 2 2016 Martin Stransky <stransky@redhat.com> - 44.0-5
- GCC 6.0 build patch
- Disabled mozilla crashreporter to catch Gtk3 crashes
bgstack15