From 16be93204ae540c83cb1de16d645069e1b25c5ccb5b3038baa3034879870a699 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Schr=C3=B6der?= Date: Thu, 5 Sep 2013 16:51:36 +0000 Subject: [PATCH] - add libperl_requires OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=159 --- vim.changes | 6 ++++++ vim.spec | 2 ++ 2 files changed, 8 insertions(+) diff --git a/vim.changes b/vim.changes index fd462ad..82f08ba 100644 --- a/vim.changes +++ b/vim.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Sep 5 18:50:28 CEST 2013 - mls@suse.de + +- add libperl_requires, as we link against libperl and thus + need a specific version of perl + ------------------------------------------------------------------- Mon Aug 26 09:15:30 UTC 2013 - idonmez@suse.com diff --git a/vim.spec b/vim.spec index 6e464a5..e440242 100644 --- a/vim.spec +++ b/vim.spec @@ -106,6 +106,7 @@ 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 @@ -156,6 +157,7 @@ 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.