summaryrefslogtreecommitdiff
path: root/waterfox
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2021-04-27 14:37:48 -0400
committerB. Stack <bgstack15@gmail.com>2021-04-27 14:39:42 -0400
commit6c549b34fbc0208647a2f2f2cdab551b66f05621 (patch)
treee5f7504b40b51bad799c220bde6b925c20366153 /waterfox
parentwf 2020.04 rc1 (diff)
downloadstackrpms-6c549b34fbc0208647a2f2f2cdab551b66f05621.tar.gz
stackrpms-6c549b34fbc0208647a2f2f2cdab551b66f05621.tar.bz2
stackrpms-6c549b34fbc0208647a2f2f2cdab551b66f05621.zip
wf 2020.04.2
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, 14 insertions, 7 deletions
diff --git a/waterfox/debian/changelog b/waterfox/debian/changelog
index 344d849..21ed4d7 100644
--- a/waterfox/debian/changelog
+++ b/waterfox/debian/changelog
@@ -1,3 +1,9 @@
+waterfox (2021.04.2-1+devuan) obs; urgency=medium
+
+ - latest version
+
+ -- B. Stack <bgstack15@gmail.com> Tue, 27 Apr 2021 14:37:07 -0400
+
waterfox (2021.04-1+devuan) obs; urgency=medium
- latest version
diff --git a/waterfox/debian/waterfox+devuan.dsc b/waterfox/debian/waterfox+devuan.dsc
index 0b8b0aa..355356f 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.04-1+devuan
+Version: 2021.04-2+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 80a0d35..555837b 100644
--- a/waterfox/waterfox.spec
+++ b/waterfox/waterfox.spec
@@ -3,7 +3,7 @@
%global commit 93fc15e9f2d68d8a43b22c57b8b935f272ce06eb
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global date 20200422
-%global with_snapshot 1
+%global with_snapshot 0
%global branch classic
@@ -166,7 +166,7 @@ BuildRequires: %{scl_buildreq}
Summary: Waterfox Web browser
Name: waterfox
-Version: 2021.04.1
+Version: 2021.04.2
Release: 11%{?branch:.%{branch}}%{?gver}%{?dist}
URL: https://www.waterfox.net
License: MPLv1.1 or GPLv2+ or LGPLv2+
@@ -396,7 +396,7 @@ This package contains results of tests executed during build.
%if 0%{?with_snapshot}
%setup -q -n Waterfox-%{commit} -a 600
%else
-%setup -q -n Waterfox-%{version}-%{branch} -a 600
+%setup -q -n Waterfox-%{version} -a 600
%endif
%if %{build_langpacks}
@@ -1074,8 +1074,6 @@ fi
# stackrpms,2
%endif
%{mozappdir}/distribution/distribution.ini
-# That's Windows only
-%ghost %{mozappdir}/browser/features/aushelper@mozilla.org.xpi
%attr(644, root, root) %{mozappdir}/browser/blocklist.xml
%attr(644, root, root) %{mozappdir}/browser/ua-update.json
%dir %{mozappdir}/browser/extensions
@@ -1112,11 +1110,14 @@ fi
#---------------------------------------------------------------------
%changelog
-* Fri Apr 23 2021 B. Stack <bgstack15@gmail.com> - 2021.04.1-11.classic
+* Tue Apr 27 2021 B. Stack <bgstack15@gmail.com> - 2021.04.2-11.classic
- add el7 and el8 support
- repackage for stackrpms
- disable simd globally
+* Mon Apr 26 2021 Phantom X <megaphantomx at hotmail dot com> - 2021.04.2-1.classic
+- 2021.04.2
+
* Thu Apr 22 2021 Phantom X <megaphantomx at hotmail dot com> - 2021.04.1-1.classic.20200422git93fc15e
- 2021.04.1
bgstack15