From 8a630eab4edd9584490ccf17ce5d3038d23b39ec Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Tue, 27 Apr 2021 15:03:29 -0400 Subject: nm 29.2.0 Upstream palemoon has dropped support for old-style extensions, but I am leaving the ac_add_option in the mozconfigs. This will be the first thing to check if the builds fail. --- palemoon/palemoon.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'palemoon/palemoon.spec') diff --git a/palemoon/palemoon.spec b/palemoon/palemoon.spec index ea3b384..ca6d0bc 100644 --- a/palemoon/palemoon.spec +++ b/palemoon/palemoon.spec @@ -5,7 +5,7 @@ %global stackrpms_custom 1 # derive from inside the source tree or from https://repo.palemoon.org/MoonchildProductions/Pale-Moon/releases # git submodule | awk -v "name=platform" '$2 == name {gsub("-","",$1); print $1}' -%global submodule_platform_tag RELBASE_20210330 +%global submodule_platform_tag RELBASE_20210427 %global badname palemoon # additional repos to get python27 and devtoolset-7 @@ -43,7 +43,7 @@ Name: palemoon-stackrpms Name: palemoon %endif Summary: Pale Moon web browser -Version: 29.1.1 +Version: 29.2.0 Release: 1 Group: Networking/Web @@ -286,6 +286,9 @@ update-mime-database -n ${_datadir}/mime 1>/dev/null 2>&1 & : %doc AUTHORS LICENSE %changelog +* Tue Apr 27 2021 B. Stack - 29.2.0-1 +- update version + * Thu Apr 01 2021 B. Stack - 29.1.1-1 - update version -- cgit