diff options
author | Martin Stransky <stransky@redhat.com> | 2018-11-15 10:46:39 +0100 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2018-11-15 10:46:39 +0100 |
commit | f2ad3b929ec5e395c346704114dd27ffaea94dc5 (patch) | |
tree | a002b3c4e72c6803ff5d1b12dc4f395d2a127bdb /firefox.spec | |
parent | Merge branch 'master' into f28 (diff) | |
parent | Updated to latest upstream (63.0.3) (diff) | |
download | librewolf-fedora-ff-f2ad3b929ec5e395c346704114dd27ffaea94dc5.tar.gz librewolf-fedora-ff-f2ad3b929ec5e395c346704114dd27ffaea94dc5.tar.bz2 librewolf-fedora-ff-f2ad3b929ec5e395c346704114dd27ffaea94dc5.zip |
Merge branch 'master' into f28
Diffstat (limited to 'firefox.spec')
-rw-r--r-- | firefox.spec | 11 |
1 files changed, 8 insertions, 3 deletions
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 <stransky@redhat.com> - 63.0.3-1 +- Updated to latest upstream (63.0.3) + * Tue Nov 13 2018 Martin Stransky <stransky@redhat.com> - 63.0.1-6 - Added an option to build with clang/llvm. - Fixed debug builds. |