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/debian/changelog | 6 ++++++ waterfox/debian/waterfox+devuan.dsc | 2 +- waterfox/waterfox.spec | 13 +++++++------ 3 files changed, 14 insertions(+), 7 deletions(-) (limited to 'waterfox') diff --git a/waterfox/debian/changelog b/waterfox/debian/changelog index 344d849..21ed4d7 100644 --- a/waterfox/debian/changelog +++ b/waterfox/debian/changelog @@ -1,3 +1,9 @@ +waterfox (2021.04.2-1+devuan) obs; urgency=medium + + - latest version + + -- B. Stack Tue, 27 Apr 2021 14:37:07 -0400 + waterfox (2021.04-1+devuan) obs; urgency=medium - latest version diff --git a/waterfox/debian/waterfox+devuan.dsc b/waterfox/debian/waterfox+devuan.dsc index 0b8b0aa..355356f 100644 --- a/waterfox/debian/waterfox+devuan.dsc +++ b/waterfox/debian/waterfox+devuan.dsc @@ -2,7 +2,7 @@ Format: 3.0 (quilt) Source: waterfox Binary: waterfox Architecture: any -Version: 2021.04-1+devuan +Version: 2021.04-2+devuan Maintainer: B Stack Homepage: https://www.waterfox.net/ Standards-Version: 4.1.4 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