- Updated to revision 712, fixes the following problems

* Out-of-bounds read, dectected by Coverity.
  * Not freeing memory when encountering an error.
  * The filename used for ":profile" must be given literally.
  * Various problems with locked and fixed lists and dictionaries.
  * E315 when trying to delete a fold. (Yutao Yuan)
  * Fold can't be opened after ":move". (Ein Brown)
  * Compiler warning for using uninitialized variable. (Yasuhiro Matsumoto)
  * Joining an empty list does uneccessary work.
  * Compiler warning for start_dir unused when building unittests.
  * Searching for a character matches an illegal byte and causes invalid memory access. (Dominique Pelle)
  * Can't build with Ruby 2.2.
  * Window drawn wrong when 'laststatus' is zero and there is a command-line window. (Yclept Nemo)
  * Undo files can have their executable bit set.
  * gettext() is called too often.
  * ":tabmove" does not work as documented.
  * It is not possible to make spaces visibible in list mode.

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=267
This commit is contained in:
Ismail Dönmez 2015-04-27 10:56:06 +00:00 committed by Git OBS Bridge
parent 89408583aa
commit d831f7c3b3
4 changed files with 25 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,24 @@
-------------------------------------------------------------------
Mon Apr 27 10:45:14 UTC 2015 - idonmez@suse.com
- Updated to revision 712, fixes the following problems
* Out-of-bounds read, dectected by Coverity.
* Not freeing memory when encountering an error.
* The filename used for ":profile" must be given literally.
* Various problems with locked and fixed lists and dictionaries.
* E315 when trying to delete a fold. (Yutao Yuan)
* Fold can't be opened after ":move". (Ein Brown)
* Compiler warning for using uninitialized variable. (Yasuhiro Matsumoto)
* Joining an empty list does uneccessary work.
* Compiler warning for start_dir unused when building unittests.
* Searching for a character matches an illegal byte and causes invalid memory access. (Dominique Pelle)
* Can't build with Ruby 2.2.
* Window drawn wrong when 'laststatus' is zero and there is a command-line window. (Yclept Nemo)
* Undo files can have their executable bit set.
* gettext() is called too often.
* ":tabmove" does not work as documented.
* It is not possible to make spaces visibible in list mode.
-------------------------------------------------------------------
Mon Apr 13 11:25:34 UTC 2015 - idonmez@suse.com

View File

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