From bf5c0b4eea268deb7335d97558f331c41031a124 Mon Sep 17 00:00:00 2001 From: B Stack Date: Tue, 10 Sep 2019 14:37:57 -0400 Subject: waterfox 56.2.14 rpm rc1 --- waterfox/waterfox.spec | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) (limited to 'waterfox/waterfox.spec') 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 - 56.2.13-11 +* Tue Sep 10 2019 B Stack - 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 - 56.2.14-1 +- 5.2.14 + * Mon Aug 19 2019 Phantom X - 56.2.13-1.20190709gitdc34e4b - New release/snapshot -- cgit