From 0f96a8cc598945e7914a6d368fecdfba9d97420473421ba5dd22c6528256e9ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Li=C5=A1ka?= Date: Wed, 2 Jan 2019 06:49:30 +0000 Subject: [PATCH 1/5] Accepting request 662221 from home:seanlew:branches:editors Update neovim OBS-URL: https://build.opensuse.org/request/show/662221 OBS-URL: https://build.opensuse.org/package/show/editors/neovim?expand=0&rev=46 --- neovim-0.3.2.tar.gz | 3 +++ neovim.changes | 50 +++++++++++++++++++++++++++++++++++++++++++++ neovim.spec | 2 +- 3 files changed, 54 insertions(+), 1 deletion(-) create mode 100644 neovim-0.3.2.tar.gz diff --git a/neovim-0.3.2.tar.gz b/neovim-0.3.2.tar.gz new file mode 100644 index 0000000..6f7ebeb --- /dev/null +++ b/neovim-0.3.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e34e56127c251112c07f5a9b10636ea27685ed468a66e4158ea0a0dda71ea5a3 +size 9230960 diff --git a/neovim.changes b/neovim.changes index b7a9e25..2cea197 100644 --- a/neovim.changes +++ b/neovim.changes @@ -1,3 +1,53 @@ +------------------------------------------------------------------- +Mon Dec 31 18:07:11 UTC 2018 - sean@suspend.net + +- Update to version 0.3.2: + * Features + - clipboard: support Custom VimL functions (#9304) + - win/TUI: improve terminal/console support (#9401) + - startup: Use $XDG_CONFIG_DIRS/nvim/sysinit.vim if exists (#9077) + - support mapping in more places (#9299) + - diff/highlight: show underline for low-priority CursorLine (#9028) + - signs: Add "nuhml" argument (#9113) + - clipboard: support Wayland (#9230) + - TUI: add support for undercurl and underline color (#9052) + - man.vim: soft (dynamic) wrap (#9023) + * API + - API: implement object namespaces (#6920) + - API: implement nvim_win_set_buf() (#9100) + - API: virtual text annotations (nvim_buf_set_virtual_text) (#8180) + - API: add nvim_buf_is_loaded() (#8660) + - API: nvm_buf_get_offset_for_line (#8221) + - API/UI: ext_newgrid, ext_histate (#8221) + * UI + - TUI: use BCE again more often (smoother resize) (#8806) + - screen: add missing status redraw when redraw_later(CLEAR) was used (#9315) + - TUI: clip invalid regions on resize (#8779) + - TUI: improvements for scrolling and clearing (#9193) + - TUI: disable clearing almost everywhere (#9143) + - TUI: always use safe cursor movement after resize (#9079) + - ui_options: also send when starting or from OptionSet (#9211) + - TUI: Avoid reset_color_cursor_color in old VTE (#9191) + - Don't erase screen on :hi Normal during startup (#9021) + - TUI: Hint wrapped lines to terminals (#8915) + * FIXES + - RPC: turn errors from async calls into notifications + - TUI: Restore terminal title via "title stacking" (#9407) + - genappimage: Unset $ARGV0 at invocation (#9376) + - TUI: Konsole 18.07.70 supports DECSCUSR (#9364) + - provider: improve error message (#9344) + - runtime/syntax: Fix highlighting of autogroup contents (#9328) + - VimL/confirm(): Show dialog even if :silent (#9297) + - clipboard: prefer xclip (#9302) + - provider/nodejs: fix npm, yarn detection + - channel: avoid buffering output when only terminal is active (#9218) + - ruby: detect rbenv shims for other versions (#8733) + - third party/unibilium: Fix parsing of extended capabilitiy entries (#9123) + - jobstart(): Fix hang on non-executable cwd (#9204) + - provide/nodejs: Simultaneously query npm and yarn (#9054) + - undo: Fix infinite loop if undo_read_byte returns EOF (#2880) + - 'swapfile: always show dialog' (#9034) + ------------------------------------------------------------------- Thu Dec 20 00:11:35 UTC 2018 - Matej Cepl diff --git a/neovim.spec b/neovim.spec index ad89e46..5936272 100644 --- a/neovim.spec +++ b/neovim.spec @@ -17,7 +17,7 @@ Name: neovim -Version: 0.3.1 +Version: 0.3.2 Release: 0 Summary: Vim-fork focused on extensibility and agility License: Apache-2.0 AND Vim From e9095967a556200a9954433818ad8b3ba4cd861d2e520fb49923f717e4aeb0b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Li=C5=A1ka?= Date: Wed, 2 Jan 2019 08:02:31 +0000 Subject: [PATCH 2/5] - Remove not used neovim-0.3.1.tar.gz. OBS-URL: https://build.opensuse.org/package/show/editors/neovim?expand=0&rev=47 --- neovim-0.3.1.tar.gz | 3 --- neovim.changes | 5 +++++ neovim.spec | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) delete mode 100644 neovim-0.3.1.tar.gz diff --git a/neovim-0.3.1.tar.gz b/neovim-0.3.1.tar.gz deleted file mode 100644 index d504611..0000000 --- a/neovim-0.3.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bc5e392d4c076407906ccecbc283e1a44b7832c2f486cad81aa04cc29973ad22 -size 8937900 diff --git a/neovim.changes b/neovim.changes index 2cea197..f08a390 100644 --- a/neovim.changes +++ b/neovim.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jan 2 07:59:39 UTC 2019 - Martin Liška + +- Remove not used neovim-0.3.1.tar.gz. + ------------------------------------------------------------------- Mon Dec 31 18:07:11 UTC 2018 - sean@suspend.net diff --git a/neovim.spec b/neovim.spec index 5936272..7eb2f3c 100644 --- a/neovim.spec +++ b/neovim.spec @@ -1,7 +1,7 @@ # # spec file for package neovim # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 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 From 053ac2f28c104abc49ed7b4d330bb56e4b688e7046b662a0b787a4fe1bffe3ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Li=C5=A1ka?= Date: Sun, 6 Jan 2019 16:13:05 +0000 Subject: [PATCH 3/5] Accepting request 663100 from home:seanlew:branches:editors Update neovim OBS-URL: https://build.opensuse.org/request/show/663100 OBS-URL: https://build.opensuse.org/package/show/editors/neovim?expand=0&rev=48 --- neovim-0.3.2.tar.gz | 3 --- neovim-0.3.3.tar.gz | 3 +++ neovim.changes | 14 ++++++++++++++ neovim.spec | 2 +- 4 files changed, 18 insertions(+), 4 deletions(-) delete mode 100644 neovim-0.3.2.tar.gz create mode 100644 neovim-0.3.3.tar.gz diff --git a/neovim-0.3.2.tar.gz b/neovim-0.3.2.tar.gz deleted file mode 100644 index 6f7ebeb..0000000 --- a/neovim-0.3.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e34e56127c251112c07f5a9b10636ea27685ed468a66e4158ea0a0dda71ea5a3 -size 9230960 diff --git a/neovim-0.3.3.tar.gz b/neovim-0.3.3.tar.gz new file mode 100644 index 0000000..6e00808 --- /dev/null +++ b/neovim-0.3.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9280f68c02dfe632815ce8063a621c6d73a40da91d0a18e1cb3104c32d0e724b +size 9231632 diff --git a/neovim.changes b/neovim.changes index f08a390..3ea4c5f 100644 --- a/neovim.changes +++ b/neovim.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Sun Jan 6 03:27:02 UTC 2019 - sean@suspend.net + +- Update to version 0.3.3: + * Fixes + - Merge pull request from jamessan/revert-pynvim + - health/provider: Check for available pynvim when neovim mod + is missing + - python#CheckForModule: Use the given module string instead + of hard-coding pynvim + - (health.provider)/python: Import the neovim, rather than + pynvim, module + - #9423 TUI: Konsole DECSCUSR fixup + ------------------------------------------------------------------- Wed Jan 2 07:59:39 UTC 2019 - Martin Liška diff --git a/neovim.spec b/neovim.spec index 7eb2f3c..0b9aeee 100644 --- a/neovim.spec +++ b/neovim.spec @@ -17,7 +17,7 @@ Name: neovim -Version: 0.3.2 +Version: 0.3.3 Release: 0 Summary: Vim-fork focused on extensibility and agility License: Apache-2.0 AND Vim From 0466b60956091c425a99713b693095be85a97b1c95dc77b5b0fb29916dabd382 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Sun, 13 Jan 2019 21:34:51 +0000 Subject: [PATCH 4/5] Accepting request 665347 from home:seanlew:branches:editors Update neovim OBS-URL: https://build.opensuse.org/request/show/665347 OBS-URL: https://build.opensuse.org/package/show/editors/neovim?expand=0&rev=49 --- neovim-0.3.3.tar.gz | 3 --- neovim-0.3.4.tar.gz | 3 +++ neovim.changes | 9 +++++++++ neovim.spec | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 neovim-0.3.3.tar.gz create mode 100644 neovim-0.3.4.tar.gz diff --git a/neovim-0.3.3.tar.gz b/neovim-0.3.3.tar.gz deleted file mode 100644 index 6e00808..0000000 --- a/neovim-0.3.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9280f68c02dfe632815ce8063a621c6d73a40da91d0a18e1cb3104c32d0e724b -size 9231632 diff --git a/neovim-0.3.4.tar.gz b/neovim-0.3.4.tar.gz new file mode 100644 index 0000000..66c4fe0 --- /dev/null +++ b/neovim-0.3.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b04090d2eb6b3a9b7f2c7a36a7c1f00a3541ac56a9557dacac8549d72a920e2 +size 9346950 diff --git a/neovim.changes b/neovim.changes index 3ea4c5f..56efaa7 100644 --- a/neovim.changes +++ b/neovim.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sun Jan 13 20:39:11 UTC 2019 - seanlew@opensuse.org + +- Update to version 0.3.4: + * Merge pull request #9492 from bfredl/cul_cole + * test: add tests for conceal cursor movement + * display: unify ursorline and concealcursor redraw logic + * Merge pull request #9490 from bfredl/vim-patch-8.1.0726 + ------------------------------------------------------------------- Sun Jan 6 03:27:02 UTC 2019 - sean@suspend.net diff --git a/neovim.spec b/neovim.spec index 0b9aeee..11e3fea 100644 --- a/neovim.spec +++ b/neovim.spec @@ -17,7 +17,7 @@ Name: neovim -Version: 0.3.3 +Version: 0.3.4 Release: 0 Summary: Vim-fork focused on extensibility and agility License: Apache-2.0 AND Vim From 0b84e64f546d7ca01b6ed9bdeff621a953bd85f76429fcded11b4128681d83f4 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Sun, 13 Jan 2019 22:29:59 +0000 Subject: [PATCH 5/5] Accepting request 665368 from home:mcepl:branches:editors Fix tarball OBS-URL: https://build.opensuse.org/request/show/665368 OBS-URL: https://build.opensuse.org/package/show/editors/neovim?expand=0&rev=50 --- neovim-0.3.4.tar.gz | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/neovim-0.3.4.tar.gz b/neovim-0.3.4.tar.gz index 66c4fe0..8da1057 100644 --- a/neovim-0.3.4.tar.gz +++ b/neovim-0.3.4.tar.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3b04090d2eb6b3a9b7f2c7a36a7c1f00a3541ac56a9557dacac8549d72a920e2 -size 9346950 +oid sha256:a641108bdebfaf319844ed46b1bf35d6f7c30ef5aeadeb29ba06e19c3274bc0e +size 9231575