summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2019-05-02 10:50:49 +0200
committerMartin Stransky <stransky@redhat.com>2019-05-02 10:50:49 +0200
commitdc7ec5531ba4b64eed7e78a0a89cc089b908bf5e (patch)
treed231226ed8e784d64b2353803fadbb8cca51daf5 /firefox.spec
parentRebuild (diff)
downloadlibrewolf-fedora-ff-dc7ec5531ba4b64eed7e78a0a89cc089b908bf5e.tar.gz
librewolf-fedora-ff-dc7ec5531ba4b64eed7e78a0a89cc089b908bf5e.tar.bz2
librewolf-fedora-ff-dc7ec5531ba4b64eed7e78a0a89cc089b908bf5e.zip
Removed fix for mozbz#526293 as it's broken ans does not bring any new functionality.
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec8
1 files changed, 5 insertions, 3 deletions
diff --git a/firefox.spec b/firefox.spec
index bae9097..c82d4ed 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -99,7 +99,7 @@ ExcludeArch: s390x
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 66.0.3
-Release: 1%{?pre_tag}%{?dist}
+Release: 2%{?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
@@ -147,7 +147,6 @@ Patch224: mozilla-1170092.patch
#ARM run-time patch
Patch226: rhbz-1354671.patch
Patch227: firefox-locale-debug.patch
-Patch228: mozilla-526293.patch
# Upstream patches
Patch402: mozilla-1196777.patch
@@ -361,7 +360,6 @@ This package contains results of tests executed during build.
%patch226 -p1 -b .1354671
%endif
%patch227 -p1 -b .locale-debug
-%patch228 -p1 -b .mozilla-526293
%patch402 -p1 -b .1196777
%patch413 -p1 -b .1353817
@@ -940,6 +938,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Thu May 2 2019 Martin Stransky <stransky@redhat.com> - 66.0.3-2
+- Removed fix for mozbz#526293 as it's broken and does not
+ bring any new functionality.
+
* Thu Apr 11 2019 Martin Stransky <stransky@redhat.com> - 66.0.3-1
- Updated to 66.0.3 (Build 1)
bgstack15