diff options
Diffstat (limited to 'palemoon')
-rw-r--r-- | palemoon/palemoon.spec | 16 |
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 |