summaryrefslogtreecommitdiff
path: root/newmoon/newmoon.spec
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2021-04-27 15:03:29 -0400
committerB. Stack <bgstack15@gmail.com>2021-04-27 15:03:29 -0400
commit8a630eab4edd9584490ccf17ce5d3038d23b39ec (patch)
tree364ddf2b091d02bab6c1a38c04167dba147d7a39 /newmoon/newmoon.spec
parentMerge branch 'scite-bump' into 'master' (diff)
downloadstackrpms-8a630eab4edd9584490ccf17ce5d3038d23b39ec.tar.gz
stackrpms-8a630eab4edd9584490ccf17ce5d3038d23b39ec.tar.bz2
stackrpms-8a630eab4edd9584490ccf17ce5d3038d23b39ec.zip
nm 29.2.0
Upstream palemoon has dropped support for old-style extensions, but I am leaving the ac_add_option in the mozconfigs. This will be the first thing to check if the builds fail.
Diffstat (limited to 'newmoon/newmoon.spec')
-rw-r--r--newmoon/newmoon.spec13
1 files changed, 8 insertions, 5 deletions
diff --git a/newmoon/newmoon.spec b/newmoon/newmoon.spec
index 6c14abb..23fb742 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_20210330
+%global submodule_platform_tag RELBASE_20210427
%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.1.1
+Version: 29.2.0
Release: 1
Group: Networking/Web
@@ -161,9 +161,9 @@ rm -rf %{buildroot}
rm -rf %{buildroot}%{_datadir}/idl \
%{buildroot}%{_libdir}/%{appname}-devel \
%{buildroot}%{_includedir} || :
- rm -rf %{buildroot}%{_datarootdir}/idl # experiment from nm/d/rules
- rm -rf %{buildroot}%{_libdir}/%{appname}-devel # experiment from nm/d/rules
- rm -rf %{buildroot}%{_includedir} # experiment from nm/d/rules
+ rm -rf %{buildroot}%{_datarootdir}/idl
+ rm -rf %{buildroot}%{_libdir}/%{appname}-devel
+ rm -rf %{buildroot}%{_includedir}
# remove vestigial duplicate file
rm -rf %{buildroot}%{_libdir}/%{appname}/%{appname}-bin || :
mv %{buildroot}%{_libdir}/%{appname}/%{badname} %{buildroot}%{_libdir}/%{appname}/%{appname} || :
@@ -298,6 +298,9 @@ update-mime-database -n ${_datadir}/mime 1>/dev/null 2>&1 & :
%doc AUTHORS LICENSE
%changelog
+* Tue Apr 27 2021 B. Stack <bgstack15@gmail.com> - 29.2.0-1
+- update version
+
* Thu Apr 01 2021 B. Stack <bgstack15@gmail.com> - 29.1.1-1
- update version
bgstack15