Hello community,

here is the log from the commit of package vim for openSUSE:Factory checked in 
at 2016-11-22 18:55:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-11-15 17:53:30.000000000 
+0100
+++ /work/SRC/openSUSE:Factory/.vim.new/vim.changes     2016-11-22 
18:55:51.000000000 +0100
@@ -1,0 +2,67 @@
+Mon Nov 21 16:01:17 UTC 2016 - [email protected]
+
+- Export "TERM=linux" before running the test suite: vim does quite
+  an extensive test relying on a full fledged terminal inside OBS,
+  stdio is redirected to a serial console (where the build log is
+  being recorded/extracted. Systemd set non-local tty by default to
+  vt220 in upcoming versions (which the vi test suite fails to
+  run on; this should be considered a vim bug).
+
+-------------------------------------------------------------------
+Fri Nov 18 08:47:34 UTC 2016 - [email protected]
+
+- Updated to revision 92, fixes the following problems
+  * Using NUL instead of NULL.
+  * Crash when using the preview window from an unnamed buffer. (lifepillar)
+  * On Windows job_stop() stops cmd.exe, not the processes it runs. (Linwei)
+  * When a match ends in part of concealed text highlighting, it might mess
+  up concealing by resetting prev_syntax_id.
+  * An exiting job is detected with a large latency.
+  * New code for job_stop() breaks channel test on AppVeyor.
+  * Conceal test passes even without the bug fix.
+  * No test for what 8.0.0047 fixes.
+  * On Windows job_stop() stops cmd.exe, not the processes it runs. (Linwei)
+  * Minor comment and style deficiencies.
+  * When setting 'filetype' there is no check for a valid name.
+  * Tests fail without the 'keymap' features.
+  * Positioning of the popup menu is not good.
+  * Vim does not build on VMS systems.
+  * When using an Ex command for 'keywordprg' it is escaped as with a shell
+  command. (Romain Lafourcade)
+  * Compiler warning for unused variable.
+  * No digraph for HORIZONTAL ELLIPSIS.
+  * Compiler warning for comparing with unsigned. (Zoltan Arpadffy)
+  * Normal test fails on MS-Windows.
+  * Compiler warning for unused function in tiny build. (Tony Mechelynck)
+  * when calling an operator function when 'linebreak' is set, it is internally
+  reset before calling the operator function.
+  * VMS has a problem with infinity.
+  * Checking did_throw after executing autocommands is wrong. (Daniel Hahler)
+  * Compiler warning for self-comparison.
+  * Tests referred in Makefile that no longer exist.
+  * Exit value from a shell command is wrong. (Hexchain Tong)
+  * MS-Windows: Crash with long font name. (Henry Hu)
+  * More comparisons between firstwin and lastwin.
+  * Cannot make Vim fail on an internal error.
+  * Using number for exception type lacks type checking.
+  * Channel log has double parens ()().
+  * The GUI code is not tested by Travis.
+  * Accessing freed memory in quickfix.
+  * Accessing freed memory in quickfix. (Domenique Pelle)
+  * The OS X build fails on Travis.
+  * Inconsistent function names.
+  * Extension for configure should be ".ac".
+  * Using freed memory with win_getid(). (Domenique Pelle)
+  * Using freed memory when adding to a quickfix list. (Domenique Pelle)
+  * Using freed memory with recursive function call. (Dominique Pelle)
+  * Cannot add a comment after ":hide". (Norio Takagi)
+  * When the channel callback gets job info the job may already have been
+  deleted. (lifepillar)
+  * When a test fails in Setup or Teardown the problem is not reported.
+  * Various problems with GTK 3.22.2.
+  * Cursor moved after last character when using 'breakindent'.
+  * Test_help_complete sometimes fails in MS-Windows console.
+  * C indenting does not support nested namespaces that C++ 17 has.
+- Drop bsc-1008800.patch, fixed upstream. 
+
+-------------------------------------------------------------------

Old:
----
  bsc-1008800.patch
  v8.0.0045.tar.gz

New:
----
  v8.0.0092.tar.gz

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

Other differences:
------------------
++++++ vim.spec ++++++
--- /var/tmp/diff_new_pack.Wrn7xO/_old  2016-11-22 18:55:53.000000000 +0100
+++ /var/tmp/diff_new_pack.Wrn7xO/_new  2016-11-22 18:55:53.000000000 +0100
@@ -17,8 +17,8 @@
 
 
 %define pkg_version 8.0
-%define patchlevel  0045
-%define patchlevel_compact 45
+%define patchlevel  0092
+%define patchlevel_compact 92
 %define VIM_SUBDIR vim80
 %define site_runtimepath /usr/share/vim/site
 %define make make VIMRCLOC=/etc VIMRUNTIMEDIR=/usr/share/vim/current 
MAKE="make -e" %{?_smp_mflags}
@@ -92,7 +92,6 @@
 Patch18:        %{name}-7.3-filetype_spec.patch
 Patch21:        %{name}-7.3-filetype_changes.patch
 Patch22:        %{name}-7.4-filetype_mine.patch
-Patch23:        bsc-1008800.patch
 Patch100:       vim73-no-static-libpython.patch
 
 %description
@@ -167,7 +166,6 @@
 %patch18 -p1
 %patch21 -p1
 %patch22 -p1
-%patch23 -p1
 %patch100 -p1
 cp %{SOURCE3} %{SOURCE4} %{SOURCE5} %{SOURCE8} %{SOURCE10} .
 
@@ -332,6 +330,11 @@
 %fdupes -s %{buildroot}%{_datadir}/vim/%{VIM_SUBDIR}/ftplugin
 
 %check
+# vim does quite an extensive test relying on a full fledged terminal
+# inside OBS, stdio is redirected to a serial console (where the build log
+# is being recorded/extracted. Systemd set non-local tty by default to vt220
+# in upcoming versions
+export TERM=linux
 # Reset the terminal scrolling region left behind by the testsuite
 trap "printf '\e[r'" EXIT
 # Look for "TEST FAILURE" in the build log


++++++ v8.0.0045.tar.gz -> v8.0.0092.tar.gz ++++++
/work/SRC/openSUSE:Factory/vim/v8.0.0045.tar.gz 
/work/SRC/openSUSE:Factory/.vim.new/v8.0.0092.tar.gz differ: char 26, line 1

++++++ vim73-no-static-libpython.patch ++++++
--- /var/tmp/diff_new_pack.Wrn7xO/_old  2016-11-22 18:55:53.000000000 +0100
+++ /var/tmp/diff_new_pack.Wrn7xO/_new  2016-11-22 18:55:53.000000000 +0100
@@ -1,7 +1,7 @@
-Index: vim-8.0.0000/src/configure.in
+Index: vim-8.0.0092/src/configure.ac
 ===================================================================
---- vim-8.0.0000.orig/src/configure.in
-+++ vim-8.0.0000/src/configure.in
+--- vim-8.0.0092.orig/src/configure.ac
++++ vim-8.0.0092/src/configure.ac
 @@ -1203,7 +1203,7 @@ eof
              if test "${vi_cv_var_python_version}" = "1.4"; then
                  vi_cv_path_python_plibs="${PYTHON_CONFDIR}/libModules.a 
${PYTHON_CONFDIR}/libPython.a ${PYTHON_CONFDIR}/libObjects.a 
${PYTHON_CONFDIR}/libParser.a"


Reply via email to