summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2022-04-13 15:48:10 +0200
committerMartin Stransky <stransky@redhat.com>2022-04-13 15:48:10 +0200
commit5ff18ae10d25fce689f54cb3857adc0db87c4406 (patch)
treeffe80329408008d64b494725f2e6a2e461fffafb /firefox.spec
parentAdded ppc64le build fixes (diff)
downloadlibrewolf-fedora-ff-5ff18ae10d25fce689f54cb3857adc0db87c4406.tar.gz
librewolf-fedora-ff-5ff18ae10d25fce689f54cb3857adc0db87c4406.tar.bz2
librewolf-fedora-ff-5ff18ae10d25fce689f54cb3857adc0db87c4406.zip
Updated to 99.0.1
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/firefox.spec b/firefox.spec
index 55459a5..2e0a544 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -162,13 +162,13 @@ ExcludeArch: aarch64
Summary: Mozilla Firefox Web browser
Name: firefox
-Version: 99.0
+Version: 99.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}-20220331.tar.xz
+Source1: firefox-langpacks-%{version}%{?pre_version}-20220413.tar.xz
%endif
Source2: cbindgen-vendor.tar.xz
Source10: firefox-mozconfig
@@ -1050,6 +1050,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Wed Apr 13 2022 Martin Stransky <stransky@redhat.com> - 99.0.1-1
+- Updated to 99.0.1
+
* Wed Apr 6 2022 Martin Stransky <stransky@redhat.com> - 99.0-1
- Updated to 99.0
bgstack15