summaryrefslogtreecommitdiff
path: root/waterfox/waterfox.spec
diff options
context:
space:
mode:
Diffstat (limited to 'waterfox/waterfox.spec')
-rw-r--r--waterfox/waterfox.spec10
1 files changed, 8 insertions, 2 deletions
diff --git a/waterfox/waterfox.spec b/waterfox/waterfox.spec
index fbd6206..48a370f 100644
--- a/waterfox/waterfox.spec
+++ b/waterfox/waterfox.spec
@@ -160,7 +160,7 @@ BuildRequires: %{scl_buildreq}
Summary: Waterfox Web browser
Name: waterfox
-Version: 2020.09
+Version: 2020.10
Release: 11%{?branch:.%{branch}}%{?gver}%{?dist}
URL: https://www.waterfox.net
License: MPLv1.1 or GPLv2+ or LGPLv2+
@@ -652,6 +652,9 @@ chmod -x third_party/rust/itertools/src/lib.rs
#---------------------------------------------------------------------
%build
+# Disable this. Local lto flags in use.
+%global _lto_cflags %{nil}
+
%if 0%{?system_sqlite}
# Do not proceed with build if the sqlite require would be broken:
# make sure the minimum requirement is non-empty, ...
@@ -1089,11 +1092,14 @@ fi
#---------------------------------------------------------------------
%changelog
-* Thu Sep 24 2020 B Stack <bgstack15@gmail.com> - 2020.09-11.classic
+* Tue Oct 27 2020 B Stack <bgstack15@gmail.com> - 2020.10-11.classic
- add el7 and el8 support
- repackage for stackrpms
- disable simd globally
+* Tue Oct 20 2020 Phantom X <megaphantomx at hotmail dot com> - 2020.10-1.classic
+- 2020.10
+
* Tue Sep 22 2020 Phantom X <megaphantomx at hotmail dot com> - 2020.09-1.classic
- 2020.09
bgstack15