- patchlevel 1412

This commit is contained in:
Zdenek Dohnal 2020-08-10 12:08:25 +02:00
parent c356de957b
commit 8d0725b469
4 changed files with 10 additions and 6 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -1 +1 @@
SHA512 (vim-8.2-1382.tar.bz2) = 016d1c2b3c9aa84cd2293bc3d784700564d7f76a511b88e6e08b6054f108b982340345c688e342be63cd078ccd2677f4f34828ac38f240e415363e786c0ffaa3
SHA512 (vim-8.2-1412.tar.bz2) = c5d280e812f5c2c2cbc84c5e6ce49c81882364528670ec24d921391a7a8ec7c44179c7fcfe6f23dd6c07dc6b5d5cdf8772a09313698b4d1997e95c24516b1187

View File

@ -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/

View File

@ -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 <zdohnal@redhat.com> - 2:8.2.1412-1
- patchlevel 1412
* Fri Aug 07 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.1382-1
- patchlevel 1382