summaryrefslogtreecommitdiff
path: root/palemoon/palemoon.spec
diff options
context:
space:
mode:
Diffstat (limited to 'palemoon/palemoon.spec')
-rw-r--r--palemoon/palemoon.spec8
1 files changed, 6 insertions, 2 deletions
diff --git a/palemoon/palemoon.spec b/palemoon/palemoon.spec
index aa0d06d..8fe2e31 100644
--- a/palemoon/palemoon.spec
+++ b/palemoon/palemoon.spec
@@ -2,7 +2,7 @@
%global dummy_package 0
%global appname palemoon
%global prettyname Pale Moon Web Browser
-%global stackrpms_custom 0
+%global stackrpms_custom 1
# additional repos to get python27 and devtoolset-7
# for el6 and el7: Software Collection;, for x86_64 only
@@ -40,7 +40,7 @@ Summary: Pale Moon web browser with stackrpms prefs
Name: palemoon
Summary: Pale Moon web browser
%endif
-Version: 28.8.2
+Version: 28.8.2.1
Release: 1
Group: Networking/Web
@@ -279,6 +279,10 @@ update-mime-database -n ${_datadir}/mime 1>/dev/null 2>&1 & :
%doc AUTHORS LICENSE
%changelog
+* Wed Feb 05 2020 B Stack <bgstack15@gmail.com> - 28.8.2.1-1
+- update version
+- drop the vanilla release
+
* Tue Jan 28 2020 B Stack <bgstack15@gmail.com> - 28.8.2-1
- update version
bgstack15