- Updated to revision 1721, fixes the following problems

* Leaking memory when opening a channel fails.
  * Coverity: not using return value of set_ref_in_item().
  * Leaking memory when there is a cycle involving a job and a partial.
  * Tests fail without the job feature.

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=347
This commit is contained in:
Ismail Dönmez 2016-04-11 07:56:24 +00:00 committed by Git OBS Bridge
parent a0ea3336cc
commit d4f573c9f9
4 changed files with 13 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Apr 11 07:53:30 UTC 2016 - idonmez@suse.com
- Updated to revision 1721, fixes the following problems
* Leaking memory when opening a channel fails.
* Coverity: not using return value of set_ref_in_item().
* Leaking memory when there is a cycle involving a job and a partial.
* Tests fail without the job feature.
-------------------------------------------------------------------
Thu Apr 7 06:19:03 UTC 2016 - idonmez@suse.com

View File

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