summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2021-03-02 09:02:46 +0100
committerMartin Stransky <stransky@redhat.com>2021-03-02 09:02:46 +0100
commit8746ce4b3a52ce471f6ba991e5429160b0ac2afd (patch)
tree02934f3ccbdb89ebdbef9284bd90c8c441611c80 /firefox.spec
parentTest fixes (diff)
downloadlibrewolf-fedora-ff-8746ce4b3a52ce471f6ba991e5429160b0ac2afd.tar.gz
librewolf-fedora-ff-8746ce4b3a52ce471f6ba991e5429160b0ac2afd.tar.bz2
librewolf-fedora-ff-8746ce4b3a52ce471f6ba991e5429160b0ac2afd.zip
Release up
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec4
1 files changed, 2 insertions, 2 deletions
diff --git a/firefox.spec b/firefox.spec
index f9d00cf..3cb7406 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -174,7 +174,7 @@ ExcludeArch: armv7hl
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 86.0
-Release: 5%{?pre_tag}%{?dist}
+Release: 6%{?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
@@ -1082,7 +1082,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
-* Mon Mar 1 2021 Martin Stransky <stransky@redhat.com> - 86.0-5
+* Mon Mar 1 2021 Martin Stransky <stransky@redhat.com> - 86.0-6
- Run xpcshell tests sequential
- Test fixes
bgstack15