Accepting request 642206 from home:mimi_vx:branches:editors

- Updated to revision 479, fixes the following problems
  * resolve() was not tested with a symlink cycle.
  * Checking for empty quickfix stack is not consistent.
  * Running test hangs when the input file is being edited.
  * Win32 console: key mappings don't work.
  * Ml_get error and crash when using "do".
  * Test_executable fails when there is a dog in the system.
  * assert_fails() does not take a message argument
  * Quickfix code uses too many /* */ comments.
  * When using ConPTY Vim can be a child process.
  * "simalt ~x" in .vimrc blocks swap file prompt.
  * Client-server test fails.
  * Autocmd test fails.
  * Too often indexing in qf_lists[].
  * Pointer ownership around fname_expand() is unclear.
  * Some tests are flaky or fail on some systems.
  * Dosinst command has a few flaws.
  * User doesn't notice file does not exist when swap file does.
  * Directory where if_perl.c is written is inconsistent.
  * Memory not freed on exit when quit in autocmd.
  * Memory leaks in test_escaped_glob.
  * Tiny build fails.
  * Failure when setting 'varsofttabstop' to end in a comma.

OBS-URL: https://build.opensuse.org/request/show/642206
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=524
This commit is contained in:
Ismail Dönmez 2018-10-16 08:06:49 +00:00 committed by Git OBS Bridge
parent 0bb75c6e3e
commit c156975c07
4 changed files with 31 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2e12faa519053930f93b43fba8d4294cbb88e9a611b89b0456439a282659eb5a
size 13855457

3
vim-8.1.0479.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:934386069b6b91343daa6865153fdf392c42cab1a46098138e85078b0400bdb7
size 13858493

View File

@ -1,3 +1,30 @@
-------------------------------------------------------------------
Tue Oct 16 07:19:18 UTC 2018 - Ondřej Súkup <mimi.vx@gmail.com>
- Updated to revision 479, fixes the following problems
* resolve() was not tested with a symlink cycle.
* Checking for empty quickfix stack is not consistent.
* Running test hangs when the input file is being edited.
* Win32 console: key mappings don't work.
* Ml_get error and crash when using "do".
* Test_executable fails when there is a dog in the system.
* assert_fails() does not take a message argument
* Quickfix code uses too many /* */ comments.
* When using ConPTY Vim can be a child process.
* "simalt ~x" in .vimrc blocks swap file prompt.
* Client-server test fails.
* Autocmd test fails.
* Too often indexing in qf_lists[].
* Pointer ownership around fname_expand() is unclear.
* Some tests are flaky or fail on some systems.
* Dosinst command has a few flaws.
* User doesn't notice file does not exist when swap file does.
* Directory where if_perl.c is written is inconsistent.
* Memory not freed on exit when quit in autocmd.
* Memory leaks in test_escaped_glob.
* Tiny build fails.
* Failure when setting 'varsofttabstop' to end in a comma.
-------------------------------------------------------------------
Fri Oct 5 17:56:36 UTC 2018 - Ondřej Súkup <mimi.vx@gmail.com>

View File

@ -17,7 +17,7 @@
%define pkg_version 8.1
%define patchlevel 0451
%define patchlevel 0479
%define patchlevel_compact %{patchlevel}
%define VIM_SUBDIR vim81
%define site_runtimepath %{_datadir}/vim/site