diff --git a/v7.4.889.tar.gz b/v7.4.889.tar.gz deleted file mode 100644 index 7d9d0ce..0000000 --- a/v7.4.889.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b4247eb470e965a5fc08989b26ad30998b7f3efce1d5a5001b85666ee26ee4f3 -size 12284392 diff --git a/v7.4.898.tar.gz b/v7.4.898.tar.gz new file mode 100644 index 0000000..85747ae --- /dev/null +++ b/v7.4.898.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae34137a48fd1ee58a596f18c9975d7d5927bf96fd0f746c2051ca29d21ea24e +size 12284787 diff --git a/vim.changes b/vim.changes index ca2bac9..198b0cf 100644 --- a/vim.changes +++ b/vim.changes @@ -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 diff --git a/vim.spec b/vim.spec index 1a96bfb..bf3cc1b 100644 --- a/vim.spec +++ b/vim.spec @@ -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}