summaryrefslogtreecommitdiff
path: root/palemoon/palemoon.spec
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2021-07-19 19:12:22 -0400
committerB. Stack <bgstack15@gmail.com>2021-07-19 19:12:22 -0400
commitfed21f331690bee8f5784e6b871bb05dcc93d159 (patch)
treeb6a3c94b6f0646a46aed10368b81505c746e09f8 /palemoon/palemoon.spec
parentMerge branch 'waterfox-bump' into 'master' (diff)
downloadstackrpms-fed21f331690bee8f5784e6b871bb05dcc93d159.tar.gz
stackrpms-fed21f331690bee8f5784e6b871bb05dcc93d159.tar.bz2
stackrpms-fed21f331690bee8f5784e6b871bb05dcc93d159.zip
29.3.0 rc1
Diffstat (limited to 'palemoon/palemoon.spec')
-rw-r--r--palemoon/palemoon.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/palemoon/palemoon.spec b/palemoon/palemoon.spec
index 50bb125..e931e5e 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_20210608
+%global submodule_platform_tag RELBASE_20210719
%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.2.1
+Version: 29.3.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
+* Mon Jul 19 2021 B. Stack <bgstack15@gmail.com> - 29.3.0-1
+- update version
+
* Wed Jun 09 2021 B. Stack <bgstack15@gmail.com> - 29.2.1-1
- update version
bgstack15