This commit is contained in:
parent
f4d7f36988
commit
4dad2be2ec
@ -2,6 +2,15 @@ Index: runtime/syntax/spec.vim
|
|||||||
===================================================================
|
===================================================================
|
||||||
--- runtime/syntax/spec.vim.orig
|
--- runtime/syntax/spec.vim.orig
|
||||||
+++ runtime/syntax/spec.vim
|
+++ 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
|
@@ -114,7 +114,7 @@ syn region specDescriptionArea matchgrou
|
||||||
syn region specPackageArea matchgroup=specSection start='^%package' end='^%'me=e-1 contains=specPackageOpts,specPreAmble,specComment
|
syn region specPackageArea matchgroup=specSection start='^%package' end='^%'me=e-1 contains=specPackageOpts,specPreAmble,specComment
|
||||||
|
|
||||||
|
@ -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
|
Thu Feb 26 14:38:19 CET 2009 - werner@suse.de
|
||||||
|
|
||||||
|
9
vim.spec
9
vim.spec
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
Name: vim
|
Name: vim
|
||||||
Version: 7.2
|
Version: 7.2
|
||||||
Release: 11
|
Release: 12
|
||||||
#
|
#
|
||||||
License: Other uncritical OpenSource License; http://vimdoc.sourceforge.net/htmldoc/uganda.html#license
|
License: Other uncritical OpenSource License; http://vimdoc.sourceforge.net/htmldoc/uganda.html#license
|
||||||
Group: Productivity/Editors/Vi
|
Group: Productivity/Editors/Vi
|
||||||
@ -696,6 +696,9 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Feb 26 2009 werner@suse.de
|
||||||
- Add file type detection to personal vimrc skeleton (bnc#404013)
|
- Add file type detection to personal vimrc skeleton (bnc#404013)
|
||||||
* Wed Feb 25 2009 werner@suse.de
|
* Wed Feb 25 2009 werner@suse.de
|
||||||
@ -813,7 +816,7 @@ fi
|
|||||||
* Mon Mar 26 2007 mrueckert@suse.de
|
* Mon Mar 26 2007 mrueckert@suse.de
|
||||||
- new package layout for the vim package to allow a smaller vim
|
- new package layout for the vim package to allow a smaller vim
|
||||||
installation in the minimal system (#239838)
|
installation in the minimal system (#239838)
|
||||||
* Fri Feb 02 2007 dmueller@suse.de
|
* Sat Feb 03 2007 dmueller@suse.de
|
||||||
- fix fortify workaround
|
- fix fortify workaround
|
||||||
* Wed Jan 24 2007 mkoenig@suse.de
|
* Wed Jan 24 2007 mkoenig@suse.de
|
||||||
- move gvim and related stuff from /usr/X11R6/bin to /usr/bin
|
- move gvim and related stuff from /usr/X11R6/bin to /usr/bin
|
||||||
@ -1169,7 +1172,7 @@ fi
|
|||||||
* Thu Feb 28 2002 kukuk@suse.de
|
* Thu Feb 28 2002 kukuk@suse.de
|
||||||
- Add hack to avoid csh dependency
|
- Add hack to avoid csh dependency
|
||||||
- Make beta-testers happy
|
- 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'
|
- choose a different fontset for locales starting with 'zh'
|
||||||
(zh_TW, zh_CN, ...) because the new default fontset is not
|
(zh_TW, zh_CN, ...) because the new default fontset is not
|
||||||
suitable for these locales
|
suitable for these locales
|
||||||
|
Loading…
Reference in New Issue
Block a user