From 4a208d1df3c3c7f0a504db621fa18f6042128ed788f9a354b7f2e4221e1daa9b Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 20 Jun 2023 09:30:42 +0000 Subject: [PATCH] Accepting request 1093917 from home:pluskalm:branches:editors - Update to version 0.9.1: * For notable changes see `:help news` OBS-URL: https://build.opensuse.org/request/show/1093917 OBS-URL: https://build.opensuse.org/package/show/editors/neovim?expand=0&rev=131 --- neovim-0.9.0.tar.gz | 3 --- neovim-0.9.1.tar.gz | 3 +++ neovim.changes | 6 ++++++ neovim.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 neovim-0.9.0.tar.gz create mode 100644 neovim-0.9.1.tar.gz diff --git a/neovim-0.9.0.tar.gz b/neovim-0.9.0.tar.gz deleted file mode 100644 index ce83535..0000000 --- a/neovim-0.9.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:39d79107c54d2f3babcad2cd157c399241c04f6e75e98c18e8afaf2bb5e82937 -size 11549103 diff --git a/neovim-0.9.1.tar.gz b/neovim-0.9.1.tar.gz new file mode 100644 index 0000000..94f558d --- /dev/null +++ b/neovim-0.9.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8db17c2a1f4776dcda00e59489ea0d98ba82f7d1a8ea03281d640e58d8a3a00e +size 11567358 diff --git a/neovim.changes b/neovim.changes index 80591cb..688bf81 100644 --- a/neovim.changes +++ b/neovim.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Jun 20 08:30:27 UTC 2023 - Martin Pluskal + +- Update to version 0.9.1: + * For notable changes see `:help news` + ------------------------------------------------------------------- Fri Apr 14 17:13:38 UTC 2023 - Andreas Schneider diff --git a/neovim.spec b/neovim.spec index c61e1e1..54e4c9b 100644 --- a/neovim.spec +++ b/neovim.spec @@ -46,7 +46,7 @@ Requires: python3-neovim %bcond_with luajit %endif Name: neovim -Version: 0.9.0 +Version: 0.9.1 Release: 0 Summary: Vim-fork focused on extensibility and agility License: Apache-2.0 AND Vim