summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2020-10-12 16:31:22 +0200
committerMartin Stransky <stransky@redhat.com>2020-10-12 16:31:22 +0200
commitd06ca67e04008e95c73be7d38962d993ee568e51 (patch)
tree21aa36d9f80734e28bc72c47fa5e76af1db8beaa /firefox.spec
parentDisabled s390x due to https://bugzilla.redhat.com/show_bug.cgi?id=1886672 (diff)
downloadlibrewolf-fedora-ff-d06ca67e04008e95c73be7d38962d993ee568e51.tar.gz
librewolf-fedora-ff-d06ca67e04008e95c73be7d38962d993ee568e51.tar.bz2
librewolf-fedora-ff-d06ca67e04008e95c73be7d38962d993ee568e51.zip
Updated to 81.0.2
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 fc3d13c..3da43a3 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -106,13 +106,13 @@ ExcludeArch: s390x
Summary: Mozilla Firefox Web browser
Name: firefox
-Version: 81.0.1
-Release: 9%{?dist}
+Version: 81.0.2
+Release: 1%{?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}-20200930.tar.xz
+Source1: firefox-langpacks-%{version}%{?pre_version}-20201012.tar.xz
%endif
Source2: cbindgen-vendor.tar.xz
Source10: firefox-mozconfig
@@ -981,6 +981,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Mon Oct 12 2020 Martin Stransky <stransky@redhat.com> - 81.0.2-1
+- Updated to latest upstream - 81.0.2
+
* Thu Oct 8 2020 Martin Stransky <stransky@redhat.com> - 81.0.1-9
- Added an updated fix for mozbz#1656727
bgstack15