diff --git a/README.patches b/README.patches index 5742d6c..376ba1a 100644 --- a/README.patches +++ b/README.patches @@ -469,7 +469,7 @@ Individual patches for Vim 7.4: 1539 7.4.443 error reported by ubsan when running test 72 1544 7.4.444 reversed question mark not recognized as punctuation 2549 7.4.445 clipboard may be cleared on startup - 7513 7.4.446 environment for executing autocommand may not be restored. + 7513 7.4.446 environment for executing autocommand may not be restored 4082 7.4.447 spell files from Hunspell may generate a lot of errors 2691 7.4.448 MS-Windows: Using ETO_IGNORELANGUAGE causes problems 3740 7.4.449 can't easily close the help window @@ -486,3 +486,5 @@ Individual patches for Vim 7.4: 2497 7.4.461 MS-Windows: When collate is on the number of copies is too high 2454 7.4.462 Setting the local value of 'backupcopy' empty gives an error 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 diff --git a/vim.spec b/vim.spec index 6a874f3..2a41b24 100644 --- a/vim.spec +++ b/vim.spec @@ -1,4 +1,4 @@ -%define patchlevel 463 +%define patchlevel 465 %if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1} %define WITH_SELINUX 1 %endif @@ -510,6 +510,8 @@ Patch460: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.460 Patch461: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.461 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 Patch3000: vim-7.4-syntax.patch Patch3002: vim-7.1-nowarnings.patch @@ -1119,6 +1121,8 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk %patch461 -p0 %patch462 -p0 %patch463 -p0 +%patch464 -p0 +%patch465 -p0 # install spell files %if %{withvimspell} @@ -1635,6 +1639,9 @@ rm -rf %{buildroot} %{_datadir}/icons/hicolor/*/apps/* %changelog +* Tue Oct 07 2014 Karsten Hopp 7.4.465-1 +- patchlevel 465 + * Tue Sep 30 2014 Karsten Hopp 7.4.463-1 - patchlevel 463