Hello community,

here is the log from the commit of package vim for openSUSE:Factory checked in 
at 2016-06-09 15:54:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/vim (Old)
 and      /work/SRC/openSUSE:Factory/.vim.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "vim"

Changes:
--------
--- /work/SRC/openSUSE:Factory/vim/vim.changes  2016-06-03 16:38:15.000000000 
+0200
+++ /work/SRC/openSUSE:Factory/.vim.new/vim.changes     2016-06-09 
15:54:37.000000000 +0200
@@ -1,0 +2,14 @@
+Fri Jun  3 18:54:57 UTC 2016 - idon...@suse.com
+
+- Link to perl directly instead of dlopen'ing it. 
+
+-------------------------------------------------------------------
+Fri Jun  3 15:38:50 UTC 2016 - crrodrig...@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)
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ vim.spec ++++++
--- /var/tmp/diff_new_pack.CG0FEJ/_old  2016-06-09 15:54:38.000000000 +0200
+++ /var/tmp/diff_new_pack.CG0FEJ/_new  2016-06-09 15:54:38.000000000 +0200
@@ -49,6 +49,7 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 PreReq:         fileutils
 PreReq:         sh-utils
+%{?libperl_requires}
 Provides:       vi
 Provides:       vim-base = %{version}-%{release}
 Provides:       vim-enhanced = %{version}-%{release}
@@ -186,7 +187,7 @@
 %endif
     --with-global-runtime=%{site_runtimepath} \
     --enable-luainterp=dynamic \
-    --enable-perlinterp=dynamic \
+    --enable-perlinterp=yes \
     --enable-pythoninterp=dynamic \
     --enable-python3interp=dynamic \
     --enable-rubyinterp=dynamic"



Reply via email to