Hello community,

here is the log from the commit of package vim for openSUSE:Factory checked in 
at 2019-12-16 15:18:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/vim (Old)
 and      /work/SRC/openSUSE:Factory/.vim.new.4691 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "vim"

Mon Dec 16 15:18:58 2019 rev:247 rq:756787 version:8.2.0000

Changes:
--------
--- /work/SRC/openSUSE:Factory/vim/vim.changes  2019-12-07 15:15:36.259794006 
+0100
+++ /work/SRC/openSUSE:Factory/.vim.new.4691/vim.changes        2019-12-16 
15:19:01.895172571 +0100
@@ -1,0 +2,19 @@
+Fri Dec 13 11:05:45 UTC 2019 - Ondřej Súkup <[email protected]>
+
+- Update to version 8.2.0000
+ * make depend" does not work correctly for libvterm.
+ * Crash when calling popup_close() in win_execute()
+ * With a long file name the hit-enter prompt appears.
+ * bufnr('$') is wrong after recycling popup buffer.
+ * loading menus sets v:errmsg.
+ * popup menu flickers if an info popup is used.
+ * Crash when evaluating expression with error.
+ * Function argument copied unnecessarily.
+ * syntax menu and build instructions outdated.
+ * matchadd_conceal test fails under valgrind.
+ * :cexpr does not handle | in expression.
+ * Use // comments where appropriate.
+ * 'wincolor' is not used for 'listchars'.
+ * Opening cmdline window with feedkeys() does not work.
+
+-------------------------------------------------------------------

Old:
----
  vim-8.1.2383.tar.gz

New:
----
  vim-8.2.0000.tar.gz

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

Other differences:
------------------
++++++ vim.spec ++++++
--- /var/tmp/diff_new_pack.Y6Itmw/_old  2019-12-16 15:19:02.999172110 +0100
+++ /var/tmp/diff_new_pack.Y6Itmw/_new  2019-12-16 15:19:03.003172109 +0100
@@ -16,10 +16,10 @@
 #
 
 
-%define pkg_version 8.1
-%define patchlevel 2383
+%define pkg_version 8.2
+%define patchlevel 0000
 %define patchlevel_compact %{patchlevel}
-%define VIM_SUBDIR vim81
+%define VIM_SUBDIR vim82
 %define site_runtimepath %{_datadir}/vim/site
 %define make make VIMRCLOC=%{_sysconfdir} 
VIMRUNTIMEDIR=%{_datadir}/vim/current MAKE="make -e" %{?_smp_mflags}
 %bcond_without python2
@@ -90,7 +90,7 @@
 Requires(post): update-alternatives
 Requires(postun): update-alternatives
 Recommends:     vim-data = %{version}-%{release}
-Conflicts:      vim-base < 8.1
+Conflicts:      vim-base < 8.2
 Provides:       vi
 Provides:       vim-base = %{version}-%{release}
 Provides:       vim-enhanced = %{version}-%{release}
@@ -138,7 +138,7 @@
 Requires:       vim-data = %{version}-%{release}
 Requires(post): update-alternatives
 Requires(postun): update-alternatives
-Conflicts:      gvim < 8.1
+Conflicts:      gvim < 8.2
 Provides:       gvim-base = %{version}-%{release}
 Provides:       gvim-enhanced = %{version}-%{release}
 Obsoletes:      gvim-base < %{version}-%{release}
@@ -356,8 +356,8 @@
 %fdupes -s %{buildroot}%{_datadir}/vim/%{VIM_SUBDIR}/tutor
 %fdupes -s %{buildroot}%{_datadir}/vim/%{VIM_SUBDIR}/ftplugin
 
-sed -i "s@%{_bindir}/env perl@%{_bindir}/perl@" 
%{buildroot}%{_datadir}/vim/vim81/tools/*.pl
-sed -i "s@%{_bindir}/env perl@%{_bindir}/perl@" 
%{buildroot}%{_datadir}/vim/vim81/doc/vim2html.pl
+sed -i "s@%{_bindir}/env perl@%{_bindir}/perl@" 
%{buildroot}%{_datadir}/vim/%{VIM_SUBDIR}/tools/*.pl
+sed -i "s@%{_bindir}/env perl@%{_bindir}/perl@" 
%{buildroot}%{_datadir}/vim/%{VIM_SUBDIR}/doc/vim2html.pl
 
 %check
 # vim does quite an extensive test relying on a full fledged terminal







++++++ vim-8.1.2383.tar.gz -> vim-8.2.0000.tar.gz ++++++
/work/SRC/openSUSE:Factory/vim/vim-8.1.2383.tar.gz 
/work/SRC/openSUSE:Factory/.vim.new.4691/vim-8.2.0000.tar.gz differ: char 24, 
line 1

++++++ vim-changelog.sh ++++++
--- /var/tmp/diff_new_pack.Y6Itmw/_old  2019-12-16 15:19:03.199172028 +0100
+++ /var/tmp/diff_new_pack.Y6Itmw/_new  2019-12-16 15:19:03.203172025 +0100
@@ -1,7 +1,7 @@
 #!/usr/bin/env zsh
 
 directory=http://ftp.vim.org/pub/vim/patches
-version=8.1
+version=8.2
 
 echo "Updated to version $version.$(echo $2 | sed 's/^*//'), fixes the 
following problems"
 for i in {$1..$2}; do


Reply via email to