summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorKai Engert <kaie@redhat.com>2017-10-24 12:09:44 +0200
committerKai Engert <kaie@redhat.com>2017-10-24 12:09:44 +0200
commit3f7526b98d3e851df710fe02023b9deb3661d197 (patch)
treea8e22e75ddb7c98924680aa4055dd58d4570485e /firefox.spec
parentFixed changelog (diff)
downloadlibrewolf-fedora-ff-3f7526b98d3e851df710fe02023b9deb3661d197.tar.gz
librewolf-fedora-ff-3f7526b98d3e851df710fe02023b9deb3661d197.tar.bz2
librewolf-fedora-ff-3f7526b98d3e851df710fe02023b9deb3661d197.zip
Backport mozbz#730495 for rhbz#1496563
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec12
1 files changed, 11 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec
index d3fb372..79f272f 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -103,7 +103,7 @@ ExcludeArch: armv7hl
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 57.0
-Release: 0.6%{?pre_tag}%{?dist}
+Release: 0.7%{?pre_tag}%{?dist}
URL: https://www.mozilla.org/firefox/
License: MPLv1.1 or GPLv2+ or LGPLv2+
Group: Applications/Internet
@@ -161,6 +161,9 @@ Patch412: mozilla-1337988.patch
Patch413: mozilla-1353817.patch
Patch416: mozilla-1399611.patch
+# Better compatibility with NSS sql database format, rhbz#1496563
+Patch481: sqlcompat-ff57-1-backport-730495
+
# Debian patches
Patch500: mozilla-440908.patch
@@ -340,6 +343,10 @@ This package contains results of tests executed during build.
%patch413 -p1 -b .1353817
%patch416 -p1 -b .1399611
+%if 0%{?fedora} > 27
+%patch481 -p1 -b .sqlcompat-1
+%endif
+
# Debian extension patch
%patch500 -p1 -b .440908
@@ -860,6 +867,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Tue Oct 24 2017 Kai Engert <kaie@redhat.com> - 57.0-0.7
+- Backport mozbz#730495 for rhbz#1496563
+
* Tue Oct 24 2017 Martin Stransky <stransky@redhat.com> - 57.0-0.6
- Updated to 57.0 Beta 11
bgstack15