summaryrefslogtreecommitdiff
path: root/waterfox/waterfox.spec
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2019-09-10 14:37:57 -0400
committerB Stack <bgstack15@gmail.com>2019-09-10 14:37:57 -0400
commitbf5c0b4eea268deb7335d97558f331c41031a124 (patch)
tree2b9a8afad23b5db9f1dc21ed71943329bcd2b186 /waterfox/waterfox.spec
parentwaterfox 56.2.14 dpkg (diff)
downloadstackrpms-bf5c0b4eea268deb7335d97558f331c41031a124.tar.gz
stackrpms-bf5c0b4eea268deb7335d97558f331c41031a124.tar.bz2
stackrpms-bf5c0b4eea268deb7335d97558f331c41031a124.zip
waterfox 56.2.14 rpm rc1
Diffstat (limited to 'waterfox/waterfox.spec')
-rw-r--r--waterfox/waterfox.spec18
1 files changed, 8 insertions, 10 deletions
diff --git a/waterfox/waterfox.spec b/waterfox/waterfox.spec
index 3449372..d450d67 100644
--- a/waterfox/waterfox.spec
+++ b/waterfox/waterfox.spec
@@ -1,6 +1,6 @@
-%global commit dc34e4b9d6fccdc97ce8b267eb04ca2c27490d2a
+%global commit 4f22b84524c911ee3d9dba38180304c0a324bca9
%global shortcommit %(c=%{commit}; echo ${c:0:7})
-%global date 20190819
+%global date 20190902
%global with_snapshot 1
%global freebsd_rev 480450
@@ -69,9 +69,6 @@ ExcludeArch: armv7hl
%global debug_build 0
%global disable_elfhack 0
-#%if !0%{?build_with_clang} || 0%{?fedora} > 28
-#%global disable_elfhack 1
-#%endif
%global build_stylo 1
%global build_rust_simd 1
@@ -156,7 +153,7 @@ BuildRequires: %{scl_buildreq}
Summary: Waterfox Web browser
Name: waterfox
-Version: 56.2.13
+Version: 56.2.14
Release: 11%{?gver}%{?dist}
URL: https://www.waterfox.net
License: MPLv1.1 or GPLv2+ or LGPLv2+
@@ -239,7 +236,6 @@ Patch701: %{name}-waterfoxdir-1.patch
Patch702: %{name}-waterfoxdir-2.patch
Patch703: %{name}-webrtc-gtest-libv4l2.patch
Patch704: %{name}-fix-testing-file.patch
-Patch705: %{name}-remove-SetCurrentProcessPrivileges.patch
%if 0%{?system_nss}
@@ -461,7 +457,7 @@ done
# 3: uncertain
for i in \
702179 991253 1021761 1144632 1288587 1393235 1393283 1395486 1433747 1452576 1453127 1466606 \
- 1388744 1413143 \
+ 1384121 1388744 1413143 \
1447519
do
rm -f _patches/patch-bug${i}
@@ -479,7 +475,6 @@ done
%patch702 -p1 -b .waterfoxdir-2
%patch703 -p1 -b .lv4l2
%patch704 -p1 -b .fix-testing-file
-%patch705 -p1 -b .remove-privs
# Patch for big endian platforms only
%if 0%{?big_endian}
@@ -1070,10 +1065,13 @@ fi
#---------------------------------------------------------------------
%changelog
-* Tue Aug 20 2019 B Stack <bgstack15@gmail.com> - 56.2.13-11
+* Tue Sep 10 2019 B Stack <bgstack15@gmail.com> - 56.2.14-11
- add el7 support, which uses provided libs for the most part, and disables lto
- repackage for stackrpms
+* Wed Sep 04 2019 Phantom X <megaphantomx at bol dot com dot br> - 56.2.14-1
+- 5.2.14
+
* Mon Aug 19 2019 Phantom X <megaphantomx at bol dot com dot br> - 56.2.13-1.20190709gitdc34e4b
- New release/snapshot
bgstack15