summaryrefslogtreecommitdiff
path: root/newmoon/newmoon.spec
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-11-22 10:06:26 -0500
committerB. Stack <bgstack15@gmail.com>2022-11-22 10:06:26 -0500
commit15c7d5d782952088bc79cb1f4494f4aef9c780eb (patch)
tree55261f2662506ffec5cedb1fd3ce15eca517555c /newmoon/newmoon.spec
parentadd _constraints for obs (diff)
downloadstackrpms-15c7d5d782952088bc79cb1f4494f4aef9c780eb.tar.gz
stackrpms-15c7d5d782952088bc79cb1f4494f4aef9c780eb.tar.bz2
stackrpms-15c7d5d782952088bc79cb1f4494f4aef9c780eb.zip
nm 31.4.0 rc1
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 9865547..969cd1b 100644
--- a/newmoon/newmoon.spec
+++ b/newmoon/newmoon.spec
@@ -4,7 +4,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 RB_20221101
+%global submodule_platform_tag RB_20221122
%global badname palemoon
%global git_commit db5ee3c1968212742b4ed8b9883069ea7b03f0e1
%global tarballdir pale-moon
@@ -44,7 +44,7 @@ Name: newmoon
Name: newmoon
%endif
Summary: Newmoon web browser
-Version: 31.3.1
+Version: 31.4.0
Release: 1
Group: Networking/Web
@@ -300,6 +300,9 @@ update-mime-database -n ${_datadir}/mime 1>/dev/null 2>&1 & :
%doc AUTHORS LICENSE
%changelog
+* Tue Nov 22 2022 B. Stack <bgstack15@gmail.com> - 31.4.0-1
+- update version
+
* Tue Nov 11 2022 B. Stack <bgstack15@gmail.com> - 31.3.1-1
- update version
bgstack15