summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2021-04-06 09:58:31 +0200
committerMartin Stransky <stransky@redhat.com>2021-04-06 09:58:31 +0200
commit0dc9710418904c18bf4421d65e8fff037ea897bf (patch)
treee784bf31f5ba48e9f06e2e6822cfb8a1d5334b4a /firefox.spec
parentAdd missing build deps (diff)
downloadlibrewolf-fedora-ff-0dc9710418904c18bf4421d65e8fff037ea897bf.tar.gz
librewolf-fedora-ff-0dc9710418904c18bf4421d65e8fff037ea897bf.tar.bz2
librewolf-fedora-ff-0dc9710418904c18bf4421d65e8fff037ea897bf.zip
Enabled xpcshell/crashtests on Wayland
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 d938f00..3925ab9 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -154,7 +154,7 @@ ExcludeArch: armv7hl
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 87.0
-Release: 10%{?pre_tag}%{?dist}
+Release: 11%{?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
@@ -1053,7 +1053,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
-* Sat Apr 4 2021 Martin Stransky <stransky@redhat.com> - 87.0-10
+* Tue Apr 6 2021 Martin Stransky <stransky@redhat.com> - 87.0-11
+- Enabled xpcshell/crashtests on Wayland.
+
+* Sat Apr 3 2021 Martin Stransky <stransky@redhat.com> - 87.0-10
- Wayland testing again.
* Thu Apr 1 2021 Martin Stransky <stransky@redhat.com> - 87.0-9
bgstack15