diff --git a/v7.4.865.tar.gz b/v7.4.865.tar.gz deleted file mode 100644 index 3c69468..0000000 --- a/v7.4.865.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b3c92b2bc6ba7933b38fdf1879f8d7014efeb7b94aead6ef82f7c4a954fb75cf -size 12212189 diff --git a/v7.4.889.tar.gz b/v7.4.889.tar.gz new file mode 100644 index 0000000..7d9d0ce --- /dev/null +++ b/v7.4.889.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4247eb470e965a5fc08989b26ad30998b7f3efce1d5a5001b85666ee26ee4f3 +size 12284392 diff --git a/vim.changes b/vim.changes index 581e32f..ca2bac9 100644 --- a/vim.changes +++ b/vim.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Wed Sep 30 09:10:28 UTC 2015 - idonmez@suse.com + +- Updated to revision 889, fixes the following problems + * Crash when changing the 'tags' option from a remote command. (Benjamin Fritz) + * 'smarttab' is also effective when 'paste' is enabled. (Alexander Monakov) + * May get into an invalid state when using getchar() in an expression mapping. + * Vim leaks memory, when 'wildignore' filters out all matches. + * Compiler warning for unused variable. (Tony Mechelynck) + * Not obvious how to contribute. + * ":find" sometimes fails. (Excanoe) + * Coverity error for clearing only one byte of struct. + * Can't see line numbers in nested function calls. + * Test 49 fails. + * When leaving the command line window with CTRL-C while a completion menu is displayed the menu isn't removed. + * Block-mode replace works characterwise instead of blockwise after column 147. (Issue #422) + * When doing an upwards search without wildcards the search fails if the initial directory doesn't exist. + * Using uninitialized memory for regexp with back reference. (Dominique Pelle) + * The OptionSet autocommands are not triggered from setwinvar(). + * Triggering OptionSet from setwinvar() isn't tested. + ------------------------------------------------------------------- Sat Sep 26 20:39:19 UTC 2015 - opensuse@cboltz.de diff --git a/vim.spec b/vim.spec index 6e977d9..1a96bfb 100644 --- a/vim.spec +++ b/vim.spec @@ -17,7 +17,7 @@ %define pkg_version 7.4 -%define patchlevel 865 +%define patchlevel 889 %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}