summaryrefslogtreecommitdiff
path: root/waterfox/waterfox.spec
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-05-18 17:26:40 +0000
committerB Stack <bgstack15@gmail.com>2020-05-18 17:26:40 +0000
commit213d150c17abd8b255a91654fb10e1718f737b58 (patch)
tree0a208f89f1954bf78f3aae03b9864898b9e02e70 /waterfox/waterfox.spec
parentScite 4.3.3 (diff)
parentadd quotes to an %if string (diff)
downloadstackrpms-213d150c17abd8b255a91654fb10e1718f737b58.tar.gz
stackrpms-213d150c17abd8b255a91654fb10e1718f737b58.tar.bz2
stackrpms-213d150c17abd8b255a91654fb10e1718f737b58.zip
Merge branch 'waterfox-bump' into 'master'
Waterfox 2020.05 See merge request bgstack15/stackrpms!156
Diffstat (limited to 'waterfox/waterfox.spec')
-rw-r--r--waterfox/waterfox.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/waterfox/waterfox.spec b/waterfox/waterfox.spec
index 6a8928b..280135a 100644
--- a/waterfox/waterfox.spec
+++ b/waterfox/waterfox.spec
@@ -114,7 +114,7 @@ ExcludeArch: armv7hl
%global sqlite_build_version %(pkg-config --silence-errors --modversion sqlite3 2>/dev/null || echo 65536)
%endif
-%if %{branch} == "classic"
+%if "%{branch}" == "classic"
%global channel Classic
%else
%global channel Current
@@ -156,7 +156,7 @@ BuildRequires: %{scl_buildreq}
Summary: Waterfox Web browser
Name: waterfox
-Version: 2020.04
+Version: 2020.05
Release: 11%{?branch:.%{branch}}%{?gver}%{?dist}
URL: https://www.waterfox.net
License: MPLv1.1 or GPLv2+ or LGPLv2+
@@ -1084,11 +1084,14 @@ fi
#---------------------------------------------------------------------
%changelog
-* Tue Apr 14 2020 B Stack <bgstack15@gmail.com> - 2020.04-11.classic
+* Mon May 11 2020 B Stack <bgstack15@gmail.com> - 2020.05-11.classic
- add el7 and el8 support
- repackage for stackrpms
- disable simd globally
+* Sat May 09 2020 Phantom X <megaphantomx at bol dot com dot br> - 2020.05-1.classic
+- 2020.05
+
* Thu Apr 09 2020 Phantom X <megaphantomx at bol dot com dot br> - 2020.04-1.classic
- 2020.04
bgstack15