From 66f0419bce4100f21684e5e4eb006f904fb5a558 Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Thu, 15 Nov 2018 10:46:10 +0100 Subject: Updated to latest upstream (63.0.3) --- firefox.spec | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'firefox.spec') diff --git a/firefox.spec b/firefox.spec index 588844d..61dc7f0 100644 --- a/firefox.spec +++ b/firefox.spec @@ -87,13 +87,13 @@ Summary: Mozilla Firefox Web browser Name: firefox -Version: 63.0.1 -Release: 6%{?pre_tag}%{?dist} +Version: 63.0.3 +Release: 1%{?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 %if %{with langpacks} -Source1: firefox-langpacks-%{version}%{?pre_version}-20181101.tar.xz +Source1: firefox-langpacks-%{version}%{?pre_version}-20181115.tar.xz %endif Source2: cbindgen-vendor.tar.xz Source10: firefox-mozconfig @@ -137,6 +137,7 @@ Patch221: firefox-fedora-ua.patch Patch224: mozilla-1170092.patch #ARM run-time patch Patch226: rhbz-1354671.patch +Patch227: firefox-locale-debug.patch # Upstream patches Patch402: mozilla-1196777.patch @@ -353,6 +354,7 @@ This package contains results of tests executed during build. %ifarch aarch64 %patch226 -p1 -b .1354671 %endif +%patch227 -p1 -b .locale-debug %patch402 -p1 -b .1196777 %patch406 -p1 -b .256180 @@ -930,6 +932,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : #--------------------------------------------------------------------- %changelog +* Thu Nov 15 2018 Martin Stransky - 63.0.3-1 +- Updated to latest upstream (63.0.3) + * Tue Nov 13 2018 Martin Stransky - 63.0.1-6 - Added an option to build with clang/llvm. - Fixed debug builds. -- cgit