summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2020-04-01 13:18:16 +0200
committerMartin Stransky <stransky@redhat.com>2020-04-01 13:18:16 +0200
commit1d40a9195f3abfa44bc6b47924b82a11e000a0b1 (patch)
tree716142e264e9669fbc68111b1bc1597af7fbf51b /firefox.spec
parentadded mozilla-gnome-shell-search-fixes.patch (diff)
parentAllow addons sideload to fix missing langpacks issues (diff)
downloadlibrewolf-fedora-ff-1d40a9195f3abfa44bc6b47924b82a11e000a0b1.tar.gz
librewolf-fedora-ff-1d40a9195f3abfa44bc6b47924b82a11e000a0b1.tar.bz2
librewolf-fedora-ff-1d40a9195f3abfa44bc6b47924b82a11e000a0b1.zip
Added fixes to gnome shell search provider
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/firefox.spec b/firefox.spec
index d79b7fa..586155b 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -118,7 +118,7 @@ ExcludeArch: s390x
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 74.0
-Release: 13%{?nss_tag}%{?dist}
+Release: 14%{?nss_tag}%{?dist}
URL: https://www.mozilla.org/firefox/
License: MPLv1.1 or GPLv2+ or LGPLv2+
Source0: https://archive.mozilla.org/pub/firefox/releases/%{version}%{?pre_version}/source/firefox-%{version}%{?pre_version}.source.tar.xz
@@ -967,8 +967,11 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
-* Wed Apr 1 2020 Martin Stransky <stransky@redhat.com> - 74.0-13
--
+* Wed Apr 1 2020 Martin Stransky <stransky@redhat.com> - 74.0-14
+- Added fixes to gnome shell search provider
+
+* Tue 31 Mar 2020 Jan Horak <jhorak@redhat.com> - 74.0-13
+- Allow addons sideload to fix missing langpacks issues
* Thu Mar 19 2020 Martin Stransky <stransky@redhat.com> - 74.0-12
- Added fix for rhbz#1814850 by Daniel Rusek
bgstack15