summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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