Accepting request 319227 from editors

- Updated to revision 803, fixes the following problems
  * Repeating a change in Visual mode does not work as expected. (Urtica Dioica)
  * Accessing memory before an allocated block.
  * Using freed memory when triggering CmdUndefined autocommands.
  * Test for ":diffoff" doesn't catch all potential problems.
  * Using "A" in Visual mode while 'linebreak' is set is not tested.
  * C indent does not support C11 raw strings. (Mark Lodato) 

- Updated to revision 797, fixes the following problems
  * Using freed memory and crash. (Dominique Pellej)
  * Test fails when the autochdir feature is not available.
    Test output contains the test script.
  * The buffer list can be very long.
  * Can only conceal text by defining syntax items.
  * Can't specify when not to ring the bell.
  * The 'fixeol' option is not copied to a new window.
  * Warning from 64 bit compiler.
  * Crash when using more lines for the command line than 'maxcombine'.

OBS-URL: https://build.opensuse.org/request/show/319227
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vim?expand=0&rev=159
This commit is contained in:
Dominique Leuenberger 2015-08-10 07:11:11 +00:00 committed by Git OBS Bridge
commit 42d63c6c24
4 changed files with 29 additions and 4 deletions

View File

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

3
v7-4-803.tar.gz Normal file
View File

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

View File

@ -1,3 +1,28 @@
-------------------------------------------------------------------
Wed Jul 29 08:55:32 UTC 2015 - idonmez@suse.com
- Updated to revision 803, fixes the following problems
* Repeating a change in Visual mode does not work as expected. (Urtica Dioica)
* Accessing memory before an allocated block.
* Using freed memory when triggering CmdUndefined autocommands.
* Test for ":diffoff" doesn't catch all potential problems.
* Using "A" in Visual mode while 'linebreak' is set is not tested.
* C indent does not support C11 raw strings. (Mark Lodato)
-------------------------------------------------------------------
Tue Jul 28 08:01:33 UTC 2015 - idonmez@suse.com
- Updated to revision 797, fixes the following problems
* Using freed memory and crash. (Dominique Pellej)
* Test fails when the autochdir feature is not available.
Test output contains the test script.
* The buffer list can be very long.
* Can only conceal text by defining syntax items.
* Can't specify when not to ring the bell.
* The 'fixeol' option is not copied to a new window.
* Warning from 64 bit compiler.
* Crash when using more lines for the command line than 'maxcombine'.
-------------------------------------------------------------------
Sun Jul 19 12:19:20 UTC 2015 - idonmez@suse.com

View File

@ -17,7 +17,7 @@
%define pkg_version 7.4
%define patchlevel 788
%define patchlevel 803
%define _rversion 7-4-%patchlevel
%define VIM_SUBDIR vim74
%define site_runtimepath /usr/share/vim/site