From 3d4637e79f1ff9781b74700f357c36cb766705df75ca25fcb4e594b97bb9b735 Mon Sep 17 00:00:00 2001 From: Ronan Chagas Date: Tue, 9 May 2017 16:20:56 +0000 Subject: [PATCH] - Run spec-cleaner. - Update to version 0.2.0. OBS-URL: https://build.opensuse.org/package/show/editors/neovim?expand=0&rev=12 --- neovim-0.1.7.tar.gz | 3 -- neovim-0.2.0.tar.gz | 3 ++ neovim.changes | 83 +++++++++++++++++++++++++++++++++++++++++++++ neovim.spec | 4 +-- 4 files changed, 88 insertions(+), 5 deletions(-) delete mode 100644 neovim-0.1.7.tar.gz create mode 100644 neovim-0.2.0.tar.gz diff --git a/neovim-0.1.7.tar.gz b/neovim-0.1.7.tar.gz deleted file mode 100644 index fc9ad35..0000000 --- a/neovim-0.1.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d8f885d019b1ad608f36ae23b8f1b15b7e33585e16f7514666ab6c9809bb4b7e -size 7601279 diff --git a/neovim-0.2.0.tar.gz b/neovim-0.2.0.tar.gz new file mode 100644 index 0000000..b00934a --- /dev/null +++ b/neovim-0.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72e263f9d23fe60403d53a52d4c95026b0be428c1b9c02b80ab55166ea3f62b5 +size 7846467 diff --git a/neovim.changes b/neovim.changes index 8d01956..de4e045 100644 --- a/neovim.changes +++ b/neovim.changes @@ -1,3 +1,86 @@ +------------------------------------------------------------------- +Fri May 5 16:10:32 UTC 2017 - ronisbr@gmail.com + +- Run spec-cleaner. +- Update to version 0.2.0: + * Features + - bc4a2e1 help, man.vim: "outline" (TOC) feature #5169 + - 58422f1 'guicursor' works in the TUI (and sends info to UIs) + #6423 + - 129f107 api: nvim_get_mode() #6247 + - 0b59f98 api/ui: externalize tabline #6583 + - bc6d868 'listchars': Whitespace highlight group #6367 + - 6afa7d6 writefile() obeys 'fsync' option #6427 + - c60e409 eval.c refactor (also improves some error messages) + #5119 + - 9d200cd getcompletion("cmdline") #6376 + - 2ea7bfc terminal: Support extra arguments in 'shell'. #4504 + - bf51102 DirChanged autocmd #5928 #6262 + - 1743df8 'cpoptions': "_" flag to toggle cw behaviour #6235 + - 22337b1 CTRL-R omits trailing ^M when pasting to cmdline + #6137 + - 0e44916 :edit allows unescaped spaces in filename #6119 + - abdbfd2 eval: Add id() function and make printf("%p") useful + #6095 + - bdfa147 findfile(), :find, gf work in :terminal. #6009 + - 2f38ed1 providers: Disable if g:loaded_* exists. + - b5560a6 setpos() can set lowercase marks in other buffers + #5753 + - 7c513d6 Throttle :! output, pulse "..." message. #5396 + - d2e8c76 v:exiting #5651 + - :terminal improvements #6185 #6142 + * cursor keeps position after leaving insert-mode. 4ceec30 + * Follows output only if cursor is at end of buffer. e7bbd35 + * new option: 'scrollback' fedb844 quasi-support for undo and + * 'modifiable' b45ddf7 disables 'list' by default disables + * 'relativenumber' by default + - :help now contains full API documentation at :help api. + - man.vim saw numerous improvements. + - Windows support: + * Windows is no longer "experimental", it is fully supported. + * Windows package includes a GUI, curl.exe and other + utilities. + * :terminal is not supported on Windows, yet. (Planned for + 0.2.1) + * Security fixes + - CVE-2017-5953 + - CVE-2017-6349 + - CVE-2017-6350 + - #6485 + * Changes + - NVIM_TUI_ENABLE_CURSOR_SHAPE was removed. Use 'guicursor' + instead. See + https://github.com/neovim/neovim/wiki/Following-HEAD#20170402 + - 81525dc 'mouse=a' is no longer the default. (This may change + again after it is improved.) #6022 + - 0c1f783 defaults: 'showcmd', 'belloff', 'ruler' #6087 + - eb0e94f api: {get,set}_option update local options as + appropriate #6405 + - bdcb2a3 "Reading from stdin..." message was removed. #6298 + * Fixes + - 12fc1de ops: fix i with multi-byte text #6524 + - dd391bf Windows: system() and friends #6497 + - 13352c0 Windows: os_get_hostname() #6413 + - 16babc6 tui: Less-noisy mouse seqs #6411 + - 3a9dd13 (vim bug) folding edge-cases #6207 + - f6946c6 job-control: set CLOEXEC on pty processes. #5986 + - d1afd43 rplugin: Call s:LoadRemotePlugins() on startup. + - 1215084 backtick-expansion works with shell=fish #6224 + - e32ec03 tui: Improved behavior after resize. #6202 + - 86c2adc edit.c: CTRL-SPC: Insert previously-inserted text. + #6090 + - c318d8e b:changedtick now follows VimL rules #6112 + - 34e24cb terminal: Initialize colors in reverse order #6160 + - e889917 undo: Don't set b_u_curhead in ex_undojoin() #5869 + - d25649f undo: :earlier, g-: Set b_u_seq_cur correctly. + (#6016) + - 043d8ba 'Visual-mode put from @. register' #5782 + - 42c922b open_buffer(): Do BufEnter for directories. + - 50d0d89 inccommand: Preview :sub commands only after + delimiter #5932 + - 1420e10 CheckHealth improvements #5519 + - c8d5e92 jobstart(): Return -1 if cmd is not executable. #5671 + ------------------------------------------------------------------- Mon Nov 28 11:22:34 UTC 2016 - ronisbr@gmail.com diff --git a/neovim.spec b/neovim.spec index 7c34c62..e17d407 100644 --- a/neovim.spec +++ b/neovim.spec @@ -1,7 +1,7 @@ # # spec file for package neovim # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: neovim -Version: 0.1.7 +Version: 0.2.0 Release: 0 Summary: Vim-fork focused on extensibility and agility License: Apache-2.0