- spec.vim fix from Andrew Overholt

This commit is contained in:
Karsten Hopp 2005-02-10 16:45:35 +00:00
parent 14c9def9b0
commit ef334d8c1b
2 changed files with 7 additions and 4 deletions

View File

@ -2,7 +2,7 @@
" Language: spec file
" Maintainer: Guillaume Rousse <rousse@ccr.jussieu.fr>
" URL: http://lis.snv.jussieu.fr/~rousse/linux/spec.vim
" Version: $Id: spec.vim,v 1.1 2004/09/09 14:07:26 cvsdist Exp $
" Version: $Id: spec.vim,v 1.2 2005/02/10 16:45:35 karsten Exp $
if exists("b:did_ftplugin")
finish
@ -73,9 +73,9 @@ if !exists("*s:InsertChangelogEntry")
" Insert a changelog entry just after the given line
function s:InsertChangelogEntry(line)
" insert changelog entry
call append(a:line, "- ")
call append(a:line, "-")
" position cursor here
execute a:line
execute a:line +1
" enter insert mode
startinsert!
endfunction

View File

@ -26,7 +26,7 @@
Summary: The VIM editor.
Name: vim
Version: %{baseversion}.%{patchlevel}
Release: 2
Release: 3
License: freeware
Group: Applications/Editors
Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{baseversion}.tar.bz2
@ -567,6 +567,9 @@ rm -rf $RPM_BUILD_ROOT
%endif
%changelog
* Thu Feb 10 2005 Karsten Hopp <karsten@redhat.de> 6.3.061-3
- spec.vim fix from Andrew Overholt
* Mon Feb 07 2005 Karsten Hopp <karsten@redhat.de> 6.3.061-2
- fix tmpfile patch (#147192)