summaryrefslogtreecommitdiff
path: root/waterfox/waterfox.spec
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-06-04 13:52:26 -0400
committerB Stack <bgstack15@gmail.com>2020-06-04 13:52:26 -0400
commit48976771b1d1709100fe45b16a03fa39f0001c5a (patch)
treec53a7ab86a38c1602d360c77cc2068e353f77ed3 /waterfox/waterfox.spec
parentMerge branch 'veracrypt-bump' into 'master' (diff)
downloadstackrpms-48976771b1d1709100fe45b16a03fa39f0001c5a.tar.gz
stackrpms-48976771b1d1709100fe45b16a03fa39f0001c5a.tar.bz2
stackrpms-48976771b1d1709100fe45b16a03fa39f0001c5a.zip
waterfox 2020.06 rpm rc1
Diffstat (limited to 'waterfox/waterfox.spec')
-rw-r--r--waterfox/waterfox.spec11
1 files changed, 7 insertions, 4 deletions
diff --git a/waterfox/waterfox.spec b/waterfox/waterfox.spec
index 280135a..5695668 100644
--- a/waterfox/waterfox.spec
+++ b/waterfox/waterfox.spec
@@ -156,7 +156,7 @@ BuildRequires: %{scl_buildreq}
Summary: Waterfox Web browser
Name: waterfox
-Version: 2020.05
+Version: 2020.06
Release: 11%{?branch:.%{branch}}%{?gver}%{?dist}
URL: https://www.waterfox.net
License: MPLv1.1 or GPLv2+ or LGPLv2+
@@ -460,8 +460,8 @@ done
# 4: uncertain
for i in \
702179 991253 1021761 1144632 1288587 1379148 1393235 1393283 1393627 1395486 1396722 \
- 1401909 1427126 1430508 1433747 1452576 1453127 1454285 1455235 1466606 1469257 \
- 1384121 1384701 1388744 1401063 1413143 1415883 1437450 \
+ 1401909 1419762 1427126 1430508 1433747 1452576 1453127 1454285 1455235 1466606 1469257 \
+ 1384121 1384701 1388744 1401063 1413143 1415883 1402442 1437450 \
1447519
do
rm -f _patches/patch-bug${i}
@@ -1084,11 +1084,14 @@ fi
#---------------------------------------------------------------------
%changelog
-* Mon May 11 2020 B Stack <bgstack15@gmail.com> - 2020.05-11.classic
+* Thu Jun 04 2020 B Stack <bgstack15@gmail.com> - 2020.06-11.classic
- add el7 and el8 support
- repackage for stackrpms
- disable simd globally
+* Thu Jun 04 2020 Phantom X <megaphantomx at bol dot com dot br> - 2020.06-1.classic
+- 2020.06
+
* Sat May 09 2020 Phantom X <megaphantomx at bol dot com dot br> - 2020.05-1.classic
- 2020.05
bgstack15