summaryrefslogtreecommitdiff
path: root/palemoon
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2018-09-13 21:24:58 +0000
committerB Stack <bgstack15@gmail.com>2018-09-13 21:24:58 +0000
commit54afe85f39915229dffebf2f4590c027bbf8d1c1 (patch)
tree184a826f6beb132ca2a3bc5a97c4da872be6abe0 /palemoon
parentMerge branch 'ffs-10.4' into 'master' (diff)
downloadstackrpms-54afe85f39915229dffebf2f4590c027bbf8d1c1.tar.gz
stackrpms-54afe85f39915229dffebf2f4590c027bbf8d1c1.tar.bz2
stackrpms-54afe85f39915229dffebf2f4590c027bbf8d1c1.zip
merge devel into master: update palemoon to 28.0.1
Diffstat (limited to 'palemoon')
-rw-r--r--palemoon/palemoon.spec16
1 files changed, 9 insertions, 7 deletions
diff --git a/palemoon/palemoon.spec b/palemoon/palemoon.spec
index c7d2f6c..be68827 100644
--- a/palemoon/palemoon.spec
+++ b/palemoon/palemoon.spec
@@ -3,14 +3,13 @@
%global pkgname palemoon
%global prettyname Pale Moon Web Browser
-# to get python27 and devtoolset-7 on el6.i386:
+# additional repos to get python27 and devtoolset-7
+# for el6 and el7: Software Collection;, for x86_64 only
+# http://mirror.centos.org/centos/6/sclo/x86_64/rh/
+# http://mirror.centos.org/centos/6/sclo/x86_64/sclo/
+# for el6.i386:
# https://copr-be.cloud.fedoraproject.org/results/ewdurbin/pythons-el6/epel-6-$basearch/
# https://copr-be.cloud.fedoraproject.org/results/mlampe/devtoolset-7/epel-6-$basearch/
-# add them to your epel-6 chroot in copr
-# to get python27 and devtoolset-7 on el6.x86_64 and el7 (which only has x86_64)
-# http://mirror.centos.org/centos/7/sclo/x86_64/sclo/
-# http://mirror.centos.org/centos/7/sclo/x86_64/rh/
-# which are already provided by the copr build systems
%define scl_env %{nil}
%define scl_buildreq coreutils
%if 0%{?el6}
@@ -28,7 +27,7 @@
%endif
Name: palemoon
-Version: 28.0.0
+Version: 28.0.1
Release: 1
Summary: Pale Moon web browser
@@ -238,5 +237,8 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%doc AUTHORS LICENSE
%changelog
+* Thu Sep 13 2018 B Stack <bgstack15@gmail.com> 28.0.1-1
+- update version
+
* Wed Sep 05 2018 B Stack <bgstack15@gmail.com> 28.0.0-1
- rpm spec updated
bgstack15