diff --git a/v7.4.1754.tar.gz b/v7.4.1754.tar.gz deleted file mode 100644 index 54b1960..0000000 --- a/v7.4.1754.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5c8ef500c1e0f12dc70d967261d1cb111cd69a1816f974563fc64c39a21b9578 -size 12558650 diff --git a/v7.4.1778.tar.gz b/v7.4.1778.tar.gz new file mode 100644 index 0000000..4a20fcc --- /dev/null +++ b/v7.4.1778.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6699b32d37414ef305993b3d05bcf6084a746ff1d67fe9e387c692e5640dded5 +size 12566873 diff --git a/vim.changes b/vim.changes index 7ed6d82..afbfac2 100644 --- a/vim.changes +++ b/vim.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Sat Apr 23 10:05:11 UTC 2016 - idonmez@suse.com + +- Updated to revision 1778, fixes the following problems + * When using complete() it may set 'modified' even though nothing + was inserted. + * When using feedkeys() in a timer the inserted characters are not + used right away. + * Undo options are not together in the options window. + * Arguments of setqflist() are not checked properly. + * No "closed", "errors" and "encoding" attribute on Python output. + * Cannot use true color in the terminal. + * Newly added features can escape the sandbox. + * When using the term truecolor feature, the t_8f and t_8b termcap + options are not set by default. + ------------------------------------------------------------------- Tue Apr 20 14:17:00 UTC 2016 - idonmez@suse.com diff --git a/vim.spec b/vim.spec index 14a1a51..745bdf2 100644 --- a/vim.spec +++ b/vim.spec @@ -17,7 +17,7 @@ %define pkg_version 7.4 -%define patchlevel 1754 +%define patchlevel 1778 %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} @@ -177,6 +177,7 @@ export COMMON_OPTIONS="\ --with-view-name=view \ --enable-cscope \ --enable-multibyte \ + --enable-termtruecolor \ --with-features=huge \ --with-compiledby='http://www.opensuse.org/' \ %if 0%{?suse_version} > 1210 @@ -192,6 +193,7 @@ export COMMON_OPTIONS="\ --enable-rubyinterp=dynamic" export GUI_OPTIONS="\ + --disable-icon-cache-update \ --enable-xim \ --enable-fontset \ --enable-gui=gtk3"