This commit is contained in:
parent
c56abfbd3a
commit
fb1f762649
13
vim-7.1-ftplugin_changelog.patch
Normal file
13
vim-7.1-ftplugin_changelog.patch
Normal file
@ -0,0 +1,13 @@
|
||||
Index: vim71/runtime/ftplugin/changelog.vim
|
||||
===================================================================
|
||||
--- vim71.orig/runtime/ftplugin/changelog.vim
|
||||
+++ vim71/runtime/ftplugin/changelog.vim
|
||||
@@ -131,7 +131,7 @@ if &filetype == 'changelog'
|
||||
|
||||
" Regular expression used to find the end of a date entry
|
||||
if !exists('g:changelog_date_end_entry_search')
|
||||
- let g:changelog_date_entry_search = '^\s*$'
|
||||
+ let g:changelog_date_end_entry_search = '^\s*$'
|
||||
endif
|
||||
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 19 12:13:42 CEST 2007 - mkoenig@suse.de
|
||||
|
||||
- fix changelog ftplugin [#284970]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 23 12:05:55 CEST 2007 - mkoenig@suse.de
|
||||
|
||||
|
6
vim.spec
6
vim.spec
@ -12,7 +12,7 @@
|
||||
|
||||
Name: vim
|
||||
Version: 7.1
|
||||
Release: 1
|
||||
Release: 7
|
||||
#
|
||||
License: Other uncritical OpenSource License, http://vimdoc.sourceforge.net/htmldoc/uganda.html#license
|
||||
Group: Productivity/Editors/Vi
|
||||
@ -79,6 +79,7 @@ Patch12: %{name}-7.0-ruby_ldflags_configure.patch
|
||||
Patch14: %{name}-7.0-grub.patch
|
||||
Patch15: %{name}-7.0-apparmor.patch
|
||||
Patch16: %{name}-7.0-flex-array.diff
|
||||
Patch17: vim-7.1-ftplugin_changelog.patch
|
||||
# tbd??? %name-6.3-ga-utf8.diff
|
||||
# tbd??? %name-6.3-initvals.diff
|
||||
# tbd??? vim64-svn-crash.patch
|
||||
@ -274,6 +275,7 @@ Authors:
|
||||
%patch14
|
||||
%patch15 -p1
|
||||
%patch16
|
||||
%patch17 -p1
|
||||
cp %{S:3} %{S:4} %{S:5} %{S:6} %{S:8} %{S:9} %{S:10} .
|
||||
rename no nb $RPM_BUILD_DIR/vim*/src/po/no.*
|
||||
rename menu_no menu_nb $RPM_BUILD_DIR/vim*/runtime/lang/menu_no*
|
||||
@ -634,6 +636,8 @@ fi
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Jun 19 2007 - mkoenig@suse.de
|
||||
- fix changelog ftplugin [#284970]
|
||||
* Wed May 23 2007 - mkoenig@suse.de
|
||||
- update to version 7.1
|
||||
- removed patches:
|
||||
|
Loading…
Reference in New Issue
Block a user