From 4dad2be2ec51cd86ee94073ed81a7c2b50f36ad7b0a30747aa3984f636118c55 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Fri, 15 May 2009 21:36:38 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vim?expand=0&rev=35 --- vim-7.1-filetype_spec.patch | 9 +++++++++ vim.changes | 6 ++++++ vim.spec | 9 ++++++--- 3 files changed, 21 insertions(+), 3 deletions(-) diff --git a/vim-7.1-filetype_spec.patch b/vim-7.1-filetype_spec.patch index 0709eb4..d0762af 100644 --- a/vim-7.1-filetype_spec.patch +++ b/vim-7.1-filetype_spec.patch @@ -2,6 +2,15 @@ Index: runtime/syntax/spec.vim =================================================================== --- runtime/syntax/spec.vim.orig +++ runtime/syntax/spec.vim +@@ -105,7 +105,7 @@ syn case ignore + "%% PreAmble Section %% + "Copyright and Serial were deprecated by License and Epoch + syn region specPreAmbleDeprecated oneline matchgroup=specError start='^\(Copyright\|Serial\)' end='$' contains=specEmail,specURL,specURLMacro,specLicense,specColon,specVariables,specSpecialChar,specMacroIdentifier +-syn region specPreAmble oneline matchgroup=specCommand start='^\(Prereq\|Summary\|Name\|Version\|Packager\|Requires\|Icon\|URL\|Source\d*\|Patch\d*\|Prefix\|Packager\|Group\|License\|Release\|BuildRoot\|Distribution\|Vendor\|Provides\|ExclusiveArch\|ExcludeArch\|ExclusiveOS\|Obsoletes\|BuildArch\|BuildArchitectures\|BuildRequires\|BuildConflicts\|BuildPreReq\|Conflicts\|AutoRequires\|AutoReq\|AutoReqProv\|AutoProv\|Epoch\)' end='$' contains=specEmail,specURL,specURLMacro,specLicense,specColon,specVariables,specSpecialChar,specMacroIdentifier ++syn region specPreAmble oneline matchgroup=specCommand start='^\(Prereq\|Summary\|Name\|Version\|Packager\|Requires\|Icon\|URL\|Source\d*\|Patch\d*\|Prefix\|Packager\|Group\|License\|Release\|BuildRoot\|Distribution\|Vendor\|Provides\|ExclusiveArch\|ExcludeArch\|ExclusiveOS\|Obsoletes\|BuildArch\|BuildArchitectures\|BuildRequires\|BuildConflicts\|BuildPreReq\|Conflicts\|AutoRequires\|AutoReq\|AutoReqProv\|AutoProv\|Epoch\|Recommends\|Suggests\|Freshens\|EssentialFor\|Supplements\|Enhances\)' end='$' contains=specEmail,specURL,specURLMacro,specLicense,specColon,specVariables,specSpecialChar,specMacroIdentifier + + "%% Description Section %% + syn region specDescriptionArea matchgroup=specSection start='^%description' end='^%'me=e-1 contains=specDescriptionOpts,specEmail,specURL,specNumber,specMacroIdentifier,specComment @@ -114,7 +114,7 @@ syn region specDescriptionArea matchgrou syn region specPackageArea matchgroup=specSection start='^%package' end='^%'me=e-1 contains=specPackageOpts,specPreAmble,specComment diff --git a/vim.changes b/vim.changes index b7c1a60..cedf445 100644 --- a/vim.changes +++ b/vim.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed May 13 12:16:32 CEST 2009 - prusnak@suse.cz + +- added Recommends, Suggests, Freshens, EssentialFor, Supplements + and Enhances to .spec preamble keywords (added to filetype_spec.patch) + ------------------------------------------------------------------- Thu Feb 26 14:38:19 CET 2009 - werner@suse.de diff --git a/vim.spec b/vim.spec index 1a0de8b..c34f45b 100644 --- a/vim.spec +++ b/vim.spec @@ -20,7 +20,7 @@ Name: vim Version: 7.2 -Release: 11 +Release: 12 # License: Other uncritical OpenSource License; http://vimdoc.sourceforge.net/htmldoc/uganda.html#license Group: Productivity/Editors/Vi @@ -696,6 +696,9 @@ fi %endif %changelog +* Wed May 13 2009 prusnak@suse.cz +- added Recommends, Suggests, Freshens, EssentialFor, Supplements + and Enhances to .spec preamble keywords (added to filetype_spec.patch) * Thu Feb 26 2009 werner@suse.de - Add file type detection to personal vimrc skeleton (bnc#404013) * Wed Feb 25 2009 werner@suse.de @@ -813,7 +816,7 @@ fi * Mon Mar 26 2007 mrueckert@suse.de - new package layout for the vim package to allow a smaller vim installation in the minimal system (#239838) -* Fri Feb 02 2007 dmueller@suse.de +* Sat Feb 03 2007 dmueller@suse.de - fix fortify workaround * Wed Jan 24 2007 mkoenig@suse.de - move gvim and related stuff from /usr/X11R6/bin to /usr/bin @@ -1169,7 +1172,7 @@ fi * Thu Feb 28 2002 kukuk@suse.de - Add hack to avoid csh dependency - Make beta-testers happy -* Sat Feb 23 2002 mfabian@suse.de +* Sun Feb 24 2002 mfabian@suse.de - choose a different fontset for locales starting with 'zh' (zh_TW, zh_CN, ...) because the new default fontset is not suitable for these locales