summaryrefslogtreecommitdiff
path: root/waterfox
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-10-27 20:31:25 -0400
committerB Stack <bgstack15@gmail.com>2020-10-27 20:31:25 -0400
commit70dc7470ea8dcae57e8d171533dd3a7bbac2e38a (patch)
tree61eb80ab064889884a0992de327ed90d49432aa1 /waterfox
parentMerge branch 'makemkv-bump' into 'master' (diff)
downloadstackrpms-70dc7470ea8dcae57e8d171533dd3a7bbac2e38a.tar.gz
stackrpms-70dc7470ea8dcae57e8d171533dd3a7bbac2e38a.tar.bz2
stackrpms-70dc7470ea8dcae57e8d171533dd3a7bbac2e38a.zip
wf 2020.10 rc1
Diffstat (limited to 'waterfox')
-rw-r--r--waterfox/debian/changelog6
-rw-r--r--waterfox/debian/waterfox+devuan.dsc2
-rw-r--r--waterfox/waterfox.spec10
3 files changed, 15 insertions, 3 deletions
diff --git a/waterfox/debian/changelog b/waterfox/debian/changelog
index 98d9bdc..57cbc58 100644
--- a/waterfox/debian/changelog
+++ b/waterfox/debian/changelog
@@ -1,3 +1,9 @@
+waterfox (2020.10-1+devuan) obs; urgency=medium
+
+ - latest version
+
+ -- Ben Stack <bgstack15@gmail.com> Tue, 27 Oct 2020 20:29:11 -0400
+
waterfox (2020.09-1+devuan) obs; urgency=medium
- Latest version
diff --git a/waterfox/debian/waterfox+devuan.dsc b/waterfox/debian/waterfox+devuan.dsc
index 95f05ee..3d900bd 100644
--- a/waterfox/debian/waterfox+devuan.dsc
+++ b/waterfox/debian/waterfox+devuan.dsc
@@ -2,7 +2,7 @@ Format: 3.0 (quilt)
Source: waterfox
Binary: waterfox
Architecture: any
-Version: 2020.09-1+devuan
+Version: 2020.10-1+devuan
Maintainer: B Stack <bgstack15@gmail.com>
Homepage: https://www.waterfox.net/
Standards-Version: 4.1.4
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