- Bump priorities so we can upgrade from 12.3

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=444
This commit is contained in:
Ismail Dönmez 2017-06-19 10:58:08 +00:00 committed by Git OBS Bridge
parent 00ed5ea980
commit 5596a0eb48
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jun 19 10:57:45 UTC 2017 - idonmez@suse.com
- Bump priorities so we can upgrade from 12.3
-------------------------------------------------------------------
Tue Jun 6 10:22:14 UTC 2017 - idonmez@suse.com

View File

@ -336,7 +336,7 @@ trap "printf '\e[r'" EXIT
LC_ALL=en_US.UTF-8 make test
%post
%{_sbindir}/update-alternatives --install %{_bindir}/vim vim %{_bindir}/vim-nox11 10
%{_sbindir}/update-alternatives --install %{_bindir}/vim vim %{_bindir}/vim-nox11 20
%postun
if [ ! -e %{_bindir}/vim-nox11 ] ; then
@ -344,7 +344,7 @@ if [ ! -e %{_bindir}/vim-nox11 ] ; then
fi
%post -n gvim
%{_sbindir}/update-alternatives --install %{_bindir}/vim vim %{_bindir}/gvim 20
%{_sbindir}/update-alternatives --install %{_bindir}/vim vim %{_bindir}/gvim 30
%icon_theme_cache_post
%postun -n gvim