summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2017-10-30 11:07:26 +0100
committerMartin Stransky <stransky@redhat.com>2017-10-30 11:07:26 +0100
commitbeb106dd0d4384eb21c445f27f7a8dd1e36a040c (patch)
tree31dbb7d902332105be6b6e5d792e29abfadf2a24 /firefox.spec
parent Updated to 57.0 Beta 12 (diff)
parentBackport mozbz#730495 for rhbz#1496563 (diff)
downloadlibrewolf-fedora-ff-beb106dd0d4384eb21c445f27f7a8dd1e36a040c.tar.gz
librewolf-fedora-ff-beb106dd0d4384eb21c445f27f7a8dd1e36a040c.tar.bz2
librewolf-fedora-ff-beb106dd0d4384eb21c445f27f7a8dd1e36a040c.zip
Updated to 57.0 B12
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec14
1 files changed, 12 insertions, 2 deletions
diff --git a/firefox.spec b/firefox.spec
index a122bb6..55ac949 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.7%{?pre_tag}%{?dist}
+Release: 0.8%{?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,9 +867,12 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
-* Mon Oct 30 2017 Martin Stransky <stransky@redhat.com> - 57.0-0.7
+* Mon Oct 30 2017 Martin Stransky <stransky@redhat.com> - 57.0-0.8
- Updated to 57.0 Beta 12
+* 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