Accepting request 400020 from editors
- Link to perl directly instead of dlopen'ing it. - vim must require %{?libperl_requires}, if perl is not updated with vim in lockstep, the following error occurs: vim: error while loading shared libraries: libperl.so and the program stops working. (boo#982869) OBS-URL: https://build.opensuse.org/request/show/400020 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vim?expand=0&rev=175
This commit is contained in:
commit
527863ff70
14
vim.changes
14
vim.changes
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jun 3 18:54:57 UTC 2016 - idonmez@suse.com
|
||||||
|
|
||||||
|
- Link to perl directly instead of dlopen'ing it.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jun 3 15:38:50 UTC 2016 - crrodriguez@opensuse.org
|
||||||
|
|
||||||
|
- vim must require %{?libperl_requires}, if perl is not
|
||||||
|
updated with vim in lockstep, the following error
|
||||||
|
occurs:
|
||||||
|
vim: error while loading shared libraries: libperl.so
|
||||||
|
and the program stops working. (boo#982869)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jun 3 09:55:54 UTC 2016 - idonmez@suse.com
|
Fri Jun 3 09:55:54 UTC 2016 - idonmez@suse.com
|
||||||
|
|
||||||
|
3
vim.spec
3
vim.spec
@ -49,6 +49,7 @@ BuildRequires: update-desktop-files
|
|||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
PreReq: fileutils
|
PreReq: fileutils
|
||||||
PreReq: sh-utils
|
PreReq: sh-utils
|
||||||
|
%{?libperl_requires}
|
||||||
Provides: vi
|
Provides: vi
|
||||||
Provides: vim-base = %{version}-%{release}
|
Provides: vim-base = %{version}-%{release}
|
||||||
Provides: vim-enhanced = %{version}-%{release}
|
Provides: vim-enhanced = %{version}-%{release}
|
||||||
@ -186,7 +187,7 @@ export COMMON_OPTIONS="\
|
|||||||
%endif
|
%endif
|
||||||
--with-global-runtime=%{site_runtimepath} \
|
--with-global-runtime=%{site_runtimepath} \
|
||||||
--enable-luainterp=dynamic \
|
--enable-luainterp=dynamic \
|
||||||
--enable-perlinterp=dynamic \
|
--enable-perlinterp=yes \
|
||||||
--enable-pythoninterp=dynamic \
|
--enable-pythoninterp=dynamic \
|
||||||
--enable-python3interp=dynamic \
|
--enable-python3interp=dynamic \
|
||||||
--enable-rubyinterp=dynamic"
|
--enable-rubyinterp=dynamic"
|
||||||
|
Loading…
Reference in New Issue
Block a user