summaryrefslogtreecommitdiff
path: root/palemoon/palemoon.spec
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-04-15 11:57:01 +0000
committerB Stack <bgstack15@gmail.com>2020-04-15 11:57:01 +0000
commita48b5d58b1030db46e50c21e818a38deba62576e (patch)
treee14f7be2d6d718649b6808ffd1b76194bc622b0d /palemoon/palemoon.spec
parentMerge branch 'powerkit-bump' into 'master' (diff)
parentpm dpkg: add libfontconfig-dev just so it can build (diff)
downloadstackrpms-a48b5d58b1030db46e50c21e818a38deba62576e.tar.gz
stackrpms-a48b5d58b1030db46e50c21e818a38deba62576e.tar.bz2
stackrpms-a48b5d58b1030db46e50c21e818a38deba62576e.zip
Merge branch 'palemoon-bump' into 'master'
Palemoon 28.9.1 See merge request bgstack15/stackrpms!149
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