- patchlevel 393

This commit is contained in:
Karsten Hopp 2012-01-05 12:45:01 +01:00
parent 2f6f86fde9
commit 9ba71d80af
2 changed files with 25 additions and 1 deletions

View File

@ -417,3 +417,10 @@ Individual patches for Vim 7.3:
1869 7.3.384 mapping CTRL-K breaks CTRL-X CTRL-K for dictionary completion 1869 7.3.384 mapping CTRL-K breaks CTRL-X CTRL-K for dictionary completion
2220 7.3.385 with expression mapping cursor may end up in the wrong place 2220 7.3.385 with expression mapping cursor may end up in the wrong place
1577 7.3.386 test 83 fails when iconv does not support cp932 1577 7.3.386 test 83 fails when iconv does not support cp932
1708 7.3.387 (after 7.3.386) test 83 may fail for some encodings
1378 7.3.388 crash on exit when EXITFREE is defined and using tiny features
2117 7.3.389 after typing at a prompt the "MORE" message appears too soon
4295 7.3.390 using NULL buffer pointer in a window
1520 7.3.391 can't check if the XPM_W32 feature is enabled
3505 7.3.392 setting 'undofile' does not trigger reading the undo file
4803 7.3.393 Win32: When resizing Vim it may be moved to another monitor

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 386 %define patchlevel 393
Summary: The VIM editor Summary: The VIM editor
URL: http://www.vim.org/ URL: http://www.vim.org/
@ -440,6 +440,13 @@ Patch383: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.383
Patch384: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.384 Patch384: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.384
Patch385: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.385 Patch385: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.385
Patch386: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.386 Patch386: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.386
Patch387: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.387
Patch388: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.388
Patch389: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.389
Patch390: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.390
Patch391: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.391
Patch392: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.392
Patch393: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.393
Patch3000: vim-7.3-syntax.patch Patch3000: vim-7.3-syntax.patch
Patch3002: vim-7.1-nowarnings.patch Patch3002: vim-7.1-nowarnings.patch
@ -968,6 +975,13 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
%patch384 -p0 %patch384 -p0
%patch385 -p0 %patch385 -p0
%patch386 -p0 %patch386 -p0
%patch387 -p0
%patch388 -p0
%patch389 -p0
%patch390 -p0
%patch391 -p0
%patch392 -p0
%patch393 -p0
# install spell files # install spell files
@ -1425,6 +1439,9 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/icons/hicolor/*/apps/* %{_datadir}/icons/hicolor/*/apps/*
%changelog %changelog
* Thu Jan 05 2012 Karsten Hopp <karsten@redhat.com> 7.3.393-1
- patchlevel 393
* Fri Dec 23 2011 Karsten Hopp <karsten@redhat.com> 7.3.386-1 * Fri Dec 23 2011 Karsten Hopp <karsten@redhat.com> 7.3.386-1
- patchlevel 386 - patchlevel 386