diff options
author | B Stack <bgstack15@gmail.com> | 2020-09-25 16:56:02 -0400 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2020-09-25 16:56:02 -0400 |
commit | 900b3188b08710d182e98cbe5097d1f9f1203d23 (patch) | |
tree | eb94b4252f10ba81b9a246c95ed38f103d686779 /palemoon | |
parent | Merge branch 'xdgmenumaker-bump' into 'master' (diff) | |
download | stackrpms-900b3188b08710d182e98cbe5097d1f9f1203d23.tar.gz stackrpms-900b3188b08710d182e98cbe5097d1f9f1203d23.tar.bz2 stackrpms-900b3188b08710d182e98cbe5097d1f9f1203d23.zip |
pm 28.13.0-2 rpm
the RELBASE in use was removed, as well as --enable-phoenix-extensions
is not recognized.
Diffstat (limited to 'palemoon')
-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 65b57af..3ca9b8d 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_20200831 +%global submodule_platform_tag RELBASE_20200901 # additional repos to get python27 and devtoolset-7 # for el6 and el7: Software Collection;, for x86_64 only @@ -43,7 +43,7 @@ Name: palemoon %endif Summary: Pale Moon web browser Version: 28.13.0 -Release: 1 +Release: 2 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 +* Fri Sep 25 2020 B Stack <bgstack15@gmail.com> - 28.13.0-2 +- use valid RELBASE. Upstream probably unpublished RELBASE_20200831 + * Fri Sep 04 2020 B Stack <bgstack15@gmail.com> - 28.13.0-1 - update version |