diff options
author | B Stack <bgstack15@gmail.com> | 2019-01-17 12:54:04 +0000 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2019-01-17 12:54:04 +0000 |
commit | 71f0dcf000c2463d059ad89699712a4541b39421 (patch) | |
tree | a65658549e5c0c68c69495159d93f2f3da117d57 | |
parent | Merge branch 'waterfox-bump' into 'master' (diff) | |
parent | Pale Moon 28.3.0 (diff) | |
download | stackrpms-71f0dcf000c2463d059ad89699712a4541b39421.tar.gz stackrpms-71f0dcf000c2463d059ad89699712a4541b39421.tar.bz2 stackrpms-71f0dcf000c2463d059ad89699712a4541b39421.zip |
Merge branch 'palemoon-bump' into 'master'
Palemoon 28.3.0
See merge request bgstack15/stackrpms!27
-rw-r--r-- | palemoon/palemoon.spec | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/palemoon/palemoon.spec b/palemoon/palemoon.spec index e3ba5cf..daa7607 100644 --- a/palemoon/palemoon.spec +++ b/palemoon/palemoon.spec @@ -27,7 +27,7 @@ %endif Name: palemoon -Version: 28.2.2 +Version: 28.3.0 Release: 1 Summary: Pale Moon web browser @@ -85,8 +85,6 @@ and themes to make the browser truly your own. %{__cp} %{SOURCE1} ./.mozconfig %build -# when version < 28.0.0 it needed gcc 4.9 -#source /usr/bin/gcc49 %if "%{?scl_env}" != "" thispwd=$( pwd ) scl enable %{scl_env} /bin/bash << EOF @@ -237,6 +235,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %doc AUTHORS LICENSE %changelog +* Tue Jan 15 2019 B Stack <bgstack15@gmail.com> 28.3.0-1 +- update version + * Mon Dec 10 2018 B Stack <bgstack15@gmail.com> 28.2.2-1 - update version |