vim: Update to version 9.0.1916-1

Message ID 20230920101841.14214-1-adolf.belka@ipfire.org
State Accepted
Commit 280ddb29b4e696fdc7c9edecdc094d580f40c2a0
Headers
Series vim: Update to version 9.0.1916-1 |

Commit Message

Adolf Belka Sept. 20, 2023, 10:18 a.m. UTC
  - IPFire-3.x
- Update from version 8.0.1184-3 to 9.0.1916-1
- Patches directory removed as the patch that was in there has now been included
   into the vim tarball
- Changelog is the github commits at
   https://github.com/vim/vim/commits/master

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
 vim/patches/vim-8.0-rhbz1365258.patch | 12 ------------
 vim/vim.nm                            |  6 +++---
 2 files changed, 3 insertions(+), 15 deletions(-)
 delete mode 100644 vim/patches/vim-8.0-rhbz1365258.patch
  

Patch

diff --git a/vim/patches/vim-8.0-rhbz1365258.patch b/vim/patches/vim-8.0-rhbz1365258.patch
deleted file mode 100644
index 85498dba2..000000000
--- a/vim/patches/vim-8.0-rhbz1365258.patch
+++ /dev/null
@@ -1,12 +0,0 @@ 
-diff -up vim80/runtime/syntax/fstab.vim.1365258 vim80/runtime/syntax/fstab.vim
---- vim80/runtime/syntax/fstab.vim.1365258	2016-12-15 10:56:25.822410344 +0100
-+++ vim80/runtime/syntax/fstab.vim	2016-12-15 10:56:52.161519612 +0100
-@@ -36,6 +36,8 @@ syn match fsOperator /[,=:#]/
- syn cluster fsDeviceCluster contains=fsOperator,fsDeviceKeyword,fsDeviceError
- syn match fsDeviceError /\%([^a-zA-Z0-9_\/#@:\.-]\|^\w\{-}\ze\W\)/ contained
- syn keyword fsDeviceKeyword contained none proc linproc tmpfs devpts devtmpfs sysfs usbfs
-+syn keyword fsDeviceKeyword contained PARTLABEL nextgroup=fsDeviceLabel
-+syn keyword fsDeviceKeyword contained PARTUUID nextgroup=fsDeviceUUID
- syn keyword fsDeviceKeyword contained LABEL nextgroup=fsDeviceLabel
- syn keyword fsDeviceKeyword contained UUID nextgroup=fsDeviceUUID
- syn keyword fsDeviceKeyword contained sshfs nextgroup=fsDeviceSshfs
diff --git a/vim/vim.nm b/vim/vim.nm
index 71596efb7..2001bb322 100644
--- a/vim/vim.nm
+++ b/vim/vim.nm
@@ -4,11 +4,11 @@ 
 ###############################################################################
 
 name       = vim
-major_ver  = 8
+major_ver  = 9
 minor_ver  = 0
-patchlevel = 1184
+patchlevel = 1916
 version    = %{major_ver}.%{minor_ver}.%{patchlevel}
-release    = 3
+release    = 1
 
 groups     = Applications/Editors
 url        = http://www.vim.org