From a35992b8d812ac1682a30f3faccea2b98b88285f Mon Sep 17 00:00:00 2001 From: B Stack Date: Fri, 20 Sep 2019 11:44:25 -0400 Subject: waterfox 56.2.14-12 rc1 --- waterfox/waterfox.spec | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/waterfox/waterfox.spec b/waterfox/waterfox.spec index d450d67..a9be9d1 100644 --- a/waterfox/waterfox.spec +++ b/waterfox/waterfox.spec @@ -1,6 +1,6 @@ -%global commit 4f22b84524c911ee3d9dba38180304c0a324bca9 +%global commit d516ab77b8af8bd8b47bcf0772d41a10180e2412 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global date 20190902 +%global date 20190916 %global with_snapshot 1 %global freebsd_rev 480450 @@ -308,6 +308,9 @@ BuildRequires: libstdc++-static %if 0%{?build_with_pgo} BuildRequires: compiler-rt %endif +%if 0%{?fedora} > 30 +BuildRequires: binutils-gold +%endif BuildRequires: gcc-c++ BuildRequires: bash BuildRequires: patchutils @@ -938,7 +941,7 @@ create_default_langpack "pa-IN" "pa" create_default_langpack "pt-PT" "pt" create_default_langpack "sv-SE" "sv" create_default_langpack "zh-TW" "zh" -%endif # build_langpacks +%endif mkdir -p %{buildroot}/%{mozappdir}/browser/features @@ -1065,10 +1068,13 @@ fi #--------------------------------------------------------------------- %changelog -* Tue Sep 10 2019 B Stack - 56.2.14-11 +* Fri Sep 20 2019 B Stack - 56.2.14-12.20190916gitd516ab7 - add el7 support, which uses provided libs for the most part, and disables lto - repackage for stackrpms +* Wed Sep 18 2019 Phantom X - 56.2.14-2.20190916gitd516ab7 +- New snapshot + * Wed Sep 04 2019 Phantom X - 56.2.14-1 - 5.2.14 -- cgit