Hello community, here is the log from the commit of package vim for openSUSE:Factory checked in at 2020-07-02 23:55:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/vim (Old) and /work/SRC/openSUSE:Factory/.vim.new.3060 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "vim" Thu Jul 2 23:55:53 2020 rev:263 rq:818077 version:8.2.0701 Changes: -------- --- /work/SRC/openSUSE:Factory/vim/vim.changes 2020-06-25 16:46:52.368861309 +0200 +++ /work/SRC/openSUSE:Factory/.vim.new.3060/vim.changes 2020-07-02 23:56:24.376886383 +0200 @@ -1,0 +2,7 @@ +Tue Jun 30 15:14:06 UTC 2020 - Ludwig Nussel <[email protected]> + +- stop owning /etc/vimrc so the old, distro provided config actually + gets removed. Leaving it around leads to a duplicated autocmd for + *.spec, leading to spec file template inserted twice. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ vim.spec ++++++ --- /var/tmp/diff_new_pack.DJ1o8s/_old 2020-07-02 23:56:29.592903674 +0200 +++ /var/tmp/diff_new_pack.DJ1o8s/_new 2020-07-02 23:56:29.592903674 +0200 @@ -331,7 +331,7 @@ # additional files install -D -m 0644 %{SOURCE3} %{buildroot}%{_datadir}/vim/current/suse.vimrc -install -D -m 0644 /dev/null %{buildroot}%{_sysconfdir}/vimrc +#install -D -m 0644 /dev/null %{buildroot}%{_sysconfdir}/vimrc install -D -m 0644 %{SOURCE8} %{buildroot}%{_sysconfdir}/gvimrc # create site wide runtime directory @@ -545,7 +545,11 @@ %{_datadir}/vim/%{VIM_SUBDIR}/tutor/* %files data-common -%ghost %config(noreplace) %{_sysconfdir}/vimrc +# we can't currently own /etc/vimrc. If we keep owning it, an +# existing, unmodified vimrc would not be removed. That results in a +# duplicated definition of SKEL_spec(). +# see also https://github.com/rpm-software-management/rpm/issues/1296 +#%ghost %config(noreplace) %{_sysconfdir}/vimrc %{_datadir}/vim/current %dir %{_datadir}/vim/ %dir %{_datadir}/vim/%{VIM_SUBDIR}/
