summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2021-02-08 17:18:10 +0100
committerMartin Stransky <stransky@redhat.com>2021-02-08 17:18:10 +0100
commit603d980e8c7ac57a89cd9421265362e20a9a7c14 (patch)
treec7c00b45e80164ec10825bb8c438fac505910688 /firefox.spec
parentFix parameter passing on ppc64le (mozb#1690152) (diff)
downloadlibrewolf-fedora-ff-603d980e8c7ac57a89cd9421265362e20a9a7c14.tar.gz
librewolf-fedora-ff-603d980e8c7ac57a89cd9421265362e20a9a7c14.tar.bz2
librewolf-fedora-ff-603d980e8c7ac57a89cd9421265362e20a9a7c14.zip
Updated to 85.0.1
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 b54517f..8c0f040 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -173,13 +173,13 @@ ExcludeArch: armv7hl
Summary: Mozilla Firefox Web browser
Name: firefox
-Version: 85.0
-Release: 11%{?pre_tag}%{?dist}
+Version: 85.0.1
+Release: 1%{?pre_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
%if %{with langpacks}
-Source1: firefox-langpacks-%{version}%{?pre_version}-20210120.tar.xz
+Source1: firefox-langpacks-%{version}%{?pre_version}-20210208.tar.xz
%endif
Source2: cbindgen-vendor.tar.xz
Source10: firefox-mozconfig
@@ -1046,6 +1046,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Mon Feb 08 2021 Martin Stransky <stransky@redhat.com> - 85.0.1-1
+- Updated to 85.0.1
+
* Wed Feb 03 2021 Dan HorĂ¡k <dan[at]danny.cz> - 85.0-11
- Fix parameter passing on ppc64le (mozb#1690152)
bgstack15