summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2020-11-06 14:35:20 +0100
committerMartin Stransky <stransky@redhat.com>2020-11-06 14:35:20 +0100
commite8bf1884573f62756bc8f81ee8856bbf7447782e (patch)
treeedaffe4aa8c0452e78247f66235e608cd7d3e63e /firefox.spec
parentAdded mozilla-openh264 dependency to play H264 clips out of the box, Updated ... (diff)
downloadlibrewolf-fedora-ff-e8bf1884573f62756bc8f81ee8856bbf7447782e.tar.gz
librewolf-fedora-ff-e8bf1884573f62756bc8f81ee8856bbf7447782e.tar.bz2
librewolf-fedora-ff-e8bf1884573f62756bc8f81ee8856bbf7447782e.zip
Recommends: openh264
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec6
1 files changed, 3 insertions, 3 deletions
diff --git a/firefox.spec b/firefox.spec
index edbb7a5..60cc483 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -121,7 +121,7 @@ ExcludeArch: s390x
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 82.0.2
-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
@@ -255,7 +255,7 @@ BuildRequires: icu
%endif
Requires: mozilla-filesystem
-Requires: mozilla-openh264 >= 2.1.1
+Recommends: mozilla-openh264 >= 2.1.1
Requires: p11-kit-trust
%if %{?system_nss}
Requires: nspr >= %{nspr_build_version}
@@ -977,7 +977,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
-* Tue Nov 3 2020 Martin Stransky <stransky@redhat.com> - 82.0.2-4
+* Tue Nov 3 2020 Martin Stransky <stransky@redhat.com> - 82.0.2-5
- Added mozilla-openh264 dependency to play H264 clips out of the box
- Updated Firefox tests
bgstack15