summaryrefslogtreecommitdiff
path: root/palemoon/palemoon.spec
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-10-05 09:07:38 -0400
committerB Stack <bgstack15@gmail.com>2020-10-05 09:07:38 -0400
commite6a564375621b644333d7931e4125023b413e3c0 (patch)
tree8223233f11b4dca601e3a59ee89d4ff498c55759 /palemoon/palemoon.spec
parentMerge branch 'freefilesync-bump' into 'master' (diff)
parentbump pm and nm to 28.14.2 rc1 (diff)
downloadstackrpms-e6a564375621b644333d7931e4125023b413e3c0.tar.gz
stackrpms-e6a564375621b644333d7931e4125023b413e3c0.tar.bz2
stackrpms-e6a564375621b644333d7931e4125023b413e3c0.zip
Merge branch 'palemoon-bump' into master
Diffstat (limited to 'palemoon/palemoon.spec')
-rw-r--r--palemoon/palemoon.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/palemoon/palemoon.spec b/palemoon/palemoon.spec
index 3ca9b8d..9ff45fb 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_20200901
+%global submodule_platform_tag RELBASE_20200929
# additional repos to get python27 and devtoolset-7
# for el6 and el7: Software Collection;, for x86_64 only
@@ -42,8 +42,8 @@ Name: palemoon-stackrpms
Name: palemoon
%endif
Summary: Pale Moon web browser
-Version: 28.13.0
-Release: 2
+Version: 28.14.2
+Release: 1
Group: Networking/Web
License: MPLv2.0
@@ -285,6 +285,9 @@ update-mime-database -n ${_datadir}/mime 1>/dev/null 2>&1 & :
%doc AUTHORS LICENSE
%changelog
+* Sat Oct 03 2020 B Stack <bgstack15@gmail.com> - 28.14.2-1
+- update version
+
* Fri Sep 25 2020 B Stack <bgstack15@gmail.com> - 28.13.0-2
- use valid RELBASE. Upstream probably unpublished RELBASE_20200831
bgstack15