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