summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec9
1 files changed, 8 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec
index 89ea3a1..52d30a2 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -117,7 +117,7 @@ ExcludeArch: aarch64
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 80.0.1
-Release: 2%{?dist}
+Release: 3%{?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
@@ -177,6 +177,7 @@ Patch227: firefox-locale-debug.patch
# Upstream patches
Patch402: mozilla-1196777.patch
+Patch403: mozilla-1057646.patch
# Wayland specific upstream patches
Patch574: firefox-pipewire-0-2.patch
@@ -279,6 +280,8 @@ BuildRequires: libasan-static
%endif
BuildRequires: perl-interpreter
+BuildRequires: openh264-devel
+BuildRequires: fdk-aac-free-devel
Obsoletes: mozilla <= 37:1.7.13
Provides: webclient
@@ -381,6 +384,7 @@ This package contains results of tests executed during build.
%patch227 -p1 -b .locale-debug
%patch402 -p1 -b .1196777
+%patch403 -p1 -b .1057646
# Wayland specific upstream patches
%if 0%{?fedora} < 32
@@ -967,6 +971,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Mon Sep 7 2020 Martin Stransky <stransky@redhat.com> - 80.0.1-3
+- Build with Openh264 support (mozbz#1057646)
+
* Fri Sep 4 2020 Martin Stransky <stransky@redhat.com> - 80.0.1-2
- Added patch for mozbz#1875469
bgstack15