From b75e322ff02b8e1bf1bce5912872f22ed6d85840 Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Tue, 17 Dec 2013 13:49:05 +0100 Subject: * Tue Dec 17 2013 Martin Stransky - 26.0-4 - Added fix for rhbz#1007603 - NSS and cert9 (sql): firefox crash on exit with https-everywhere installed (edit) --- firefox.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'firefox.spec') diff --git a/firefox.spec b/firefox.spec index 002b32a..5d6286f 100644 --- a/firefox.spec +++ b/firefox.spec @@ -58,7 +58,7 @@ Summary: Mozilla Firefox Web browser Name: firefox Version: 26.0 -Release: 3%{?pre_tag}%{?dist} +Release: 4%{?pre_tag}%{?dist} URL: http://www.mozilla.org/projects/firefox/ License: MPLv1.1 or GPLv2+ or LGPLv2+ Group: Applications/Internet @@ -82,6 +82,7 @@ Patch15: firefox-15.0-enable-addons.patch Patch16: firefox-duckduckgo.patch # Upstream patches +Patch20: mozilla-938730.patch %if %{official_branding} # Required by Mozilla Corporation @@ -127,6 +128,7 @@ cd %{tarballdir} %patch16 -p1 -b .duckduckgo # Upstream patches +%patch20 -p1 -b .938730 %if %{official_branding} # Required by Mozilla Corporation @@ -445,6 +447,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : #--------------------------------------------------------------------- %changelog +* Tue Dec 17 2013 Martin Stransky - 26.0-4 +- Added fix for rhbz#1007603 - NSS and cert9 (sql): firefox crash + on exit with https-everywhere installed (edit) + * Fri Dec 13 2013 Martin Stransky - 26.0-3 - Build with -Werror=format-security (rhbz#1037063) -- cgit