summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2019-05-27 15:07:37 +0200
committerMartin Stransky <stransky@redhat.com>2019-05-27 15:07:37 +0200
commit9ccabf9ffb1a906a42dcaebb1d05fcf0cb03b339 (patch)
tree794f1baec4670f30091bed39b2ea39241852a70c /firefox.spec
parentAdded mozbz#1552590 (diff)
downloadlibrewolf-fedora-ff-9ccabf9ffb1a906a42dcaebb1d05fcf0cb03b339.tar.gz
librewolf-fedora-ff-9ccabf9ffb1a906a42dcaebb1d05fcf0cb03b339.tar.bz2
librewolf-fedora-ff-9ccabf9ffb1a906a42dcaebb1d05fcf0cb03b339.zip
removed mozbz#1552590 fix
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec9
1 files changed, 4 insertions, 5 deletions
diff --git a/firefox.spec b/firefox.spec
index eb2c5c0..c4c847c 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -99,7 +99,7 @@ ExcludeArch: s390x
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 67.0
-Release: 5%{?pre_tag}%{?dist}
+Release: 4%{?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
@@ -163,6 +163,7 @@ Patch579: mozilla-1468911.patch
Patch580: mozilla-1539471.patch
Patch581: mozilla-1517205.patch
Patch582: mozilla-1508378.patch
+Patch583: mozilla-1467127.patch
Patch584: mozilla-1552590.patch
# PGO/LTO patches
@@ -378,7 +379,8 @@ This package contains results of tests executed during build.
%patch580 -p1 -b .mozilla-1539471
%patch581 -p1 -b .mozilla-1517205
%patch582 -p1 -b .mozilla-1508378
-%patch584 -p1 -b .mozilla-1552590
+#%patch583 -p1 -b .mozilla-1467127
+#%patch584 -p1 -b .mozilla-1552590
# PGO patches
%patch600 -p1 -b .pgo
@@ -936,9 +938,6 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
-* Thu May 27 2019 Martin Stransky <stransky@redhat.com> - 67.0-5
-- Added mozbz#1552590 fix.
-
* Thu May 23 2019 Martin Stransky <stransky@redhat.com> - 67.0-4
- Added wayland buffer optimization (mozilla#1553747).
bgstack15