From 5ecc538208e91f6e3be1e4f4c1c5739ddb49782d Mon Sep 17 00:00:00 2001 From: B Stack Date: Tue, 2 Feb 2021 20:13:29 -0500 Subject: pm 29.0.0 rc1 --- palemoon/palemoon.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'palemoon/palemoon.spec') diff --git a/palemoon/palemoon.spec b/palemoon/palemoon.spec index ba94271..e88eb1d 100644 --- a/palemoon/palemoon.spec +++ b/palemoon/palemoon.spec @@ -5,7 +5,7 @@ %global stackrpms_custom 1 # derive from inside the full source tree or from notes at https://github.com/MoonchildProductions/Pale-Moon/releases # git submodule | awk -v "name=platform" '$2 == name {gsub("-","",$1); print $1}' -%global submodule_platform_tag RELBASE_20201218 +%global submodule_platform_tag RELBASE_20210202 # additional repos to get python27 and devtoolset-7 # for el6 and el7: Software Collection;, for x86_64 only @@ -42,7 +42,7 @@ Name: palemoon-stackrpms Name: palemoon %endif Summary: Pale Moon web browser -Version: 28.17.0 +Version: 29.0.0 Release: 1 Group: Networking/Web @@ -267,7 +267,7 @@ touch --no-create %{_datadir}/icons/hicolor 1>/dev/null 2>&1 || : # is it a final removal? #if test "$1" = "0" ; #then -#fi +#fi %postun if test "$1" = "0" ; @@ -285,6 +285,9 @@ update-mime-database -n ${_datadir}/mime 1>/dev/null 2>&1 & : %doc AUTHORS LICENSE %changelog +* Tue Feb 02 2021 B. Stack - 29.0.0-1 +- update version + * Fri Dec 18 2020 B Stack - 28.17.0-1 - update version -- cgit