]> git.pld-linux.org Git - packages/vim.git/commitdiff
- rel 2 auto/th/vim-7_2_356-2
authorJan Rękorajski <baggins@pld-linux.org>
Thu, 25 Feb 2010 15:53:31 +0000 (15:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added fsid and sec options to exports syntax

Changed files:
    vim-syntax-exports.patch -> 1.1
    vim.spec -> 1.495

vim-syntax-exports.patch [new file with mode: 0644]
vim.spec

diff --git a/vim-syntax-exports.patch b/vim-syntax-exports.patch
new file mode 100644 (file)
index 0000000..2dfded0
--- /dev/null
@@ -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=
index 8c4fcf7582d98aa0cb5bc1ca725c16cf29605fee..bbde811ffa48fd9e825709fe58fb4cb56ffe4efe 100644 (file)
--- 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}
This page took 0.051242 seconds and 4 git commands to generate.