summaryrefslogtreecommitdiff
path: root/waterfox/waterfox.spec
diff options
context:
space:
mode:
Diffstat (limited to 'waterfox/waterfox.spec')
-rw-r--r--waterfox/waterfox.spec13
1 files changed, 6 insertions, 7 deletions
diff --git a/waterfox/waterfox.spec b/waterfox/waterfox.spec
index b7d6799..0c3358a 100644
--- a/waterfox/waterfox.spec
+++ b/waterfox/waterfox.spec
@@ -166,7 +166,7 @@ BuildRequires: %{scl_buildreq}
Summary: Waterfox Web browser
Name: waterfox
-Version: 2021.06
+Version: 2021.07
Release: 11%{?branch:.%{branch}}%{?gver}%{?dist}
URL: https://www.waterfox.net
License: MPLv1.1 or GPLv2+ or LGPLv2+
@@ -226,7 +226,6 @@ Patch226: rhbz-1354671.patch
Patch402: mozilla-1196777.patch
Patch413: mozilla-1353817.patch
Patch415: Bug-1238661---fix-mozillaSignalTrampoline-to-work-.patch
-Patch417: mozilla-1436242.patch
Patch419: https://hg.mozilla.org/mozilla-central/raw-rev/4723934741c5#/mozilla-1320560.patch
Patch420: https://hg.mozilla.org/mozilla-central/raw-rev/97dae871389b#/mozilla-1389436.patch
@@ -445,12 +444,9 @@ This package contains results of tests executed during build.
%ifarch %{arm}
%patch415 -p1 -b .mozilla-1238661
%endif
-%patch417 -p1 -b .mozilla-1436242
%patch419 -p1 -b .mozilla-1320560
%patch420 -p1 -b .mozilla-1389436
-%patch450 -p1 -b .gh26459c4 -R
-
# Debian extension patch
%patch500 -p1 -b .440908
@@ -488,7 +484,7 @@ done
# 5: uncertain
for i in \
702179 730495 991253 1021761 1144632 1288587 1379148 1393235 1393283 1393627 \
- 1395486 1396722 1398021 1399412 1401909 1419762 1427126 1430508 1433747 \
+ 1395486 1396722 1398021 1399412 1401909 1417751 1419762 1427126 1430508 1433747 \
1452576 1452619 1453127 1454285 1455235 1466606 1469257 \
1384121 1384701 1388744 1401063 1406396 1413143 1415883 1402442 1437450 \
1447519
@@ -1120,11 +1116,14 @@ fi
#---------------------------------------------------------------------
%changelog
-* Tue Jun 15 2021 B. Stack <bgstack15@gmail.com> - 2021.06-11.classic
+* Sat Jul 17 2021 B. Stack <bgstack15@gmail.com> - 2021.07-11.classic
- add el7 and el8 support
- repackage for stackrpms
- disable simd globally
+* Sat Jul 17 2021 Phantom X <megaphantomx at hotmail dot com> - 2021.07-1.classic
+- 2021.07
+
* Mon Jun 07 2021 Phantom X <megaphantomx at hotmail dot com> - 2021.06-1.classic
- 2021.06
bgstack15