summaryrefslogtreecommitdiff
path: root/palemoon/palemoon.spec
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-10-27 20:12:09 -0400
committerB Stack <bgstack15@gmail.com>2020-10-27 20:12:09 -0400
commit3bf49621b04e79386c720067531523df595b909d (patch)
treecc1b9e7b887e1e9f4563c0056ecd507048a6179b /palemoon/palemoon.spec
parent28.14.2-3+devuan disable with-system mozconfigs (diff)
downloadstackrpms-3bf49621b04e79386c720067531523df595b909d.tar.gz
stackrpms-3bf49621b04e79386c720067531523df595b909d.tar.bz2
stackrpms-3bf49621b04e79386c720067531523df595b909d.zip
pm/nm 28.15.0 rpm/dpkg rc1
rpm using new source location, attempt 1 make newmoon even closer to palemoon to hopefully increase stability
Diffstat (limited to 'palemoon/palemoon.spec')
-rw-r--r--palemoon/palemoon.spec12
1 files changed, 8 insertions, 4 deletions
diff --git a/palemoon/palemoon.spec b/palemoon/palemoon.spec
index 9ff45fb..dd62fbd 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_20200929
+%global submodule_platform_tag RELBASE_20201024
# additional repos to get python27 and devtoolset-7
# for el6 and el7: Software Collection;, for x86_64 only
@@ -42,14 +42,14 @@ Name: palemoon-stackrpms
Name: palemoon
%endif
Summary: Pale Moon web browser
-Version: 28.14.2
+Version: 28.15.0
Release: 1
Group: Networking/Web
License: MPLv2.0
URL: http://linux.palemoon.org/
-Source0: https://github.com/MoonchildProductions/Pale-Moon/archive/%{version}_Release.tar.gz
-Source1: https://github.com/MoonchildProductions/UXP/archive/%{submodule_platform_tag}.tar.gz
+Source0: https://repo.palemoon.org/MoonChildProductions/Pale-Moon/archive/%{version}_Release.tar.gz
+Source1: https://repo.palemoon.org/MoonchildProductions/UXP/archive/%{submodule_platform_tag}.tar.gz
Source2: palemoon-mozconfig
Source3: palemoon.desktop
Source4: palemoon-mimeinfo.xml
@@ -285,6 +285,10 @@ update-mime-database -n ${_datadir}/mime 1>/dev/null 2>&1 & :
%doc AUTHORS LICENSE
%changelog
+* Teu Oct 27 2020 B Stack <bgstack15@gmail.com> - 28.15.0-1
+- update version
+- change sources to upstream new location, repos.palemoon.org
+
* Sat Oct 03 2020 B Stack <bgstack15@gmail.com> - 28.14.2-1
- update version
bgstack15