summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2021-03-01 19:39:12 +0100
committerMartin Stransky <stransky@redhat.com>2021-03-01 19:39:12 +0100
commit2859c0f127058d695842b2b88e05122e19cd9002 (patch)
tree42d231fa28a3a0e69bdc6bc43c63a207bfc85a1a /firefox.spec
parentEnable Wayland backend when Wayland display is set (diff)
downloadlibrewolf-fedora-ff-2859c0f127058d695842b2b88e05122e19cd9002.tar.gz
librewolf-fedora-ff-2859c0f127058d695842b2b88e05122e19cd9002.tar.bz2
librewolf-fedora-ff-2859c0f127058d695842b2b88e05122e19cd9002.zip
Run xpcshell tests sequential
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec
index 7324997..c6ee5f7 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -174,7 +174,7 @@ ExcludeArch: armv7hl
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 86.0
-Release: 4%{?pre_tag}%{?dist}
+Release: 5%{?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
@@ -1081,6 +1081,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Mon Mar 1 2021 Martin Stransky <stransky@redhat.com> - 86.0-5
+- Run xpcshell tests sequential
+
* Mon Mar 1 2021 Martin Stransky <stransky@redhat.com> - 86.0-4
- Enable Wayland backend only when Wayland display is set.
bgstack15