From 2bc4674faad5d5c078bb5c1fae9dd9687e96b633c2ebe57fcc6578a09c2a9a89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Mon, 2 May 2016 07:31:36 +0000 Subject: [PATCH] - Updated to revision 1816, fixes the following problems * 'guicolors' is a confusing option name. * Quickfix doesn't handle long lines well, they are split. * GTK3 doesn't handle menu separaters properly. * Can't use Vim as MANPAGER. * Running tests in shadow dir fails. * 'termguicolors' option missing from the options window. * Test_out_close_cb sometimes fails. * Using wrong feature name to check for 'termguicolors'. * Using wrong short option name for 'termguicolors'. * Sending DETACH after a channel was closed isn't useful. * Netbeans channel gets garbage collected. * Memory access error when running test_quickfix. * A channel may be garbage collected while it's still being used by a job. * Looping over a null list throws an error. - Refresh vim-7.4-filetype_mine.patch OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=356 --- v7.4.1796.tar.gz | 3 --- v7.4.1816.tar.gz | 3 +++ vim-7.4-filetype_mine.patch | 10 +++++----- vim.changes | 20 ++++++++++++++++++++ vim.spec | 2 +- 5 files changed, 29 insertions(+), 9 deletions(-) delete mode 100644 v7.4.1796.tar.gz create mode 100644 v7.4.1816.tar.gz diff --git a/v7.4.1796.tar.gz b/v7.4.1796.tar.gz deleted file mode 100644 index 87c47eb..0000000 --- a/v7.4.1796.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9277e490f50f77457724ab5af3d0829b602636583d7d54356b3d88a31ca24ebd -size 12561858 diff --git a/v7.4.1816.tar.gz b/v7.4.1816.tar.gz new file mode 100644 index 0000000..5293a5b --- /dev/null +++ b/v7.4.1816.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cebc9d73b94101066aa8546772f9d630eea5b6c8417e281e01c82f8f31904a93 +size 12565377 diff --git a/vim-7.4-filetype_mine.patch b/vim-7.4-filetype_mine.patch index 34b40cb..6da32d5 100644 --- a/vim-7.4-filetype_mine.patch +++ b/vim-7.4-filetype_mine.patch @@ -1,13 +1,13 @@ -Index: vim74/runtime/filetype.vim +Index: vim-7.4.1816/runtime/filetype.vim =================================================================== ---- vim74.orig/runtime/filetype.vim -+++ vim74/runtime/filetype.vim +--- vim-7.4.1816.orig/runtime/filetype.vim ++++ vim-7.4.1816/runtime/filetype.vim @@ -17,7 +17,7 @@ augroup filetypedetect " Ignored extensions if exists("*fnameescape") --au BufNewFile,BufRead ?\+.orig,?\+.bak,?\+.old,?\+.new,?\+.dpkg-dist,?\+.dpkg-old,?\+.dpkg-new,?\+.dpkg-bak,?\+.rpmsave,?\+.rpmnew -+au BufNewFile,BufRead ?\+.orig,?\+.bak,?\+.old,?\+.mine,?\+.new,?\+.dpkg-dist,?\+.dpkg-old,?\+.dpkg-new,?\+.dpkg-bak,?\+.rpmsave,?\+.rpmnew +-au BufNewFile,BufRead ?\+.orig,?\+.bak,?\+.old,?\+.new,?\+.dpkg-dist,?\+.dpkg-old,?\+.dpkg-new,?\+.dpkg-bak,?\+.rpmsave,?\+.rpmnew,?\+.pacsave,?\+.pacnew ++au BufNewFile,BufRead ?\+.orig,?\+.bak,?\+.old,?\+.mine,?\+.new,?\+.dpkg-dist,?\+.dpkg-old,?\+.dpkg-new,?\+.dpkg-bak,?\+.rpmsave,?\+.rpmnew,?\+.pacsave,?\+.pacnew \ exe "doau filetypedetect BufRead " . fnameescape(expand(":r")) au BufNewFile,BufRead *~ \ let s:name = expand("") | diff --git a/vim.changes b/vim.changes index 729eb21..2aa8a7c 100644 --- a/vim.changes +++ b/vim.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Mon May 2 07:24:31 UTC 2016 - idonmez@suse.com + +- Updated to revision 1816, fixes the following problems + * 'guicolors' is a confusing option name. + * Quickfix doesn't handle long lines well, they are split. + * GTK3 doesn't handle menu separaters properly. + * Can't use Vim as MANPAGER. + * Running tests in shadow dir fails. + * 'termguicolors' option missing from the options window. + * Test_out_close_cb sometimes fails. + * Using wrong feature name to check for 'termguicolors'. + * Using wrong short option name for 'termguicolors'. + * Sending DETACH after a channel was closed isn't useful. + * Netbeans channel gets garbage collected. + * Memory access error when running test_quickfix. + * A channel may be garbage collected while it's still being used by a job. + * Looping over a null list throws an error. +- Refresh vim-7.4-filetype_mine.patch + ------------------------------------------------------------------- Thu Apr 28 07:31:10 UTC 2016 - idonmez@suse.com diff --git a/vim.spec b/vim.spec index da3b768..213157d 100644 --- a/vim.spec +++ b/vim.spec @@ -17,7 +17,7 @@ %define pkg_version 7.4 -%define patchlevel 1796 +%define patchlevel 1816 %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}