- Updated to revision 1442, fixes the following problems

* Crash when calling term_start() with empty argument.
  * Crash when term_start() fails.
  * MS-Windows: vimtutor fails if %TMP% has special chars.
  * After ":copen" can't get the window-ID of the quickfix
    window. (FalacerSelene)
  * Illegal memory access after undo. (Dominique Pelle)
  * GTK: :promtfind does not put focus on text input. (Adam Novak)
  * Memory leak in test_arabic.
  * Not enough information about what Python version may work.
  * Pkg-config doesn't work with cross compiling.
  * Filetype detection test not updated for change.
  * If cscope fails a search Vim may hang.
  * Terminal window: some vterm responses are delayed.
  * Using ":undo 0" leaves undo in wrong state.
  * Using pointer before it is set.

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=478
This commit is contained in:
Ismail Dönmez 2018-01-31 11:02:05 +00:00 committed by Git OBS Bridge
parent d418a10447
commit 5e05c0f2a6
4 changed files with 24 additions and 4 deletions

View File

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

3
vim-8.0.1442.tar.gz Normal file
View File

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

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Wed Jan 31 10:49:07 UTC 2018 - idonmez@suse.com
- Updated to revision 1442, fixes the following problems
* Crash when calling term_start() with empty argument.
* Crash when term_start() fails.
* MS-Windows: vimtutor fails if %TMP% has special chars.
* After ":copen" can't get the window-ID of the quickfix
window. (FalacerSelene)
* Illegal memory access after undo. (Dominique Pelle)
* GTK: :promtfind does not put focus on text input. (Adam Novak)
* Memory leak in test_arabic.
* Not enough information about what Python version may work.
* Pkg-config doesn't work with cross compiling.
* Filetype detection test not updated for change.
* If cscope fails a search Vim may hang.
* Terminal window: some vterm responses are delayed.
* Using ":undo 0" leaves undo in wrong state.
* Using pointer before it is set.
-------------------------------------------------------------------
Wed Jan 24 11:15:08 UTC 2018 - idonmez@suse.com

View File

@ -17,7 +17,7 @@
%define pkg_version 8.0
%define patchlevel 1428
%define patchlevel 1442
%define patchlevel_compact %{patchlevel}
%define VIM_SUBDIR vim80
%define site_runtimepath %{_datadir}/vim/site