- patchlevel 471

This commit is contained in:
Karsten Hopp 2014-10-09 18:00:15 +02:00
parent ea5abb96db
commit 0a0ee97777
2 changed files with 21 additions and 1 deletions

View File

@ -488,3 +488,8 @@ Individual patches for Vim 7.4:
1844 7.4.463 tests 86 and 87 may hang on MS-Windows
1536 7.4.464 (after 7.4.459) compiler warning
1588 7.4.465 crash when expanding a very long string
1576 7.4.466 (after 7.4.460) CTRL-W } does not open preview window
4117 7.4.467 'linebreak' does not work well together with Visual mode
1892 7.4.469 (after 7.4.467) can't build with MSVC
4675 7.4.470 test 11 and 100 do not work properly on Windows
2350 7.4.471 MS-Windows: multi-byte printer name is displayed as ???

View File

@ -1,4 +1,4 @@
%define patchlevel 465
%define patchlevel 471
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
%define WITH_SELINUX 1
%endif
@ -512,6 +512,12 @@ Patch462: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.462
Patch463: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.463
Patch464: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.464
Patch465: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.465
Patch466: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.466
Patch467: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.467
Patch468: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.468
Patch469: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.469
Patch470: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.470
Patch471: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.471
Patch3000: vim-7.4-syntax.patch
Patch3002: vim-7.1-nowarnings.patch
@ -1123,6 +1129,12 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
%patch463 -p0
%patch464 -p0
%patch465 -p0
%patch466 -p0
%patch467 -p0
%patch468 -p0
%patch469 -p0
%patch470 -p0
%patch471 -p0
# install spell files
%if %{withvimspell}
@ -1639,6 +1651,9 @@ rm -rf %{buildroot}
%{_datadir}/icons/hicolor/*/apps/*
%changelog
* Thu Oct 09 2014 Karsten Hopp <karsten@redhat.com> 7.4.471-1
- patchlevel 471
* Tue Oct 07 2014 Karsten Hopp <karsten@redhat.com> 7.4.465-1
- patchlevel 465