summaryrefslogtreecommitdiff
path: root/palemoon/palemoon.spec
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2021-04-05 19:49:22 +0000
committerB. Stack <bgstack15@gmail.com>2021-04-05 19:49:22 +0000
commit5586f29dd5fac54ff9a607969a6ed2f5aec9eee9 (patch)
tree00b80940d87230cce2b90ec90d19c877f9c8fabb /palemoon/palemoon.spec
parentMerge branch 'makemkv-bump' into 'master' (diff)
parentpm 29.1.1 rc1 (diff)
downloadstackrpms-5586f29dd5fac54ff9a607969a6ed2f5aec9eee9.tar.gz
stackrpms-5586f29dd5fac54ff9a607969a6ed2f5aec9eee9.tar.bz2
stackrpms-5586f29dd5fac54ff9a607969a6ed2f5aec9eee9.zip
Merge branch 'palemoon-bump' into 'master'
pm 29.1.1 See merge request bgstack15/stackrpms!231
Diffstat (limited to 'palemoon/palemoon.spec')
-rw-r--r--palemoon/palemoon.spec8
1 files changed, 6 insertions, 2 deletions
diff --git a/palemoon/palemoon.spec b/palemoon/palemoon.spec
index 7d88d5d..ea3b384 100644
--- a/palemoon/palemoon.spec
+++ b/palemoon/palemoon.spec
@@ -5,7 +5,8 @@
%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_20210302
+%global submodule_platform_tag RELBASE_20210330
+%global badname palemoon
# additional repos to get python27 and devtoolset-7
# for el6 and el7: Software Collection;, for x86_64 only
@@ -42,7 +43,7 @@ Name: palemoon-stackrpms
Name: palemoon
%endif
Summary: Pale Moon web browser
-Version: 29.1.0
+Version: 29.1.1
Release: 1
Group: Networking/Web
@@ -285,6 +286,9 @@ update-mime-database -n ${_datadir}/mime 1>/dev/null 2>&1 & :
%doc AUTHORS LICENSE
%changelog
+* Thu Apr 01 2021 B. Stack <bgstack15@gmail.com> - 29.1.1-1
+- update version
+
* Tue Mar 02 2021 B. Stack <bgstack15@gmail.com> - 29.1.0-1
- update version
bgstack15