summaryrefslogtreecommitdiff
path: root/waterfox
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-12-09 08:10:16 -0500
committerB Stack <bgstack15@gmail.com>2020-12-09 08:10:16 -0500
commit584ceb0e49fba0916fed9d985b6348f3b9623499 (patch)
treeedd0eb1f89fe23655b4614952846296a1b7c067e /waterfox
parentMerge branch 'palemoon-bump' into 'master' (diff)
downloadstackrpms-584ceb0e49fba0916fed9d985b6348f3b9623499.tar.gz
stackrpms-584ceb0e49fba0916fed9d985b6348f3b9623499.tar.bz2
stackrpms-584ceb0e49fba0916fed9d985b6348f3b9623499.zip
wf 2020.12 rc1
Diffstat (limited to 'waterfox')
-rw-r--r--waterfox/debian/changelog6
-rw-r--r--waterfox/waterfox.spec15
2 files changed, 19 insertions, 2 deletions
diff --git a/waterfox/debian/changelog b/waterfox/debian/changelog
index 57cbc58..b81ee1f 100644
--- a/waterfox/debian/changelog
+++ b/waterfox/debian/changelog
@@ -1,3 +1,9 @@
+waterfox (2020.12-1+devuan) obs; urgency=medium
+
+ - latest version
+
+ -- Ben Stack <bgstack15@gmail.com> Wed, 09 Dec 2020 08:10:44 -0500
+
waterfox (2020.10-1+devuan) obs; urgency=medium
- latest version
diff --git a/waterfox/waterfox.spec b/waterfox/waterfox.spec
index 48a370f..cbeac6c 100644
--- a/waterfox/waterfox.spec
+++ b/waterfox/waterfox.spec
@@ -160,7 +160,7 @@ BuildRequires: %{scl_buildreq}
Summary: Waterfox Web browser
Name: waterfox
-Version: 2020.10
+Version: 2020.12
Release: 11%{?branch:.%{branch}}%{?gver}%{?dist}
URL: https://www.waterfox.net
License: MPLv1.1 or GPLv2+ or LGPLv2+
@@ -226,6 +226,7 @@ Patch420: https://hg.mozilla.org/mozilla-central/raw-rev/97dae871389b#/mo
#Patch???: %%{vc_url}/commit/commit.patch#/%%{name}-gh-commit.patch
Patch450: %{vc_url}/commit/26459c47f867dc1882fa7b87e32a9e8fc5e125e5.patch#/%{name}-gh-26459c4.patch
+Patch451: %{vc_url}/pull/1861.patch#/%{name}-gh-pr1861.patch
# Debian patches
Patch500: mozilla-440908.patch
@@ -431,6 +432,7 @@ This package contains results of tests executed during build.
%patch420 -p1 -b .mozilla-1389436
%patch450 -p1 -b .gh26459c4 -R
+%patch451 -p1 -b .pr1861
# Debian extension patch
%patch500 -p1 -b .440908
@@ -1092,11 +1094,14 @@ fi
#---------------------------------------------------------------------
%changelog
-* Tue Oct 27 2020 B Stack <bgstack15@gmail.com> - 2020.10-11.classic
+* Wed Dec 09 2020 B Stack <bgstack15@gmail.com> - 2020.12-11.classic
- add el7 and el8 support
- repackage for stackrpms
- disable simd globally
+* Wed Dec 09 2020 Phantom X <megaphantomx at hotmail dot com> - 2020.12-1.classic
+- 2020.12
+
* Tue Oct 20 2020 Phantom X <megaphantomx at hotmail dot com> - 2020.10-1.classic
- 2020.10
@@ -1106,9 +1111,15 @@ fi
* Tue Aug 25 2020 Phantom X <megaphantomx at hotmail dot com> - 2020.08-1.classic
- 2020.08
+* Sat Aug 15 2020 Phantom X <megaphantomx at hotmail dot com> - 2020.07.2.1-1.classic
+- 2020.07.2.1
+
* Wed Aug 05 2020 Phantom X <megaphantomx at hotmail dot com> - 2020.07.2-1.classic
- 2020.07.2
+* Thu Jul 30 2020 Phantom X <megaphantomx at hotmail dot com> - 2020.07.1-1.classic
+- 2020.07.1
+
* Wed Jul 01 2020 Phantom X <megaphantomx at hotmail dot com> - 2020.07-1.classic
- 2020.07
bgstack15