]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
vim: Update to version 9.0.1916-1
authorAdolf Belka <adolf.belka@ipfire.org>
Wed, 20 Sep 2023 10:18:41 +0000 (12:18 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 20 Sep 2023 11:30:02 +0000 (11:30 +0000)
- 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>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
vim/patches/vim-8.0-rhbz1365258.patch [deleted file]
vim/vim.nm

diff --git a/vim/patches/vim-8.0-rhbz1365258.patch b/vim/patches/vim-8.0-rhbz1365258.patch
deleted file mode 100644 (file)
index 85498db..0000000
+++ /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
index 71596efb7cfce79a6e7c25cd711dfaceca9fa4a4..2001bb322ea9414577a9b87e44082848db77157d 100644 (file)
@@ -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