From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka <adolf.belka@ipfire.org> To: development@lists.ipfire.org Subject: [PATCH] vim: Update to version 9.0.1916-1 Date: Wed, 20 Sep 2023 12:18:41 +0200 Message-ID: <20230920101841.14214-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0986509889190596343==" List-Id: <development.lists.ipfire.org> --===============0986509889190596343== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - 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 inclu= ded into the vim tarball - Changelog is the github commits at https://github.com/vim/vim/commits/master Signed-off-by: Adolf Belka <adolf.belka(a)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 diff --git a/vim/patches/vim-8.0-rhbz1365258.patch b/vim/patches/vim-8.0-rhbz= 1365258.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.v= im ---- vim80/runtime/syntax/fstab.vim.1365258 2016-12-15 10:56:25.822410344 +01= 00 -+++ vim80/runtime/syntax/fstab.vim 2016-12-15 10:56:52.161519612 +0100 -@@ -36,6 +36,8 @@ syn match fsOperator /[,=3D:#]/ - syn cluster fsDeviceCluster contains=3DfsOperator,fsDeviceKeyword,fsDeviceE= rror - syn match fsDeviceError /\%([^a-zA-Z0-9_\/#@:\.-]\|^\w\{-}\ze\W\)/ contained - syn keyword fsDeviceKeyword contained none proc linproc tmpfs devpts devtmp= fs sysfs usbfs -+syn keyword fsDeviceKeyword contained PARTLABEL nextgroup=3DfsDeviceLabel -+syn keyword fsDeviceKeyword contained PARTUUID nextgroup=3DfsDeviceUUID - syn keyword fsDeviceKeyword contained LABEL nextgroup=3DfsDeviceLabel - syn keyword fsDeviceKeyword contained UUID nextgroup=3DfsDeviceUUID - syn keyword fsDeviceKeyword contained sshfs nextgroup=3DfsDeviceSshfs 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 @@ ############################################################################= ### =20 name =3D vim -major_ver =3D 8 +major_ver =3D 9 minor_ver =3D 0 -patchlevel =3D 1184 +patchlevel =3D 1916 version =3D %{major_ver}.%{minor_ver}.%{patchlevel} -release =3D 3 +release =3D 1 =20 groups =3D Applications/Editors url =3D http://www.vim.org --=20 2.42.0 --===============0986509889190596343==--