From 44e1af5d1985157a170d1c49ebbc979b0cc0a06e196228b1ac868eefbe8d0254 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Sun, 24 Apr 2016 16:18:24 +0000 Subject: [PATCH] - Updated to revision 1786, fixes the following problems * When using the term truecolor feature, the t_8f and t_8b termcap options are not set by default. * Using negative index in strcharpart(). * Warnings reported by cppcheck. * synIDattr() does not respect 'guicolors'. * strcharpart() does not work properly with some multi-byte characters. * The old regexp engine doesn't handle character classes correctly. * Compiled-in colors do not match rgb.txt. OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=354 --- v7.4.1778.tar.gz | 3 --- v7.4.1786.tar.gz | 3 +++ vim.changes | 13 +++++++++++++ vim.spec | 3 +-- 4 files changed, 17 insertions(+), 5 deletions(-) delete mode 100644 v7.4.1778.tar.gz create mode 100644 v7.4.1786.tar.gz diff --git a/v7.4.1778.tar.gz b/v7.4.1778.tar.gz deleted file mode 100644 index 4a20fcc..0000000 --- a/v7.4.1778.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6699b32d37414ef305993b3d05bcf6084a746ff1d67fe9e387c692e5640dded5 -size 12566873 diff --git a/v7.4.1786.tar.gz b/v7.4.1786.tar.gz new file mode 100644 index 0000000..a3bcd98 --- /dev/null +++ b/v7.4.1786.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6892831af1db4d802b3d1eadbd57c8a543185e15b23d2fe5ebccb8e4d3167e4 +size 12565869 diff --git a/vim.changes b/vim.changes index afbfac2..be27bf8 100644 --- a/vim.changes +++ b/vim.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Sun Apr 24 16:15:34 UTC 2016 - idonmez@suse.com + +- Updated to revision 1786, fixes the following problems + * When using the term truecolor feature, the t_8f and t_8b termcap + options are not set by default. + * Using negative index in strcharpart(). + * Warnings reported by cppcheck. + * synIDattr() does not respect 'guicolors'. + * strcharpart() does not work properly with some multi-byte characters. + * The old regexp engine doesn't handle character classes correctly. + * Compiled-in colors do not match rgb.txt. + ------------------------------------------------------------------- Sat Apr 23 10:05:11 UTC 2016 - idonmez@suse.com diff --git a/vim.spec b/vim.spec index 49289d9..1838232 100644 --- a/vim.spec +++ b/vim.spec @@ -17,7 +17,7 @@ %define pkg_version 7.4 -%define patchlevel 1778 +%define patchlevel 1786 %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,7 +177,6 @@ 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