- Updated to revision 898, fixes the following problems

* Build failure when using dynamic python but not python3.
  * Indentation of array initializer is wrong.
  * On MS-Windows the iconv DLL may have a different name.
  * C indenting is wrong below a "case (foo):"
  * vimrun.exe is picky about the number of spaces before -s.
  * Custom command line completion does not work for a command containing digits.
  * Editing a URL, which netrw should handle, doesn't work.
  * Freeze and crash when there is a sleep in a remote command. (Karl Yngve Lervåg)
  * The 'fixendofline' option is set on with ":edit".

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=290
This commit is contained in:
Ismail Dönmez 2015-10-14 17:56:04 +00:00 committed by Git OBS Bridge
parent 23fd83ff2f
commit 02b30902f4
4 changed files with 18 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Wed Oct 14 17:25:26 UTC 2015 - idonmez@suse.com
- Updated to revision 898, fixes the following problems
* Build failure when using dynamic python but not python3.
* Indentation of array initializer is wrong.
* On MS-Windows the iconv DLL may have a different name.
* C indenting is wrong below a "case (foo):"
* vimrun.exe is picky about the number of spaces before -s.
* Custom command line completion does not work for a command containing digits.
* Editing a URL, which netrw should handle, doesn't work.
* Freeze and crash when there is a sleep in a remote command. (Karl Yngve Lervåg)
* The 'fixendofline' option is set on with ":edit".
-------------------------------------------------------------------
Wed Sep 30 09:10:28 UTC 2015 - idonmez@suse.com

View File

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