summaryrefslogtreecommitdiff
path: root/waterfox/waterfox.spec
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-11-01 16:56:30 +0000
committerB Stack <bgstack15@gmail.com>2020-11-01 16:56:30 +0000
commit1cac7a2be1b6decbba577d8bd9df0f308c98a494 (patch)
tree269ddaf06502519b4cee0470f1fe710bee1d70f7 /waterfox/waterfox.spec
parentMerge branch 'newmoon-bump' into 'master' (diff)
parentwf 2020.10 rc1 (diff)
downloadstackrpms-1cac7a2be1b6decbba577d8bd9df0f308c98a494.tar.gz
stackrpms-1cac7a2be1b6decbba577d8bd9df0f308c98a494.tar.bz2
stackrpms-1cac7a2be1b6decbba577d8bd9df0f308c98a494.zip
Merge branch 'waterfox-bump' into 'master'
waterfox 2020.10 See merge request bgstack15/stackrpms!200
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