- 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
This commit is contained in:
Ismail Dönmez 2016-09-06 08:13:36 +00:00 committed by Git OBS Bridge
parent 53d19f03d2
commit 4d7485b5f9
4 changed files with 56 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6feb2a6952257da800a9fa37112b54bc1209bf9eda338f8923e3d426bdb22de2
size 12905809

3
v7.4.2334.tar.gz Normal file
View File

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

View File

@ -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

View File

@ -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}