diff --git a/README.patches b/README.patches index 3a744a2..19dc2ac 100644 --- a/README.patches +++ b/README.patches @@ -704,3 +704,4 @@ Individual patches for Vim 7.4: 9657 7.4.680 CTRL-W in Insert mode does not work well for multi-byte chars 2327 7.4.681 MS-Windows: with minimized Vim window height is incorrect 2603 7.4.682 search and match highlighting replace cursorline highlighting + 2222 7.4.683 typo in the vimtutor command diff --git a/vim.spec b/vim.spec index c8b6b47..f4c6e36 100644 --- a/vim.spec +++ b/vim.spec @@ -1,4 +1,4 @@ -%define patchlevel 682 +%define patchlevel 683 %if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1} %define WITH_SELINUX 1 %endif @@ -729,6 +729,7 @@ Patch679: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.679 Patch680: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.680 Patch681: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.681 Patch682: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.682 +Patch683: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.683 Patch1559: 7.4.559.rhpatched Patch3000: vim-7.4-syntax.patch @@ -1561,6 +1562,7 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk %patch680 -p0 %patch681 -p0 %patch682 -p0 +%patch683 -p0 # install spell files %if %{withvimspell} @@ -2078,6 +2080,9 @@ rm -rf %{buildroot} %{_datadir}/icons/hicolor/*/apps/* %changelog +* Thu Mar 26 2015 Karsten Hopp 7.4.683-1 +- patchlevel 683 + * Wed Mar 25 2015 Karsten Hopp 7.4.682-1 - patchlevel 682