diff --git a/README.patches b/README.patches index d7866a0..0fd6b83 100644 --- a/README.patches +++ b/README.patches @@ -680,3 +680,7 @@ Individual patches for Vim 7.4: 2854 7.4.656 (after 7.4.654) missing changes for glob() in one file 2249 7.4.657 (after 7.4.656) compiler warnings for pointer mismatch 3033 7.4.658 'formatexpr' is evaluated too often + 2711 7.4.659 when 'ruler' is set the preferred column is reset (Issue 339) + 2025 7.4.660 using freed memory if g:colors_name is changed + 1571 7.4.661 using "0 CTRL-D" in Insert mode may have CursorHoldI interfere + 6826 7.4.662 selecting text object can be wrong when 'M' is in the 'cpo' diff --git a/vim.spec b/vim.spec index cca905a..5d2674d 100644 --- a/vim.spec +++ b/vim.spec @@ -1,4 +1,4 @@ -%define patchlevel 658 +%define patchlevel 662 %if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1} %define WITH_SELINUX 1 %endif @@ -705,6 +705,10 @@ Patch655: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.655 Patch656: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.656 Patch657: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.657 Patch658: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.658 +Patch659: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.659 +Patch660: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.660 +Patch661: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.661 +Patch662: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.662 Patch1559: 7.4.559.rhpatched Patch3000: vim-7.4-syntax.patch @@ -1513,6 +1517,10 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk %patch656 -p0 %patch657 -p0 %patch658 -p0 +%patch659 -p0 +%patch660 -p0 +%patch661 -p0 +%patch662 -p0 # install spell files %if %{withvimspell} @@ -2030,6 +2038,9 @@ rm -rf %{buildroot} %{_datadir}/icons/hicolor/*/apps/* %changelog +* Fri Mar 13 2015 Karsten Hopp 7.4.662-1 +- patchlevel 662 + * Sun Mar 08 2015 Karsten Hopp 7.4.658-1 - patchlevel 658