Accepting request 400010 from home:elvigia:branches:editors

- 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/400010
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=369
This commit is contained in:
Ismail Dönmez 2016-06-03 17:19:43 +00:00 committed by Git OBS Bridge
parent be526bb457
commit 79053c4a8d
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
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

View File

@ -49,6 +49,7 @@ BuildRequires: update-desktop-files
BuildRoot: %{_tmppath}/%{name}-%{version}-build
PreReq: fileutils
PreReq: sh-utils
%{?libperl_requires}
Provides: vi
Provides: vim-base = %{version}-%{release}
Provides: vim-enhanced = %{version}-%{release}