summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2021-12-20 12:46:02 +0100
committerMartin Stransky <stransky@redhat.com>2021-12-20 12:46:02 +0100
commit4bdababddf1573b8669f418e4776aed4241702cb (patch)
treea7112fd3046177891e8dd1335f70a87190566969 /firefox.spec
parentUpdated symbolic icon (rhbz#2028939) (diff)
downloadlibrewolf-fedora-ff-4bdababddf1573b8669f418e4776aed4241702cb.tar.gz
librewolf-fedora-ff-4bdababddf1573b8669f418e4776aed4241702cb.tar.bz2
librewolf-fedora-ff-4bdababddf1573b8669f418e4776aed4241702cb.zip
Updated to 95.0.2 / Enabled Wayland on KDE by default
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec8
1 files changed, 6 insertions, 2 deletions
diff --git a/firefox.spec b/firefox.spec
index ff296ff..7aa4281 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -162,13 +162,13 @@ ExcludeArch: aarch64
Summary: Mozilla Firefox Web browser
Name: firefox
-Version: 95.0
+Version: 95.0.2
Release: 2%{?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}-20211203.tar.xz
+Source1: firefox-langpacks-%{version}%{?pre_version}-20211220.tar.xz
%endif
Source2: cbindgen-vendor.tar.xz
Source10: firefox-mozconfig
@@ -1054,6 +1054,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Thu Dec 20 2021 Martin Stransky <stransky@redhat.com> - 95.0.2-1
+- Updated to 95.0.2
+- Enabled Wayland on KDE by default
+
* Thu Dec 9 2021 Martin Stransky <stransky@redhat.com> - 95.0-2
- Updated symbolic icon (rhbz#2028939)
bgstack15