diff options
author | B Stack <bgstack15@gmail.com> | 2020-08-11 17:18:36 +0000 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2020-08-11 17:18:36 +0000 |
commit | 468abbdcbabff7327280b8bff8fc9a9cd3c92aa6 (patch) | |
tree | b8c10af04d17e9ec2085a39eae760e2ab55efa4b /palemoon/palemoon.spec | |
parent | Merge branch 'ublock-bump' into 'master' (diff) | |
parent | add python dep alteration for debian unstable (diff) | |
download | stackrpms-468abbdcbabff7327280b8bff8fc9a9cd3c92aa6.tar.gz stackrpms-468abbdcbabff7327280b8bff8fc9a9cd3c92aa6.tar.bz2 stackrpms-468abbdcbabff7327280b8bff8fc9a9cd3c92aa6.zip |
Merge branch 'palemoon-bump' into 'master'
Palemoon 28.12.0
See merge request bgstack15/stackrpms!178
Diffstat (limited to 'palemoon/palemoon.spec')
-rw-r--r-- | palemoon/palemoon.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/palemoon/palemoon.spec b/palemoon/palemoon.spec index b9c7454..87dac14 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_20200712 +%global submodule_platform_tag RELBASE_20200730 # additional repos to get python27 and devtoolset-7 # for el6 and el7: Software Collection;, for x86_64 only @@ -42,7 +42,7 @@ Name: palemoon-stackrpms Name: palemoon %endif Summary: Pale Moon web browser -Version: 28.11.0 +Version: 28.12.0 Release: 1 Group: Networking/Web @@ -285,6 +285,9 @@ update-mime-database -n ${_datadir}/mime 1>/dev/null 2>&1 & : %doc AUTHORS LICENSE %changelog +* Wed Aug 05 2020 B Stack <bgstack15@gmail.com> - 28.12.0-1 +- update version + * Tue Jul 14 2020 B Stack <bgstack15@gmail.com> - 28.11.0-1 - update version |