From 9a15d3392454d9d2d2d71b48cd5f8ef60b9dbb7c Mon Sep 17 00:00:00 2001 From: B Stack Date: Fri, 18 Dec 2020 13:54:22 -0500 Subject: pm 28.17.0 rc1 --- palemoon/palemoon.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'palemoon/palemoon.spec') diff --git a/palemoon/palemoon.spec b/palemoon/palemoon.spec index dbbee22..fb5834d 100644 --- a/palemoon/palemoon.spec +++ b/palemoon/palemoon.spec @@ -42,7 +42,7 @@ Name: palemoon-stackrpms Name: palemoon %endif Summary: Pale Moon web browser -Version: 28.16.0 +Version: 28.17.0 Release: 1 Group: Networking/Web @@ -285,6 +285,9 @@ update-mime-database -n ${_datadir}/mime 1>/dev/null 2>&1 & : %doc AUTHORS LICENSE %changelog +* Fri Dec 18 2020 B Stack - 28.17.0-1 +- update version + * Wed Nov 25 2020 B Stack - 28.16.0-1 - update version -- cgit From d206891204a99c722337165b288ee5c0a77cbb84 Mon Sep 17 00:00:00 2001 From: B Stack Date: Sat, 19 Dec 2020 11:59:45 -0500 Subject: fix RELBASE in pm spec file --- palemoon/palemoon.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'palemoon/palemoon.spec') diff --git a/palemoon/palemoon.spec b/palemoon/palemoon.spec index fb5834d..ba94271 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_20201124 +%global submodule_platform_tag RELBASE_20201218 # additional repos to get python27 and devtoolset-7 # for el6 and el7: Software Collection;, for x86_64 only -- cgit