- patchlevel 206

This commit is contained in:
Karsten Hopp 2011-05-30 13:07:49 +02:00
parent 66f56d01f5
commit ae9e7bacc9
2 changed files with 55 additions and 1 deletions

View File

@ -215,3 +215,20 @@ Individual patches for Vim 7.3:
173872 7.3.187 the RISC OS port is not being maintained, remove it 173872 7.3.187 the RISC OS port is not being maintained, remove it
7901 7.3.188 some more RISC OS files to be removed 7901 7.3.188 some more RISC OS files to be removed
1476 7.3.189 (after 7.3.186) build fails without +clipboard 1476 7.3.189 (after 7.3.186) build fails without +clipboard
1462 7.3.190 "containedin" syntax argument may make highlighting be wrong
13294 7.3.191 still some RISC OS stuff to remove
1701 7.3.192 command ":s/ \?/ /g" splits multi-byte characters into bytes
1998 7.3.193 in the command line window ":close" doesn't work properly
1397 7.3.194 "!mkdir a | ln -s a b", resolve("b/") doesn't result in "a/"
4951 7.3.195 "} else" causes following lines to be indented too much
7478 7.3.196 can't intercept a character that is going to be inserted
2367 7.3.197 get E42 error when a QuickfixCmdPost event removes all errors
12240 7.3.198 there is no completion for ":lang"
1857 7.3.199 MS-Windows: Compilation problem of OLE with MingW compiler
2213 7.3.200 (after 7.3.198) CTRL-D doesn't complete :lang
3303 7.3.201 (after 7.3.195) still bad indenting after "} else"
22565 7.3.202 cannot influence the indent inside a namespace
5725 7.3.203 MS-Windows: Can't run external command without console window
1588 7.3.204 (after 7.3.201) compiler warning
2430 7.3.205 syntax "extend" doesn't work correctly
1617 7.3.206 64bit MS-Windows compiler warning

View File

@ -18,7 +18,7 @@
#used for pre-releases: #used for pre-releases:
%define beta %{nil} %define beta %{nil}
%define vimdir vim73%{?beta} %define vimdir vim73%{?beta}
%define patchlevel 189 %define patchlevel 206
Summary: The VIM editor Summary: The VIM editor
URL: http://www.vim.org/ URL: http://www.vim.org/
@ -253,6 +253,23 @@ Patch186: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.186
Patch187: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.187 Patch187: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.187
Patch188: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.188 Patch188: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.188
Patch189: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.189 Patch189: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.189
Patch190: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.190
Patch191: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.191
Patch192: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.192
Patch193: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.193
Patch194: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.194
Patch195: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.195
Patch196: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.196
Patch197: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.197
Patch198: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.198
Patch199: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.199
Patch200: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.200
Patch201: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.201
Patch202: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.202
Patch203: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.203
Patch204: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.204
Patch205: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.205
Patch206: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.206
Patch3000: vim-7.3-syntax.patch Patch3000: vim-7.3-syntax.patch
Patch3002: vim-7.1-nowarnings.patch Patch3002: vim-7.1-nowarnings.patch
@ -586,6 +603,23 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
%patch187 -p0 %patch187 -p0
%patch188 -p0 %patch188 -p0
%patch189 -p0 %patch189 -p0
%patch190 -p0
%patch191 -p0
%patch192 -p0
%patch193 -p0
%patch194 -p0
%patch195 -p0
%patch196 -p0
%patch197 -p0
%patch198 -p0
%patch199 -p0
%patch200 -p0
%patch201 -p0
%patch202 -p0
%patch203 -p0
%patch204 -p0
%patch205 -p0
%patch206 -p0
# install spell files # install spell files
@ -1053,6 +1087,9 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/icons/hicolor/*/apps/* %{_datadir}/icons/hicolor/*/apps/*
%changelog %changelog
* Mon May 30 2011 Karsten Hopp <karsten@redhat.com> 7.3.206-1
- patchlevel 206
* Wed May 11 2011 Karsten Hopp <karsten@redhat.com> 7.3.189-1 * Wed May 11 2011 Karsten Hopp <karsten@redhat.com> 7.3.189-1
- patchlevel 189 - patchlevel 189