From 6c549b34fbc0208647a2f2f2cdab551b66f05621 Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Tue, 27 Apr 2021 14:37:48 -0400 Subject: wf 2020.04.2 --- waterfox/waterfox.spec | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'waterfox/waterfox.spec') diff --git a/waterfox/waterfox.spec b/waterfox/waterfox.spec index 80a0d35..555837b 100644 --- a/waterfox/waterfox.spec +++ b/waterfox/waterfox.spec @@ -3,7 +3,7 @@ %global commit 93fc15e9f2d68d8a43b22c57b8b935f272ce06eb %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global date 20200422 -%global with_snapshot 1 +%global with_snapshot 0 %global branch classic @@ -166,7 +166,7 @@ BuildRequires: %{scl_buildreq} Summary: Waterfox Web browser Name: waterfox -Version: 2021.04.1 +Version: 2021.04.2 Release: 11%{?branch:.%{branch}}%{?gver}%{?dist} URL: https://www.waterfox.net License: MPLv1.1 or GPLv2+ or LGPLv2+ @@ -396,7 +396,7 @@ This package contains results of tests executed during build. %if 0%{?with_snapshot} %setup -q -n Waterfox-%{commit} -a 600 %else -%setup -q -n Waterfox-%{version}-%{branch} -a 600 +%setup -q -n Waterfox-%{version} -a 600 %endif %if %{build_langpacks} @@ -1074,8 +1074,6 @@ fi # stackrpms,2 %endif %{mozappdir}/distribution/distribution.ini -# That's Windows only -%ghost %{mozappdir}/browser/features/aushelper@mozilla.org.xpi %attr(644, root, root) %{mozappdir}/browser/blocklist.xml %attr(644, root, root) %{mozappdir}/browser/ua-update.json %dir %{mozappdir}/browser/extensions @@ -1112,11 +1110,14 @@ fi #--------------------------------------------------------------------- %changelog -* Fri Apr 23 2021 B. Stack - 2021.04.1-11.classic +* Tue Apr 27 2021 B. Stack - 2021.04.2-11.classic - add el7 and el8 support - repackage for stackrpms - disable simd globally +* Mon Apr 26 2021 Phantom X - 2021.04.2-1.classic +- 2021.04.2 + * Thu Apr 22 2021 Phantom X - 2021.04.1-1.classic.20200422git93fc15e - 2021.04.1 -- cgit