diff options
author | Martin Stransky <stransky@redhat.com> | 2020-09-07 21:42:31 +0200 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2020-09-07 21:42:31 +0200 |
commit | 37545e044878c16529ce345323a77b6685fae182 (patch) | |
tree | 6c2df2041890c7c7cd8f3fdc3b7d1c920f8c894a /firefox.spec | |
parent | changelog fix (diff) | |
download | librewolf-fedora-ff-37545e044878c16529ce345323a77b6685fae182.tar.gz librewolf-fedora-ff-37545e044878c16529ce345323a77b6685fae182.tar.bz2 librewolf-fedora-ff-37545e044878c16529ce345323a77b6685fae182.zip |
Build with Openh264 support (mozbz#1057646)
Diffstat (limited to 'firefox.spec')
-rw-r--r-- | firefox.spec | 9 |
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 |