From be0a4d78861b3179dab034b0c1b13930cc1c8ff5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20R=C4=99korajski?= Date: Thu, 25 Feb 2010 15:53:31 +0000 Subject: [PATCH] - rel 2 - added fsid and sec options to exports syntax Changed files: vim-syntax-exports.patch -> 1.1 vim.spec -> 1.495 --- vim-syntax-exports.patch | 11 +++++++++++ vim.spec | 4 +++- 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 vim-syntax-exports.patch diff --git a/vim-syntax-exports.patch b/vim-syntax-exports.patch new file mode 100644 index 0000000..2dfded0 --- /dev/null +++ b/vim-syntax-exports.patch @@ -0,0 +1,11 @@ +--- vim72/runtime/syntax/exports.vim~ 2005-09-06 19:27:19.000000000 +0200 ++++ vim72/runtime/syntax/exports.vim 2010-02-25 16:51:37.279124885 +0100 +@@ -20,7 +20,7 @@ + syn match exportsOptError contained "[a-z]\+" + + " Settings: word= +-syn keyword exportsKeySettings contained access anon root rw ++syn keyword exportsKeySettings contained access anon root rw fsid sec + syn match exportsSetError contained "[a-z]\+" + + " OptSet: -word= diff --git a/vim.spec b/vim.spec index 8c4fcf7..bbde811 100644 --- a/vim.spec +++ b/vim.spec @@ -26,7 +26,7 @@ Summary(tr.UTF-8): Gelişmiş bir vi sürümü Summary(uk.UTF-8): Visual editor IMproved - Єдино Вірний Редактор :) Name: vim Version: %{ver}.%{patchlevel} -Release: 1 +Release: 2 Epoch: 4 License: Charityware Group: Applications/Editors/Vim @@ -86,6 +86,7 @@ Patch20: %{name}-nagios.patch Patch21: %{name}-filetypes.patch Patch22: %{name}-man_installation.patch Patch23: %{name}-vimrc.patch +Patch24: %{name}-syntax-exports.patch Patch102: %{name}-gtkfilechooser.patch Patch104: %{name}-home_etc.patch Patch105: %{name}-autopaste.patch @@ -687,6 +688,7 @@ jak również GUI GTK+2. %patch21 -p1 %patch22 -p1 %patch23 -p1 +%patch24 -p1 # home etc %{?with_home_etc:%patch104 -p1} -- 2.44.0