From eb07e091d4d568742d23255996936ee9b6662b7f0145b1280a489ae7b2d83735 Mon Sep 17 00:00:00 2001 From: Ronan Chagas Date: Sun, 1 May 2016 00:30:50 +0000 Subject: [PATCH] - Update to version 0.1.4. - Run spec-cleaner in `neovim.spec`. - Replace lua51-MessagePack build dependency to lua51-mpack. - Changelog: Features: * 5ebffaa :tcd for tab-local working directory (like :lcd, but for tabs) * d835c03 remote/define.vim: support remote function "range" * 007d573 json_encode/json_decode (with sophisticated error detection) #4131 * b50afb4 clipboard: support "lemonade" tool Fixes: * cc1beec eval.c: Fix heap corruption error. #4592 * 4043725 mbyte.c: Fix invalid memory access in utfc_ptr2char_len #4574 * 4eb5827 Enable syntax/filetype by default. #4558 Changes: * 5c6592f v:windowid is writeable (useful for GUIs) #4608A OBS-URL: https://build.opensuse.org/package/show/editors/neovim?expand=0&rev=5 --- neovim-0.1.3.tar.gz | 3 --- neovim-0.1.4.tar.gz | 3 +++ neovim.changes | 24 ++++++++++++++++++++++++ neovim.spec | 8 ++++---- 4 files changed, 31 insertions(+), 7 deletions(-) delete mode 100644 neovim-0.1.3.tar.gz create mode 100644 neovim-0.1.4.tar.gz diff --git a/neovim-0.1.3.tar.gz b/neovim-0.1.3.tar.gz deleted file mode 100644 index 81bf28a..0000000 --- a/neovim-0.1.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7a86892d941b8829537ad46864b9a363d009ba56aeefdef2ee15ffa3eee5f92b -size 7636777 diff --git a/neovim-0.1.4.tar.gz b/neovim-0.1.4.tar.gz new file mode 100644 index 0000000..efa3042 --- /dev/null +++ b/neovim-0.1.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb7e359eb83db20c5ec5984b470b249372b6dcd813ae2ccf72c01cce560f93e9 +size 7678847 diff --git a/neovim.changes b/neovim.changes index 6cb3535..4e143ee 100644 --- a/neovim.changes +++ b/neovim.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Thu Apr 28 15:58:15 UTC 2016 - ronisbr@gmail.com + +- Update to version 0.1.4. +- Run spec-cleaner in `neovim.spec`. +- Replace lua51-MessagePack build dependency to lua51-mpack. +- Changelog: + Features: + * 5ebffaa :tcd for tab-local working directory (like :lcd, + but for tabs) + * d835c03 remote/define.vim: support remote function "range" + * 007d573 json_encode/json_decode (with sophisticated error + detection) #4131 + * b50afb4 clipboard: support "lemonade" tool + + Fixes: + * cc1beec eval.c: Fix heap corruption error. #4592 + * 4043725 mbyte.c: Fix invalid memory access in + utfc_ptr2char_len #4574 + * 4eb5827 Enable syntax/filetype by default. #4558 + + Changes: + * 5c6592f v:windowid is writeable (useful for GUIs) #4608A + ------------------------------------------------------------------- Thu Apr 14 01:44:02 UTC 2016 - ronisbr@gmail.com diff --git a/neovim.spec b/neovim.spec index 3bcb948..81cf199 100644 --- a/neovim.spec +++ b/neovim.spec @@ -17,7 +17,7 @@ Name: neovim -Version: 0.1.3 +Version: 0.1.4 Release: 0 Summary: Vim-fork focused on extensibility and agility License: Apache-2.0 @@ -35,14 +35,14 @@ BuildRequires: libmsgpackc-devel >= 1.2.0 BuildRequires: libuv-devel BuildRequires: lua51-BitOp BuildRequires: lua51-LPeg -BuildRequires: lua51-MessagePack +BuildRequires: lua51-mpack BuildRequires: luajit-devel BuildRequires: pkg-config +BuildRequires: update-desktop-files BuildRequires: pkgconfig(jemalloc) BuildRequires: pkgconfig(termkey) BuildRequires: pkgconfig(unibilium) BuildRequires: pkgconfig(vterm) -BuildRequires: update-desktop-files Recommends: python-neovim Recommends: python3-neovim Recommends: xsel @@ -77,7 +77,7 @@ make %{?_smp_mflags} %install pushd build -make DESTDIR=%{buildroot} install %{?_smp_mflags} +make %{?_smp_mflags} DESTDIR=%{buildroot} install popd # Install icon.