Accepting request 616304 from editors

- Remove update-alternatives as it's not 1:1.
  Upstream is not willing to do that:
  https://github.com/neovim/neovim/issues/8535
- Update to version 0.3.0
- Add a support for update-alternatives, so users can change their
  "vim" to neovim
- Mark LICENSE file as %license

OBS-URL: https://build.opensuse.org/request/show/616304
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/neovim?expand=0&rev=12
This commit is contained in:
Dominique Leuenberger 2018-06-29 20:25:26 +00:00 committed by Git OBS Bridge
commit 05fcf77845
4 changed files with 25 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a838ee07cc9a2ef8ade1b31a2a4f2d5e9339e244ade68e64556c1f4b40ccc5ed
size 8325879

3
neovim-0.3.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f7acb61b16d3f521907d99c486b7a9f1e505e8b2a18c9ef69a6d7f18f29f74b8
size 8903630

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Tue Jun 12 10:37:29 UTC 2018 - mliska@suse.cz
- Remove update-alternatives as it's not 1:1.
Upstream is not willing to do that:
https://github.com/neovim/neovim/issues/8535
-------------------------------------------------------------------
Mon Jun 11 09:14:24 UTC 2018 - asn@cryptomilk.org
- Update to version 0.3.0
-------------------------------------------------------------------
Thu Jun 7 13:25:23 UTC 2018 - michal.vyskocil@gmail.com
- Add a support for update-alternatives, so users can change their
"vim" to neovim
- Mark LICENSE file as %license
------------------------------------------------------------------- -------------------------------------------------------------------
Fri May 25 07:37:55 UTC 2018 - mliska@suse.cz Fri May 25 07:37:55 UTC 2018 - mliska@suse.cz

View File

@ -17,7 +17,7 @@
Name: neovim Name: neovim
Version: 0.2.2 Version: 0.3.0
Release: 0 Release: 0
Summary: Vim-fork focused on extensibility and agility Summary: Vim-fork focused on extensibility and agility
License: Apache-2.0 AND Vim License: Apache-2.0 AND Vim
@ -97,7 +97,8 @@ make %{?_smp_mflags}
%icon_theme_cache_postun %icon_theme_cache_postun
%files %files
%doc BACKERS.md CONTRIBUTING.md LICENSE README.md %doc BACKERS.md CONTRIBUTING.md README.md
%license LICENSE
%{_bindir}/nvim %{_bindir}/nvim
%{_datadir}/nvim/ %{_datadir}/nvim/
%{_datadir}/applications/nvim.desktop %{_datadir}/applications/nvim.desktop