summaryrefslogtreecommitdiff
path: root/newmoon
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-11-01 14:12:19 -0400
committerB. Stack <bgstack15@gmail.com>2022-11-01 14:12:19 -0400
commitf0bea7ed5ccbbf45de99610414b1192d80d8283b (patch)
treee2146bec03a608eaf457d0ac854f9ef3dddef697 /newmoon
parentMerge branch 'freefilesync-bump' into 'master' (diff)
downloadstackrpms-f0bea7ed5ccbbf45de99610414b1192d80d8283b.tar.gz
stackrpms-f0bea7ed5ccbbf45de99610414b1192d80d8283b.tar.bz2
stackrpms-f0bea7ed5ccbbf45de99610414b1192d80d8283b.zip
newmoon 31.3.1 rc1
Diffstat (limited to 'newmoon')
-rw-r--r--newmoon/_service2
-rw-r--r--newmoon/debian/changelog6
-rw-r--r--newmoon/newmoon.spec7
3 files changed, 12 insertions, 3 deletions
diff --git a/newmoon/_service b/newmoon/_service
index b813565..56c278b 100644
--- a/newmoon/_service
+++ b/newmoon/_service
@@ -14,7 +14,7 @@
<service name="tar_scm">
<param name="scm">git</param>
<param name="url">https://repo.palemoon.org/MoonchildProductions/Pale-Moon.git</param>
- <param name="revision">31.2.0_Release</param>
+ <param name="revision">31.3.1_Release</param>
<param name="version">_none_</param>
<param name="submodules">enable</param>
</service>
diff --git a/newmoon/debian/changelog b/newmoon/debian/changelog
index 186727b..d5aea84 100644
--- a/newmoon/debian/changelog
+++ b/newmoon/debian/changelog
@@ -1,3 +1,9 @@
+newmoon (31.3.1-1) obs; urgency=medium
+
+ * No release notes from upstream
+
+ -- B. Stack <bgstack15@gmail.com> Tue, 01 Nov 2022 14:09:10 -0400
+
newmoon (31.2.0-1) obs; urgency=medium
* Changes/fixes:
diff --git a/newmoon/newmoon.spec b/newmoon/newmoon.spec
index 9965084..9865547 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_20220802
+%global submodule_platform_tag RB_20221101
%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.2.0
+Version: 31.3.1
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 11 2022 B. Stack <bgstack15@gmail.com> - 31.3.1-1
+- update version
+
* Wed Aug 03 2022 B. Stack <bgstack15@gmail.com> - 31.2.0-1
- update version
bgstack15