- patchlevel 224

This commit is contained in:
Karsten Hopp 2007-03-30 11:16:51 +00:00
parent 68414b0ead
commit 1d16565d1b
2 changed files with 76 additions and 1 deletions

View File

@ -232,3 +232,26 @@ Individual patches for Vim 7.0:
1969 7.0.199 cursor in wrong col when completing+formatting multi-byte
2792 7.0.200 memory leaks when out of memory
2511 7.0.201 error message from ":diffput" may be wrong
9403 7.0.202 compiler and runtime problems on Tandem systems
5579 7.0.203 0x80 and CSI need to be escaped when executing a register
1892 7.0.204 cscope: parsing of lines for listing doesn't work properly
1573 7.0.205 (after 7.0.203) can't compile tiny version
2099 7.0.206 (after 7.0.058) can't edit all gb18030 files properly
3000 7.0.207 (after 7.0.203) 0x80 and CSI escaped too often when recording
9414 7.0.208 (after 7.0.171 and 7.0.180) VMS: path changes cause trouble
1706 7.0.209 Python: cursor may end up beyond end of changed line
3863 7.0.210 ":cbuffer" and ":lbuffer" don't take a !
1674 7.0.211 CTRL-U in Insert mode deletes autoindent when 'bs' is zero
2636 7.0.212 GUI doesn't terminate on SIGTERM
1463 7.0.213 "z=" crashes when regions in 'spellfile' share soundfolding
4870 7.0.214 can't get "\ " argument for <f-args> in a user command
2807 7.0.215 (extra) Mac: Context menu has disabled useless Help entry
3460 7.0.216 ":tab wincmd ]" does not open a new tab page
2007 7.0.217 hang when pressing "n" for ":%s/\n/,\r/gc"
1479 7.0.218 "%B" in 'statusline' doesn't work in Insert mode
4108 7.0.219 editexisting.vim doesn't see buffer in other tab page
1448 7.0.220 crash when using winnr('#') in a new tab page
3029 7.0.221 finddir() did not work properly for "." in path
4147 7.0.222 'cindent' works for Perl, except for recognizing comments
2604 7.0.223 popup menu could not handle unprintable characters
6467 7.0.224 when expanding "##" spaces are escaped twice

View File

@ -15,7 +15,7 @@
#used for pre-releases:
%define beta %{nil}
%define vimdir vim70%{?beta}
%define patchlevel 201
%define patchlevel 224
Summary: The VIM editor
URL: http://www.vim.org/
@ -254,6 +254,29 @@ Patch196: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.196
Patch199: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.199
Patch200: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.200
Patch201: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.201
Patch202: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.202
Patch203: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.203
Patch204: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.204
Patch205: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.205
Patch206: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.206
Patch207: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.207
#Patch208: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.208
Patch209: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.209
Patch210: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.210
Patch211: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.211
Patch212: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.212
Patch213: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.213
Patch214: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.214
#Patch215: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.215
Patch216: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.216
Patch217: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.217
Patch218: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.218
Patch219: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.219
Patch220: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.220
Patch221: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.221
Patch222: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.222
Patch223: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.223
Patch224: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.224
Patch3000: vim-7.0-syntax.patch
#Patch3001: vim-6.2-rh1.patch
@ -620,6 +643,32 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
%patch199 -p0
%patch200 -p0
%patch201 -p0
%patch202 -p0
%patch203 -p0
%patch204 -p0
%patch205 -p0
%patch206 -p0
%patch207 -p0
# VMS:
#patch208 -p0
%patch209 -p0
%patch210 -p0
%patch211 -p0
%patch212 -p0
%patch213 -p0
%patch214 -p0
# MAC:
#patch215 -p0
%patch216 -p0
%patch217 -p0
%patch218 -p0
%patch219 -p0
%patch220 -p0
%patch221 -p0
%patch222 -p0
%patch223 -p0
%patch224 -p0
# install spell files
%if %{withvimspell}
@ -993,6 +1042,9 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/icons/hicolor/*/apps/*
%changelog
* Fri Mar 30 2007 Karsten Hopp <karsten@redhat.com> 7.0.224-3
- patchlevel 224
* Wed Feb 21 2007 Karsten Hopp <karsten@redhat.com> 7.0.195-2
- rpmlint fixes (#226526)