commit vim for openSUSE:Factory
Hello community, here is the log from the commit of package vim for openSUSE:Factory checked in at 2014-02-26 06:55:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2014-02-09 13:18:09.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.vim.new/vim.changes 2014-02-26 06:55:49.000000000 +0100 @@ -1,0 +2,38 @@ +Tue Feb 25 09:56:21 UTC 2014 - idonmez@suse.com + +- Updated to revision 192, fixes the following problems + * Warning for type-punned pointer. (Tony Mechelynck) + * Older Python versions don't support %ld. + * When using 'pastetoggle' the status lines are not updated. (Samuel + Ferencik, Jan Christoph Ebersbach) + * Building with mzscheme and racket does not work. (David Chimay) + * match() does not work properly with a {count} argument. + * Clang gives warnings. + * Insert in Visual mode sometimes gives incorrect results. (Dominique Pelle) + * Delete that crosses line break splits multi-byte character. + * SIZEOF_LONG clashes with similar defines in header files. + * Compiler warning for unused argument. + * Compiler warning for using %lld for off_t. + * Escaping a file name for shell commands can't be done without a function. + * Memory leak when giving E853. +- Disable test87 until python 3.4 is fixed (http://bugs.python.org/issue20763) + +------------------------------------------------------------------- +Wed Feb 12 09:34:44 UTC 2014 - idonmez@suse.com + +- Updated to revision 178, fixes the following problems + * Some help tags don't work with ":help". (Tim Chase) + * Redo does not set v:count and v:count1. + * The blowfish code mentions output feedback, but the code is + actually doing cipher feedback. + * When using scrollbind the cursor can end up below the last line. + (mvxxc) + * Compiler warnings for Python interface. (Tony Mechelynck) + * When a wide library function fails, falling back to the non-wide + function may do the wrong thing. + * Dictionary.update() thows an error when used without arguments. + Python programmers don't expect that. + * Compiler warning for unused variable. (Tony Mechelynck) + * The J command does not update '[ and '] marks. (William Gardner) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ vim.spec ++++++ --- /var/tmp/diff_new_pack.rogHqm/_old 2014-02-26 06:55:50.000000000 +0100 +++ /var/tmp/diff_new_pack.rogHqm/_new 2014-02-26 06:55:50.000000000 +0100 @@ -17,7 +17,7 @@ %define pkg_version 7.4 -%define official_ptchlvl 169 +%define official_ptchlvl 192 %define VIM_SUBDIR vim74 %define site_runtimepath /usr/share/vim/site %define make make VIMRCLOC=/etc VIMRUNTIMEDIR=/usr/share/vim/current MAKE="make -e" %{?_smp_mflags} @@ -350,7 +350,8 @@ %check # Look for "TEST FAILURE" in the build log -# Currently all tests pass +# http://bugs.python.org/issue20763 +rm ./src/testdir/test87.* make test %files ++++++ vim-7.4-patches.tar.bz2 ++++++ ++++ 4297 lines of diff (skipped) -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de