SHA256
1
0
forked from pool/vim

Accepting request 351482 from editors

- Updated to revision 1004, fixes the following problems
  * searchpos() always starts searching in the first column, 
    which is not what some people expect. (Brett Stahlman)
  * Leaking memory when hash_add() fails. Coverity error 99126.

- Updated to revision 979, fixes the following problems
  * When pasting on the command line line breaks result in literal <CR> characters.
    This makes pasting a long file name difficult.
  * When using :diffsplit the cursor jumps to the first line.
  * Using ":sort" on a very big file sometimes causes text to be corrupted. (John Beckett)
  * test_cdo fails when using another language than English.
  * When changing the crypt key the blocks read from disk are not decrypted.

- Updated to revision 972, fixes the following problems
  * Test 87 doesn't work in a shadow directory.
  * Configure doesn't work with a space in a path.
  * test86 and test87 are flaky in Appveyor.
  * Rare crash in getvcol(). (Timo Mihaljov)
  * The asin() function can't be used.
  * Memory leak when there is an error in setting an option. 

- Updated to revision 963, fixes the following problems
  * Crash when dragging with the mouse.
  * Segfault reading unitialized memory.
  * X11 and GTK have moure mouse buttons than Vim supports.
  * Memory leak when encountering a syntax error.
  * vt52 terminal codes are not correct.
  * There is no way to ignore case only for tag searches.
  * test_tagcase breaks for small builds.
  * Writing tests for Vim script is hard.

OBS-URL: https://build.opensuse.org/request/show/351482
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vim?expand=0&rev=165
This commit is contained in:
Dominique Leuenberger 2016-01-04 08:20:38 +00:00 committed by Git OBS Bridge
commit ca7fd91fe6
4 changed files with 65 additions and 4 deletions

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

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

View File

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

View File

@ -1,3 +1,64 @@
-------------------------------------------------------------------
Thu Dec 31 13:49:01 UTC 2015 - idonmez@suse.com
- Updated to revision 1004, fixes the following problems
* searchpos() always starts searching in the first column,
which is not what some people expect. (Brett Stahlman)
* Leaking memory when hash_add() fails. Coverity error 99126.
-------------------------------------------------------------------
Sat Dec 19 18:52:34 UTC 2015 - idonmez@suse.com
- Updated to revision 979, fixes the following problems
* When pasting on the command line line breaks result in literal <CR> characters.
This makes pasting a long file name difficult.
* When using :diffsplit the cursor jumps to the first line.
* Using ":sort" on a very big file sometimes causes text to be corrupted. (John Beckett)
* test_cdo fails when using another language than English.
* When changing the crypt key the blocks read from disk are not decrypted.
-------------------------------------------------------------------
Sun Dec 13 16:13:24 UTC 2015 - idonmez@suse.com
- Updated to revision 972, fixes the following problems
* Test 87 doesn't work in a shadow directory.
* Configure doesn't work with a space in a path.
* test86 and test87 are flaky in Appveyor.
* Rare crash in getvcol(). (Timo Mihaljov)
* The asin() function can't be used.
* Memory leak when there is an error in setting an option.
-------------------------------------------------------------------
Sun Dec 6 14:47:49 UTC 2015 - idonmez@suse.com
- Updated to revision 963, fixes the following problems
* Crash when dragging with the mouse.
* Segfault reading unitialized memory.
* X11 and GTK have moure mouse buttons than Vim supports.
* Memory leak when encountering a syntax error.
* vt52 terminal codes are not correct.
* There is no way to ignore case only for tag searches.
* test_tagcase breaks for small builds.
* Writing tests for Vim script is hard.
* New style testing is incomplete.
* Missing changes in source file.
* Test_listchars fails with MingW. (Michael Soyka)
* Can't build when the insert_expand feature is disabled.
* When using 'colorcolumn' and there is a sign with a fullwidth character the highlighting is wrong. (Andrew Stewart)
* v:errors is not initialized.
* Sorting number strings does not work as expected. (Luc Hermitte)
* 'lispwords' is tested in the old way.
* When a test script navigates to another buffer the .res file is created with the wrong name.
* When using Lua there may be a crash. (issue #468)
* Vim doesn't recognize .pl6 and .pod6 files.
* A few more file name extensions not recognized.
* Test_tagcase fails when using another language than English.
* Vim checks if the directory "$TMPDIR" exists.
* When setting 'term' the clipboard ownership is lost.
* Test107 fails in some circunstances.
* Cannot run the tests with gvim. Cannot run individual new stests.
* test_listlbr_utf8 sometimes fails.
-------------------------------------------------------------------
Sun Nov 22 16:27:59 UTC 2015 - idonmez@suse.com

View File

@ -17,7 +17,7 @@
%define pkg_version 7.4
%define patchlevel 935
%define patchlevel 1004
%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}