- Make Perl support dynamic bsc#804070

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=271
This commit is contained in:
Ismail Dönmez 2015-06-10 12:03:04 +00:00 committed by Git OBS Bridge
parent da796f1edd
commit 940865c1a9
2 changed files with 6 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jun 10 12:02:06 UTC 2015 - idonmez@suse.com
- Make Perl support dynamic bsc#804070
-------------------------------------------------------------------
Fri May 22 09:06:09 UTC 2015 - idonmez@suse.com

View File

@ -143,8 +143,6 @@ Obsoletes: gvim-enhanced < %{version}-%{release}
Provides: gvim_client
Provides: vi
Provides: vim_client
%{perl_requires}
%{?libperl_requires}
%description -n gvim
Copy and modify /usr/share/vim/current/gvimrc to ~/.gvimrc if needed.
@ -196,7 +194,7 @@ export COMMON_OPTIONS="\
%endif
--with-global-runtime=%{site_runtimepath} \
--enable-luainterp=dynamic \
--enable-perlinterp=yes \
--enable-perlinterp=dynamic \
--enable-pythoninterp=dynamic \
--enable-python3interp=dynamic \
--enable-rubyinterp=dynamic"