From 8d0725b4692cebd4cc3af4c8ab89a6f8ac10953b Mon Sep 17 00:00:00 2001 From: Zdenek Dohnal Date: Mon, 10 Aug 2020 12:08:25 +0200 Subject: [PATCH] - patchlevel 1412 --- .gitignore | 1 + sources | 2 +- vim-7.4-fstabsyntax.patch | 8 ++++---- vim.spec | 5 ++++- 4 files changed, 10 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index e3ed71aa..b6f2a96b 100644 --- a/.gitignore +++ b/.gitignore @@ -316,3 +316,4 @@ /vim-8.2-1328.tar.bz2 /vim-8.2-1359.tar.bz2 /vim-8.2-1382.tar.bz2 +/vim-8.2-1412.tar.bz2 diff --git a/sources b/sources index 7673e7f4..2f7e5823 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (vim-8.2-1382.tar.bz2) = 016d1c2b3c9aa84cd2293bc3d784700564d7f76a511b88e6e08b6054f108b982340345c688e342be63cd078ccd2677f4f34828ac38f240e415363e786c0ffaa3 +SHA512 (vim-8.2-1412.tar.bz2) = c5d280e812f5c2c2cbc84c5e6ce49c81882364528670ec24d921391a7a8ec7c44179c7fcfe6f23dd6c07dc6b5d5cdf8772a09313698b4d1997e95c24516b1187 diff --git a/vim-7.4-fstabsyntax.patch b/vim-7.4-fstabsyntax.patch index 87ddef43..81d39da9 100644 --- a/vim-7.4-fstabsyntax.patch +++ b/vim-7.4-fstabsyntax.patch @@ -1,6 +1,6 @@ -diff -up vim81/runtime/syntax/fstab.vim.fstabsyntax vim81/runtime/syntax/fstab.vim ---- vim81/runtime/syntax/fstab.vim.fstabsyntax 2019-06-11 09:55:23.000000000 +0200 -+++ vim81/runtime/syntax/fstab.vim 2019-06-11 10:14:22.223616868 +0200 +diff -up vim82/runtime/syntax/fstab.vim.fstabsyntax vim82/runtime/syntax/fstab.vim +--- vim82/runtime/syntax/fstab.vim.fstabsyntax 2020-08-10 12:08:01.000000000 +0200 ++++ vim82/runtime/syntax/fstab.vim 2020-08-10 12:17:22.540855735 +0200 @@ -56,7 +56,7 @@ syn keyword fsMountPointKeyword containe " Type syn cluster fsTypeCluster contains=fsTypeKeyword,fsTypeUnknown @@ -14,7 +14,7 @@ diff -up vim81/runtime/syntax/fstab.vim.fstabsyntax vim81/runtime/syntax/fstab.v syn keyword fsOptionsYesNo yes no syn cluster fsOptionsCheckCluster contains=fsOptionsExt2Check,fsOptionsFatCheck syn keyword fsOptionsSize 512 1024 2048 --syn keyword fsOptionsGeneral async atime auto bind current defaults dev devgid devmode devmtime devuid dirsync exec force fstab kudzu loop mand move noatime noauto noclusterr noclusterw nodev nodevmtime nodiratime noexec nomand norelatime nosuid nosymfollow nouser owner rbind rdonly relatime remount ro rq rw suid suiddir supermount sw sync union update user users wxallowed xx nofail +-syn keyword fsOptionsGeneral async atime auto bind current defaults dev devgid devmode devmtime devuid dirsync exec force fstab kudzu loop mand move noatime noauto noclusterr noclusterw nodev nodevmtime nodiratime noexec nomand norelatime nosuid nosymfollow nouser owner rbind rdonly relatime remount ro rq rw suid suiddir supermount sw sync union update user users wxallowed xx nofail failok +syn keyword fsOptionsGeneral async atime auto bind current defaults dev devgid devmode devmtime devuid dirsync exec force fstab kudzu loop managed mand move noatime noauto noclusterr noclusterw nodev nodevmtime nodiratime noexec nomand norelatime nosuid nosymfollow nouser owner pamconsole rbind rdonly relatime remount ro rq rw suid suiddir supermount sw sync union update user users wxallowed xx nofail syn match fsOptionsGeneral /_netdev/ diff --git a/vim.spec b/vim.spec index c3d8979e..a9b2c086 100644 --- a/vim.spec +++ b/vim.spec @@ -1,4 +1,4 @@ -%define patchlevel 1382 +%define patchlevel 1412 %if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1} %define WITH_SELINUX 1 %endif @@ -781,6 +781,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags %{_datadir}/icons/locolor/*/apps/* %changelog +* Mon Aug 10 2020 Zdenek Dohnal - 2:8.2.1412-1 +- patchlevel 1412 + * Fri Aug 07 2020 Zdenek Dohnal - 2:8.2.1382-1 - patchlevel 1382