From 4d7485b5f97139c694adb0e6a11f70032f7e09bfd85fa0a17e26e4ac1d0bae03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Tue, 6 Sep 2016 08:13:36 +0000 Subject: [PATCH] - Updated to revision 2334, fixes the following problems * No tests for :undolist and "U" command. * When starting a job that reads from a buffer and reaching the end, the job hangs. * It is not possible to close the "in" part of a channel. * QuickFixCmdPre and QuickFixCmdPost autocommands are not always triggered. * Get warning for deleting autocommand group when the autocommand using the group is scheduled for deletion. (Pavol Juhas) * MS-Windows: some files remain after testing. * Default interface versions for MS-Windows are outdated. * When using "is" the mode isn't always updated. * In a timer callback the timer itself can't be found or stopped. (Thinca) * Marks, writefile and nested function tests are old style. * Default value for 'langremap' is wrong. * Several tests are old style. * Old charsearch test still listed in Makefile. * Crash when doing tabnext in a BufUnload autocmd. (Dominique Pelle) * Accessing freed memory when a timer does not repeat. * Appveyor 64 bit build still using Python 3.4 * Crash when autocommand moves to another tab. (Dominique Pelle) * Crash when deleting an augroup and listing an autocommand. (Dominique Pelle) * No error when deleting an augroup while it's the current one. * Insufficient testing for Normal mode commands. * Channel sort test is flaky. * Normal mode tests fail on MS-Windows. * When 'incsearch' is not set CTRL-T and CTRL-G are not inserted as before. * No way for a system wide vimrc to stop loading defaults.vim. (Christian Hesse) * Redraw problem when using 'incsearch'. OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=380 --- v7.4.2295.tar.gz | 3 --- v7.4.2334.tar.gz | 3 +++ vim.changes | 52 ++++++++++++++++++++++++++++++++++++++++++++++++ vim.spec | 2 +- 4 files changed, 56 insertions(+), 4 deletions(-) delete mode 100644 v7.4.2295.tar.gz create mode 100644 v7.4.2334.tar.gz diff --git a/v7.4.2295.tar.gz b/v7.4.2295.tar.gz deleted file mode 100644 index 55669b4..0000000 --- a/v7.4.2295.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6feb2a6952257da800a9fa37112b54bc1209bf9eda338f8923e3d426bdb22de2 -size 12905809 diff --git a/v7.4.2334.tar.gz b/v7.4.2334.tar.gz new file mode 100644 index 0000000..9de8387 --- /dev/null +++ b/v7.4.2334.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c69e406eef6da4a981f941c9bf663ad97cf470ca1c2ad5b0aed45fc68035d53 +size 12910041 diff --git a/vim.changes b/vim.changes index a511b93..cf40a01 100644 --- a/vim.changes +++ b/vim.changes @@ -1,3 +1,55 @@ +------------------------------------------------------------------- +Tue Sep 6 08:03:40 UTC 2016 - idonmez@suse.com + +- Updated to revision 2334, fixes the following problems + * No tests for :undolist and "U" command. + * When starting a job that reads from a buffer and reaching the end, + the job hangs. + * It is not possible to close the "in" part of a channel. + * QuickFixCmdPre and QuickFixCmdPost autocommands are not always triggered. + * Get warning for deleting autocommand group when the autocommand using + the group is scheduled for deletion. (Pavol Juhas) + * MS-Windows: some files remain after testing. + * Default interface versions for MS-Windows are outdated. + * When using "is" the mode isn't always updated. + * In a timer callback the timer itself can't be found or stopped. (Thinca) + * Marks, writefile and nested function tests are old style. + * Default value for 'langremap' is wrong. + * Several tests are old style. + * Old charsearch test still listed in Makefile. + * Crash when doing tabnext in a BufUnload autocmd. (Dominique Pelle) + * Accessing freed memory when a timer does not repeat. + * Appveyor 64 bit build still using Python 3.4 + * Crash when autocommand moves to another tab. (Dominique Pelle) + * Crash when deleting an augroup and listing an autocommand. + (Dominique Pelle) + * No error when deleting an augroup while it's the current one. + * Insufficient testing for Normal mode commands. + * Channel sort test is flaky. + * Normal mode tests fail on MS-Windows. + * When 'incsearch' is not set CTRL-T and CTRL-G are not inserted as before. + * No way for a system wide vimrc to stop loading defaults.vim. + (Christian Hesse) + * Redraw problem when using 'incsearch'. + * When a test is commented out we forget about it. + * Access memory beyond the end of the line. (Dominique Pelle) + * Using freed memory when using 'formatexpr'. (Dominique Pelle) + * Crash when editing a new buffer and BufUnload autocommand wipes out the + new buffer. (Norio Takagi) + * Tiny build fails. + * Illegal memory access when Visual selection starts in invalid + position. (Dominique Pelle) + * Freeing a variable that is on the stack. + * Crash when BufWinLeave autocmd goes to another tab page. (Hirohito Higashi) + * Error for min() and max() contains %s. (Nikolay Pavlov) + * Coverity complains about not checking curwin to be NULL. + * Using CTRL-X CTRL-V to complete a command line from Insert mode does + not work after entering an expression on the command line. + * Crash when stop_timer() is called in a callback of a callback. Vim hangs + when the timer callback uses too much time. + * Outdated comments in test. + * On MS-Windows test_getcwd leaves Xtopdir behind. + ------------------------------------------------------------------- Wed Aug 31 06:44:36 UTC 2016 - idonmez@suse.com diff --git a/vim.spec b/vim.spec index 5312d76..c00db32 100644 --- a/vim.spec +++ b/vim.spec @@ -17,7 +17,7 @@ %define pkg_version 7.4 -%define patchlevel 2295 +%define patchlevel 2334 %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}