OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 08-Jun-2004 22:43:01
Branch: HEAD Handle: 2004060821430000
Modified files:
openpkg-src/vim vim.patch vim.spec
Log:
%undefine is also a valid construct
Summary:
Revision Changes Path
1.5 +1 -1 openpkg-src/vim/vim.patch
1.339 +1 -1 openpkg-src/vim/vim.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/vim/vim.patch
============================================================================
$ cvs diff -u -r1.4 -r1.5 vim.patch
--- openpkg-src/vim/vim.patch 7 Jun 2004 17:57:59 -0000 1.4
+++ openpkg-src/vim/vim.patch 8 Jun 2004 20:43:00 -0000 1.5
@@ -9,7 +9,7 @@
"One line macros - valid in all ScriptAreas
"tip: remember do include new itens on specScriptArea's skip section
-syn region specSectionMacroArea oneline matchgroup=specSectionMacro
start='^%\(define\|patch\d*\|setup\|configure\|GNUconfigure\|find_lang\|makeinstall\)\>'
end='$' contains=specCommandOpts,specMacroIdentifier
-+syn region specSectionMacroArea oneline matchgroup=specSectionMacro
start='^%\(option\|define\|patch\d*\|setup\|configure\|GNUconfigure\|find_lang\|makeinstall\)\>'
end='$' contains=specCommandOpts,specMacroIdentifier
++syn region specSectionMacroArea oneline matchgroup=specSectionMacro
start='^%\(option\|define\|undefine\|patch\d*\|setup\|configure\|GNUconfigure\|find_lang\|makeinstall\)\>'
end='$' contains=specCommandOpts,specMacroIdentifier
syn region specSectionMacroBracketArea oneline matchgroup=specSectionMacro
start='^%{\(configure\|GNUconfigure\|find_lang\|makeinstall\)}' end='$'
contains=specCommandOpts,specMacroIdentifier
"%% Files Section %%
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/vim/vim.spec
============================================================================
$ cvs diff -u -r1.338 -r1.339 vim.spec
--- openpkg-src/vim/vim.spec 7 Jun 2004 17:57:59 -0000 1.338
+++ openpkg-src/vim/vim.spec 8 Jun 2004 20:43:00 -0000 1.339
@@ -39,7 +39,7 @@
Group: Editor
License: Charityware
Version: %{V_vl}.%{V_pl}
-Release: 20040607
+Release: 20040608
# package options
%option with_x11 no
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]