summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2021-06-24 10:43:43 +0200
committerMartin Stransky <stransky@redhat.com>2021-06-24 10:43:43 +0200
commita5812311710acdf4843ba64b48b308fe0a2ed9a9 (patch)
tree0712fcda2393643554f95abef9411f5af7d83a73 /firefox.spec
parentDisable armv7hl on Fedora 33 due to https://bugzilla.redhat.com/show_bug.cgi?... (diff)
downloadlibrewolf-fedora-ff-a5812311710acdf4843ba64b48b308fe0a2ed9a9.tar.gz
librewolf-fedora-ff-a5812311710acdf4843ba64b48b308fe0a2ed9a9.tar.bz2
librewolf-fedora-ff-a5812311710acdf4843ba64b48b308fe0a2ed9a9.zip
Updated to latest upstream (89.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 329c517..5186655 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -151,13 +151,13 @@ ExcludeArch: armv7hl
Summary: Mozilla Firefox Web browser
Name: firefox
-Version: 89.0
-Release: 2%{?pre_tag}%{?dist}
+Version: 89.0.2
+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}-20210601.tar.xz
+Source1: firefox-langpacks-%{version}%{?pre_version}-20210624.tar.xz
%endif
Source2: cbindgen-vendor.tar.xz
Source10: firefox-mozconfig
@@ -1027,6 +1027,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Thu Jun 24 2021 Martin Stransky <stransky@redhat.com> - 89.0.2-1
+- Updated to latest upstream (89.0.2)
+
* Mon Jun 14 2021 Martin Stransky <stransky@redhat.com> - 89.0-2
- Added fix for mozbz#1646135
bgstack15