summaryrefslogtreecommitdiff
path: root/waterfox
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2021-10-21 14:34:53 -0400
committerB. Stack <bgstack15@gmail.com>2021-10-21 14:34:53 -0400
commit04faaf28ea5f9ad993fc643bf6acca16c1fab7ba (patch)
treec16e78ca2272f974cf7e0db8fde5c89c990e9b5e /waterfox
parentMerge branch 'notepadpp-bump' into 'master' (diff)
downloadstackrpms-04faaf28ea5f9ad993fc643bf6acca16c1fab7ba.tar.gz
stackrpms-04faaf28ea5f9ad993fc643bf6acca16c1fab7ba.tar.bz2
stackrpms-04faaf28ea5f9ad993fc643bf6acca16c1fab7ba.zip
waterfox 2021.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.spec13
3 files changed, 18 insertions, 3 deletions
diff --git a/waterfox/debian/changelog b/waterfox/debian/changelog
index 1a5de06..8f72854 100644
--- a/waterfox/debian/changelog
+++ b/waterfox/debian/changelog
@@ -1,3 +1,9 @@
+waterfox (2021.10-1+devuan) obs; urgency=medium
+
+ - latest version
+
+ -- B. Stack <bgstack15@gmail.com> Thu, 21 Oct 2021 14:34:32 -0400
+
waterfox (2021.09-1+devuan) obs; urgency=medium
- latest version
diff --git a/waterfox/debian/waterfox+devuan.dsc b/waterfox/debian/waterfox+devuan.dsc
index 327a38b..3a7728b 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: 2021.09-1+devuan
+Version: 2021.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 0ce3971..c2ed9d9 100644
--- a/waterfox/waterfox.spec
+++ b/waterfox/waterfox.spec
@@ -171,7 +171,7 @@ BuildRequires: %{scl_buildreq}
Summary: Waterfox Web browser
Name: waterfox
-Version: 2021.09
+Version: 2021.10
Release: 11%{?branch:.%{branch}}%{?gver}%{?dist}
URL: https://www.waterfox.net
License: MPLv1.1 or GPLv2+ or LGPLv2+
@@ -1128,14 +1128,23 @@ fi
#---------------------------------------------------------------------
%changelog
-* Thu Sep 30 2021 B. Stack <bgstack15@gmail.com> - 2021.09-11.classic
+* Thu Oct 21 2021 B. Stack <bgstack15@gmail.com> - 2021.10-11.classic
- add el7 and el8 support
- repackage for stackrpms
- disable simd globally
+* Wed Oct 20 2021 Phantom X <megaphantomx at hotmail dot com> - 2021.10-1.classic
+- 2021.10
+
+* Sat Oct 02 2021 Phantom X <megaphantomx at hotmail dot com> - 2021.09-2.classic
+- Add upstream patches to fix crashes with glibc 2.34
+
* Sun Sep 19 2021 Phantom X <megaphantomx at hotmail dot com> - 2021.09-1.classic
- 2021.09
+* Mon Sep 06 2021 Phantom X <megaphantomx at hotmail dot com> - 2021.08.1-1.classic
+- 2021.08.1
+
* Fri Aug 20 2021 Phantom X <megaphantomx at hotmail dot com> - 2021.08-1.classic
- 2021.08
bgstack15