- Updated to revision 1862, fixes the following problems

* Using a partial for timer_start() may cause a crash.
  * Compiler warnings with 64 bit compiler.
  * string() with repeated argument does not give a result usable
    by eval().

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=366
This commit is contained in:
Ismail Dönmez 2016-06-01 07:27:39 +00:00 committed by Git OBS Bridge
parent 363d76d882
commit a54ab47a70
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:14518944cfbfb9b4638eaad008f8af562c307ead07f603a67591465a354d2ebd
size 12576338

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

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed Jun 1 07:18:35 UTC 2016 - idonmez@suse.com
- Updated to revision 1862, fixes the following problems
* Using a partial for timer_start() may cause a crash.
* Compiler warnings with 64 bit compiler.
* string() with repeated argument does not give a result usable
by eval().
-------------------------------------------------------------------
Mon May 30 09:05:44 UTC 2016 - idonmez@suse.com

View File

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