Accepting request 311442 from editors
- Make Perl support dynamic bsc#804070 OBS-URL: https://build.opensuse.org/request/show/311442 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vim?expand=0&rev=156
This commit is contained in:
commit
26b68c4de0
@ -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
|
||||
|
||||
|
6
vim.spec
6
vim.spec
@ -94,8 +94,6 @@ Patch21: %{name}-7.3-filetype_changes.patch
|
||||
Patch22: %{name}-7.4-filetype_mine.patch
|
||||
Patch100: vim-7.1.314-CVE-2009-0316-debian.patch
|
||||
Patch101: vim73-no-static-libpython.patch
|
||||
%{perl_requires}
|
||||
%{?libperl_requires}
|
||||
|
||||
%description
|
||||
Vim (Vi IMproved) is an almost compatible version of the UNIX editor
|
||||
@ -143,8 +141,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 +192,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"
|
||||
|
Loading…
Reference in New Issue
Block a user