From e22a946a3ce1ddd803a3d1721570c3beb84d967713fd3d930b38e0b3a94a90b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Mon, 4 Dec 2017 10:29:09 +0000 Subject: [PATCH] - Updated to revision 1365, fixes the following problems * Libvterm ANSI colors can not always be recognized from the RGB values. The default color is wrong when t_RB is empty. * The Terminal highlighting doesn't work in a terminal. * Some users don't want to diff with hidden buffers. * Terminal window colors wrong when using Terminal highlighting. * Recovering does not work when swap file ends in .stz. * There is no easy way to get the window position. * When one channel test fails others fail as well. OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=462 --- vim-8.0.1358.tar.gz | 3 --- vim-8.0.1365.tar.gz | 3 +++ vim.changes | 13 +++++++++++++ vim.spec | 4 ++-- 4 files changed, 18 insertions(+), 5 deletions(-) delete mode 100644 vim-8.0.1358.tar.gz create mode 100644 vim-8.0.1365.tar.gz diff --git a/vim-8.0.1358.tar.gz b/vim-8.0.1358.tar.gz deleted file mode 100644 index d4e6eff..0000000 --- a/vim-8.0.1358.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:473d61f83f1a7cb5f290a390cc784b1f2a229e4440cfa92370d29061c7525cf1 -size 13407369 diff --git a/vim-8.0.1365.tar.gz b/vim-8.0.1365.tar.gz new file mode 100644 index 0000000..1117d62 --- /dev/null +++ b/vim-8.0.1365.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd8edf3ad6221be9aecaa795ffceece78925239f034a0c014980a0b193a27f2f +size 13404107 diff --git a/vim.changes b/vim.changes index 988a4c4..f6e8f24 100644 --- a/vim.changes +++ b/vim.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Mon Dec 4 10:23:05 UTC 2017 - idonmez@suse.com + +- Updated to revision 1365, fixes the following problems + * Libvterm ANSI colors can not always be recognized from the RGB + values. The default color is wrong when t_RB is empty. + * The Terminal highlighting doesn't work in a terminal. + * Some users don't want to diff with hidden buffers. + * Terminal window colors wrong when using Terminal highlighting. + * Recovering does not work when swap file ends in .stz. + * There is no easy way to get the window position. + * When one channel test fails others fail as well. + ------------------------------------------------------------------- Wed Nov 29 11:36:40 UTC 2017 - idonmez@suse.com diff --git a/vim.spec b/vim.spec index 8547fd4..49518bc 100644 --- a/vim.spec +++ b/vim.spec @@ -17,8 +17,8 @@ %define pkg_version 8.0 -%define patchlevel 1358 -%define patchlevel_compact 1358 +%define patchlevel 1365 +%define patchlevel_compact 1365 %define VIM_SUBDIR vim80 %define site_runtimepath %{_datadir}/vim/site %define make make VIMRCLOC=%{_sysconfdir} VIMRUNTIMEDIR=%{_datadir}/vim/current MAKE="make -e" %{?_smp_mflags}