diff --git a/README.patches b/README.patches index 6a9174c..d7866a0 100644 --- a/README.patches +++ b/README.patches @@ -679,3 +679,4 @@ Individual patches for Vim 7.4: 4592 7.4.655 text deleted by "dit" depends on indent of closing tag 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 diff --git a/vim.spec b/vim.spec index 0d1860e..3acfe6c 100644 --- a/vim.spec +++ b/vim.spec @@ -1,4 +1,4 @@ -%define patchlevel 657 +%define patchlevel 658 %if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1} %define WITH_SELINUX 1 %endif @@ -704,6 +704,7 @@ Patch654: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.654 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 Patch1559: 7.4.559.rhpatched Patch3000: vim-7.4-syntax.patch @@ -1511,6 +1512,7 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk %patch655 -p0 %patch656 -p0 %patch657 -p0 +%patch658 -p0 # install spell files %if %{withvimspell} @@ -2028,6 +2030,9 @@ rm -rf %{buildroot} %{_datadir}/icons/hicolor/*/apps/* %changelog +* Sun Mar 08 2015 Karsten Hopp 7.4.658-1 +- patchlevel 658 + * Sat Mar 07 2015 Karsten Hopp 7.4.657-1 - patchlevel 657