- Updated to revision 1474, fixes the following problems

* Sort test doesn't test with "1" argument.
  * Channel test sometimes fails, especially on OS/X.
  * Coverity reports missing restore.
  * Missing out-of-memory check.  And Coverity warning.
  * Can't build without the autocommand feature.
  * Compiler warnings without the float feature.

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=324
This commit is contained in:
Ismail Dönmez 2016-03-03 07:59:00 +00:00 committed by Git OBS Bridge
parent 473c82d113
commit f9ded1e4ff
4 changed files with 15 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu Mar 3 07:56:37 UTC 2016 - idonmez@suse.com
- Updated to revision 1474, fixes the following problems
* Sort test doesn't test with "1" argument.
* Channel test sometimes fails, especially on OS/X.
* Coverity reports missing restore.
* Missing out-of-memory check. And Coverity warning.
* Can't build without the autocommand feature.
* Compiler warnings without the float feature.
-------------------------------------------------------------------
Tue Mar 1 08:37:53 UTC 2016 - idonmez@suse.com

View File

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