diff options
author | B. Stack <bgstack15@gmail.com> | 2021-09-30 13:56:10 +0000 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2021-09-30 13:56:10 +0000 |
commit | 6a8a2c21a8dbf444ea866bfe6616e5a0c75d1b09 (patch) | |
tree | 5307079b7d00cc1089c5b28d67162d02c75c17ee /waterfox/waterfox.spec | |
parent | Merge branch 'newmoon-bump' into 'master' (diff) | |
parent | wf 2021.09 rc1 (diff) | |
download | stackrpms-6a8a2c21a8dbf444ea866bfe6616e5a0c75d1b09.tar.gz stackrpms-6a8a2c21a8dbf444ea866bfe6616e5a0c75d1b09.tar.bz2 stackrpms-6a8a2c21a8dbf444ea866bfe6616e5a0c75d1b09.zip |
Merge branch 'waterfox-bump' into 'master'
wf 2021.09
See merge request bgstack15/stackrpms!265
Diffstat (limited to 'waterfox/waterfox.spec')
-rw-r--r-- | waterfox/waterfox.spec | 16 |
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 |