summaryrefslogtreecommitdiff
path: root/newmoon/newmoon.spec
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2021-08-23 14:11:23 +0000
committerB. Stack <bgstack15@gmail.com>2021-08-23 14:11:23 +0000
commit6edb907256d02f72b38045c6291be21a50fc00f6 (patch)
tree1e80f9ed271da6e6a6b808f80a16935cec365f36 /newmoon/newmoon.spec
parentMerge branch 'scite-bump' into 'master' (diff)
parentnewmoon 29.4.0 (diff)
downloadstackrpms-6edb907256d02f72b38045c6291be21a50fc00f6.tar.gz
stackrpms-6edb907256d02f72b38045c6291be21a50fc00f6.tar.bz2
stackrpms-6edb907256d02f72b38045c6291be21a50fc00f6.zip
Merge branch 'newmoon-bump' into 'master'
newmoon 29.4.0 See merge request bgstack15/stackrpms!255
Diffstat (limited to 'newmoon/newmoon.spec')
-rw-r--r--newmoon/newmoon.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/newmoon/newmoon.spec b/newmoon/newmoon.spec
index e7eab00..5d22a22 100644
--- a/newmoon/newmoon.spec
+++ b/newmoon/newmoon.spec
@@ -5,7 +5,7 @@
%global stackrpms_custom 1
# derive from inside the source tree or from https://repo.palemoon.org/MoonchildProductions/Pale-Moon/releases
# git submodule | awk -v "name=platform" '$2 == name {gsub("-","",$1); print $1}'
-%global submodule_platform_tag RELBASE_20210719
+%global submodule_platform_tag RELBASE_20210817
%global badname palemoon
# additional repos to get python27 and devtoolset-7
@@ -43,7 +43,7 @@ Name: newmoon
Name: newmoon
%endif
Summary: Newmoon web browser
-Version: 29.3.0
+Version: 29.4.0
Release: 1
Group: Networking/Web
@@ -298,6 +298,9 @@ update-mime-database -n ${_datadir}/mime 1>/dev/null 2>&1 & :
%doc AUTHORS LICENSE
%changelog
+* Tue Aug 17 2021 B. Stack <bgstack15@gmail.com> - 29.4.0-1
+- update version
+
* Mon Jul 19 2021 B. Stack <bgstack15@gmail.com> - 29.3.0-1
- update version
bgstack15