packages: vim/vim.spec, vim/vim-syntax-exports.patch (NEW) - rel 2 - added ...

baggins baggins at pld-linux.org
Thu Feb 25 16:53:36 CET 2010


Author: baggins                      Date: Thu Feb 25 15:53:36 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- rel 2
- added fsid and sec options to exports syntax

---- Files affected:
packages/vim:
   vim.spec (1.494 -> 1.495) , vim-syntax-exports.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/vim/vim.spec
diff -u packages/vim/vim.spec:1.494 packages/vim/vim.spec:1.495
--- packages/vim/vim.spec:1.494	Tue Feb  9 09:19:34 2010
+++ packages/vim/vim.spec	Thu Feb 25 16:53:31 2010
@@ -27,7 +27,7 @@
 Summary(uk.UTF-8):	Visual editor IMproved - Єдино Вірний Редактор :)
 Name:		vim
 Version:	%{ver}.%{patchlevel}
-Release:	1
+Release:	2
 Epoch:		4
 License:	Charityware
 Group:		Applications/Editors/Vim
@@ -87,6 +87,7 @@
 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
@@ -688,6 +689,7 @@
 %patch21 -p1
 %patch22 -p1
 %patch23 -p1
+%patch24 -p1
 
 # home etc
 %{?with_home_etc:%patch104 -p1}
@@ -1348,6 +1350,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.495  2010/02/25 15:53:31  baggins
+- rel 2
+- added fsid and sec options to exports syntax
+
 Revision 1.494  2010/02/09 08:19:34  adamg
 - updated to 7.2.356
 

================================================================
Index: packages/vim/vim-syntax-exports.patch
diff -u /dev/null packages/vim/vim-syntax-exports.patch:1.1
--- /dev/null	Thu Feb 25 16:53:36 2010
+++ packages/vim/vim-syntax-exports.patch	Thu Feb 25 16:53:31 2010
@@ -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=
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/vim/vim.spec?r1=1.494&r2=1.495&f=u



More information about the pld-cvs-commit mailing list