diff --git a/vim-8.1.1137.tar.gz b/vim-8.1.1137.tar.gz deleted file mode 100644 index f0ef86b..0000000 --- a/vim-8.1.1137.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0d809e2f870ba2abeb35727442c3df461dddde7016b0128d57b300eac300e4a9 -size 14134465 diff --git a/vim-8.1.1198.tar.gz b/vim-8.1.1198.tar.gz new file mode 100644 index 0000000..0bda614 --- /dev/null +++ b/vim-8.1.1198.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cf3d44ed3d89bc430e56a5066fbe412faa3e9f177f0e567ae1da2a0092b3826 +size 14145762 diff --git a/vim.changes b/vim.changes index 5c190e7..5844f87 100644 --- a/vim.changes +++ b/vim.changes @@ -1,3 +1,66 @@ +------------------------------------------------------------------- +Tue Apr 23 10:08:12 UTC 2019 - Ondřej Súkup + +- Updated to version 8.1.1198, fixes the following problems + * Xterm mouse wheel escape sequence is not tested. + * Plugins don't get notified when the popup menu changes. + * No test for what is fixed in patch 8.1.0716. + * Not easy to find out what neighbors a window has. + * Terminal winpos test fails with very large terminal. (Dominique Pelle) + * No test for dragging the window separators with the mouse. + * May pass weird strings to file name expansion. + * Too strict checking of the 'spellfile' option. + * Compiler warning for unused function. (Tony Mechelynck) + * Desktop file translations are requiring manual updates. + * CTRL-L with 'incsearch' does not pick up char under cursor. (Smylers) + * Building desktop files fails with older msgfmt. + * Generating desktop files not tested on Travis. + * Build fails when using shadow directory. + * Msgfmt complains about missing LINGUAS file. (Tony Mechelynck) + * Getting a newer msgfmt on Travis is too complicated. + * Termcodes tests can be improved. + * Unicode emoji and other image characters not recognized. + * Unicode tables are out of date. + * Json encoded string is sometimes missing the final NUL. + * Termcodes test would fail in a very big terminal. + * Unreachable code. + * Incorrect coverage information; typo in color name. + * Codecov does not report all the coverage information. + * Gettitle test is failing when server name differs. (Kenta Sato) + * No test for mouse clicks in the terminal tabpage line. + * Gettitle test can still fail when another Vim is running. + * No test for closing tab by click in tabline. + * Not all screen update code of the terminal window is executed in tests. + * Writing coverage info in a separate dir is not needed. + * Terminal ANSI color test does not cover all colors. + * Statusline test could fail in large terminal. + * Cursor properties were not fully tested. + * Suspend test has duplicated lines. + * No test for dragging a tab with the mouse and for creating a new tab by + double clicking in the tabline. + * Test for dragging a tab is flaky. + * .ts files are recognized as xml, while typescript is more common. + * When mouse click tests fails value of 'ttytype' is unknown. + * No test for mouse clicks in the fold column. + * Vim script debugger tests are old style. + * Tests for mouse clicks are a bit flaky when run in an interactive terminal. + * Some function prototypes are outdated. + * Typos in VisVim comments. + * Undo file left behind after running test. + * Mapping for CTRL-X is inconsistent. + * readdir() allocates list twice. + * Cannot recognize Pipfile. + * Not all Vim variables require the v: prefix. + * Mode is not cleared when leaving Insert mode. + * has('vimscript-3') does not work. + * Not all debug commands are covered by a test. + * Mode is not cleared when leaving Insert mode with mapped Esc. + * Typos and small problems in test files. + * Typos and small problems in source files. + * Vim script debugger functionality needs cleanup. + * Parallel build may fail. + * When starting with multiple tabs file messages is confusing. + ------------------------------------------------------------------- Mon Apr 8 08:47:34 UTC 2019 - Ondřej Súkup diff --git a/vim.spec b/vim.spec index 56138af..e62c5d1 100644 --- a/vim.spec +++ b/vim.spec @@ -17,7 +17,7 @@ %define pkg_version 8.1 -%define patchlevel 1137 +%define patchlevel 1198 %define patchlevel_compact %{patchlevel} %define VIM_SUBDIR vim81 %define site_runtimepath %{_datadir}/vim/site