Hello community,

here is the log from the commit of package neovim for openSUSE:Factory checked 
in at 2018-12-21 08:22:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/neovim (Old)
 and      /work/SRC/openSUSE:Factory/.neovim.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "neovim"

Fri Dec 21 08:22:34 2018 rev:19 rq:660297 version:0.3.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/neovim/neovim.changes    2018-12-07 
14:34:59.295101825 +0100
+++ /work/SRC/openSUSE:Factory/.neovim.new.28833/neovim.changes 2018-12-21 
08:22:36.569503116 +0100
@@ -1,0 +2,9 @@
+Thu Dec 20 00:11:35 UTC 2018 - Matej Cepl <[email protected]>
+
+- Add to the system-wide configuration file extension of runtimepath by
+  /usr/share/vim/site, so that neovim uses other Vim plugins installed
+  from packages.
+- Add /usr/share/vim/site tree of directories to be owned by neovim as
+  well.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ neovim.spec ++++++
--- /var/tmp/diff_new_pack.suhTQh/_old  2018-12-21 08:22:37.181502543 +0100
+++ /var/tmp/diff_new_pack.suhTQh/_new  2018-12-21 08:22:37.181502543 +0100
@@ -82,6 +82,8 @@
 
 %lang_package
 
+%define vimplugin_dir %{_datadir}/vim/site
+
 %prep
 %setup -q
 %patch0 -p1
@@ -120,6 +122,9 @@
 
 %suse_update_desktop_file -r nvim ConsoleOnly Application Utility TextEditor
 
+# vim/site directories for plugins shared with vim
+mkdir -p 
%{buildroot}%{vimplugin_dir}/{after,after/syntax,autoload,colors,doc,ftdetect,plugin,syntax}
+
 %fdupes %{buildroot}%{_datadir}/
 %find_lang nvim
 
@@ -145,6 +150,16 @@
 %{_mandir}/man1/nvim.1%{?ext_man}
 %dir %{_sysconfdir}/nvim
 %config(noreplace) %{_sysconfdir}/nvim/sysinit.vim
+%dir %{_datadir}/vim
+%dir %{vimplugin_dir}/
+%dir %{vimplugin_dir}/after
+%dir %{vimplugin_dir}/after/syntax
+%dir %{vimplugin_dir}/autoload
+%dir %{vimplugin_dir}/colors
+%dir %{vimplugin_dir}/doc
+%dir %{vimplugin_dir}/ftdetect
+%dir %{vimplugin_dir}/plugin
+%dir %{vimplugin_dir}/syntax
 
 %files lang -f nvim.lang
 

++++++ sysinit.vim ++++++
--- /var/tmp/diff_new_pack.suhTQh/_old  2018-12-21 08:22:37.253502475 +0100
+++ /var/tmp/diff_new_pack.suhTQh/_new  2018-12-21 08:22:37.257502471 +0100
@@ -1,3 +1,6 @@
+" In order for neovim to use installed plugins shared with vim
+set runtimepath+=/usr/share/vim/site
+
 augroup Fedora
   autocmd!
   " RPM spec file template


Reply via email to