summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2020-09-08 14:05:29 +0200
committerMartin Stransky <stransky@redhat.com>2020-09-08 14:05:29 +0200
commitb50f9761730bafc273be6166698a7053f51f5f67 (patch)
tree181e2e78cb3f0437680d9099f7c8f8006cefb40e /firefox.spec
parentBuild with Openh264 support (mozbz#1057646) (diff)
downloadlibrewolf-fedora-ff-b50f9761730bafc273be6166698a7053f51f5f67.tar.gz
librewolf-fedora-ff-b50f9761730bafc273be6166698a7053f51f5f67.tar.bz2
librewolf-fedora-ff-b50f9761730bafc273be6166698a7053f51f5f67.zip
removed mozbz#1057646
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec7
1 files changed, 1 insertions, 6 deletions
diff --git a/firefox.spec b/firefox.spec
index 52d30a2..1d032f0 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: 3%{?dist}
+Release: 2%{?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,7 +177,6 @@ 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
@@ -384,7 +383,6 @@ 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
@@ -971,9 +969,6 @@ 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