summaryrefslogtreecommitdiff
path: root/palemoon/palemoon.spec
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-04-10 13:59:30 -0400
committerB Stack <bgstack15@gmail.com>2020-04-10 13:59:30 -0400
commit82d9e11020a89a158d6600af4404440f16ddac00 (patch)
treeaa52a75b65ea0378f99f6a2515abe880553ef81a /palemoon/palemoon.spec
parentMerge branch 'powerkit-bump' into 'master' (diff)
downloadstackrpms-82d9e11020a89a158d6600af4404440f16ddac00.tar.gz
stackrpms-82d9e11020a89a158d6600af4404440f16ddac00.tar.bz2
stackrpms-82d9e11020a89a158d6600af4404440f16ddac00.zip
pm 28.9.1 rc1 both rpm and dpkg
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 cfe3639..702bb9b 100644
--- a/palemoon/palemoon.spec
+++ b/palemoon/palemoon.spec
@@ -5,7 +5,7 @@
%global stackrpms_custom 1
# derive from inside the full source tree:
# git submodule | awk -v "name=platform" '$2 == name {gsub("-","",$1); print $1}'
-%global submodule_platform_commit 41e5925b4271c598601fdc77238bbf6497576594
+%global submodule_platform_commit 85a97e9a35a75e58d35f741a62a7f9ff4c1d85e3
# additional repos to get python27 and devtoolset-7
# for el6 and el7: Software Collection;, for x86_64 only
@@ -43,7 +43,7 @@ Summary: Pale Moon web browser with stackrpms prefs
Name: palemoon
Summary: Pale Moon web browser
%endif
-Version: 28.9.0.2
+Version: 28.9.1
Release: 1
Group: Networking/Web
@@ -284,6 +284,9 @@ update-mime-database -n ${_datadir}/mime 1>/dev/null 2>&1 & :
%doc AUTHORS LICENSE
%changelog
+* Fri Apr 10 2020 B Stack <bgstack15@gmail.com> - 28.9.1-1
+- update version
+
* Thu Mar 26 2020 B Stack <bgstack15@gmail.com> - 28.9.0.2-1
- update version
bgstack15