From 1914389740022215786e31c4d8872b51d3eb18e16ba40bfbc2719836c74d4c8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Li=C5=A1ka?= Date: Mon, 29 Apr 2019 13:10:15 +0000 Subject: [PATCH] Accepting request 699426 from home:cbcoutinho:branches:editors - Update to version 0.3.5: Maintenance release to fix issues found in v0.3.4: * f891131 #9894 options: properly reset directories on 'autochdir' * 9a5488c Remove MSVC optimization workaround for SHM_ALL * 1793ba8 Make SHM_ALL to a variable instead of a compound literal #define * 947069b doc: mention "pynvim" module rename * 46c7e12 #9629 screen: don't crash when drawing popupmenu with 'rightleft' option * f1843c0 vim-patch:8.1.0677: look-behind match may use the wrong line number * 1204421 #8325 :terminal : set topline based on window height * aaa8c3d #9504 :recover : Fix crash on non-existent *.swp OBS-URL: https://build.opensuse.org/request/show/699426 OBS-URL: https://build.opensuse.org/package/show/editors/neovim?expand=0&rev=52 --- neovim-0.3.4.tar.gz | 3 --- neovim-0.3.5.tar.gz | 3 +++ neovim.changes | 16 ++++++++++++++++ neovim.spec | 4 ++-- 4 files changed, 21 insertions(+), 5 deletions(-) delete mode 100644 neovim-0.3.4.tar.gz create mode 100644 neovim-0.3.5.tar.gz diff --git a/neovim-0.3.4.tar.gz b/neovim-0.3.4.tar.gz deleted file mode 100644 index 8da1057..0000000 --- a/neovim-0.3.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a641108bdebfaf319844ed46b1bf35d6f7c30ef5aeadeb29ba06e19c3274bc0e -size 9231575 diff --git a/neovim-0.3.5.tar.gz b/neovim-0.3.5.tar.gz new file mode 100644 index 0000000..74c3813 --- /dev/null +++ b/neovim-0.3.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8b30043963133214f78901cb6361189c8f94e9f5f1b2493a7cedb4c323236d6 +size 9232168 diff --git a/neovim.changes b/neovim.changes index 56efaa7..2e9a68a 100644 --- a/neovim.changes +++ b/neovim.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Mon Apr 29 13:06:58 UTC 2019 - Chris Coutinho + +- Update to version 0.3.5: + +Maintenance release to fix issues found in v0.3.4: + + * f891131 #9894 options: properly reset directories on 'autochdir' + * 9a5488c Remove MSVC optimization workaround for SHM_ALL + * 1793ba8 Make SHM_ALL to a variable instead of a compound literal #define + * 947069b doc: mention "pynvim" module rename + * 46c7e12 #9629 screen: don't crash when drawing popupmenu with 'rightleft' option + * f1843c0 vim-patch:8.1.0677: look-behind match may use the wrong line number + * 1204421 #8325 :terminal : set topline based on window height + * aaa8c3d #9504 :recover : Fix crash on non-existent *.swp + ------------------------------------------------------------------- Sun Jan 13 20:39:11 UTC 2019 - seanlew@opensuse.org diff --git a/neovim.spec b/neovim.spec index 11e3fea..5a237ca 100644 --- a/neovim.spec +++ b/neovim.spec @@ -12,12 +12,12 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Name: neovim -Version: 0.3.4 +Version: 0.3.5 Release: 0 Summary: Vim-fork focused on extensibility and agility License: Apache-2.0 AND Vim