summaryrefslogtreecommitdiff
path: root/waterfox/waterfox.spec
diff options
context:
space:
mode:
Diffstat (limited to 'waterfox/waterfox.spec')
-rw-r--r--waterfox/waterfox.spec16
1 files changed, 13 insertions, 3 deletions
diff --git a/waterfox/waterfox.spec b/waterfox/waterfox.spec
index a987fb3..0ce3971 100644
--- a/waterfox/waterfox.spec
+++ b/waterfox/waterfox.spec
@@ -42,7 +42,12 @@ ExcludeArch: armv7hl
%global disable_elfhack 0
-%global build_with_clang 0
+ %if "%{toolchain}" == "clang"
+%global build_with_clang 1
+%else
+%global build_with_clang 0
+%endif
+
%ifnarch %{ix86} ppc64 s390x
%global build_with_pgo 0
%endif
@@ -166,7 +171,7 @@ BuildRequires: %{scl_buildreq}
Summary: Waterfox Web browser
Name: waterfox
-Version: 2021.08
+Version: 2021.09
Release: 11%{?branch:.%{branch}}%{?gver}%{?dist}
URL: https://www.waterfox.net
License: MPLv1.1 or GPLv2+ or LGPLv2+
@@ -253,6 +258,7 @@ Patch705: 0001-Update-patch-bug1403998.patch
Patch706: 0001-Update-patch-bug847568.patch
Patch707: 0001-Update-patch-bug1456512.patch
Patch708: 0001-mbft-tests-fix-build.patch
+Patch709: 0001-TestAudioEventTimeline.cpp-gtest-fix-build.patch
# Gentoo
Patch800: seamonkey-2.53.3-system_libvpx-1.8.patch
@@ -511,6 +517,7 @@ done
%patch703 -p1 -b .fix-testing-file
%patch704 -p1 -b .no-diagnostics-color
%patch708 -p1 -b .mbft-build-fix
+%patch709 -p1 -b .TestAudioEventTimeline.cpp-build-fix
# stackrpms,2
%if 0%{?system_libvpx}
@@ -1121,11 +1128,14 @@ fi
#---------------------------------------------------------------------
%changelog
-* Mon Aug 23 2021 B. Stack <bgstack15@gmail.com> - 2021.08-11.classic
+* Thu Sep 30 2021 B. Stack <bgstack15@gmail.com> - 2021.09-11.classic
- add el7 and el8 support
- repackage for stackrpms
- disable simd globally
+* Sun Sep 19 2021 Phantom X <megaphantomx at hotmail dot com> - 2021.09-1.classic
+- 2021.09
+
* Fri Aug 20 2021 Phantom X <megaphantomx at hotmail dot com> - 2021.08-1.classic
- 2021.08
bgstack15