From d48fd71de617fe0bf2ae3532b53da74d3b0ee789 Mon Sep 17 00:00:00 2001 From: Karsten Hopp Date: Mar 25 2015 17:00:03 +0000 Subject: - patchlevel 682 --- diff --git a/README.patches b/README.patches index 88cd947..3a744a2 100644 --- a/README.patches +++ b/README.patches @@ -703,3 +703,4 @@ Individual patches for Vim 7.4: 2444 7.4.679 color values greater than 255 cause problems on MS-Windows 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 diff --git a/vim.spec b/vim.spec index d8d68c7..c8b6b47 100644 --- a/vim.spec +++ b/vim.spec @@ -1,4 +1,4 @@ -%define patchlevel 681 +%define patchlevel 682 %if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1} %define WITH_SELINUX 1 %endif @@ -728,6 +728,7 @@ Patch678: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.678 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 Patch1559: 7.4.559.rhpatched Patch3000: vim-7.4-syntax.patch @@ -1559,6 +1560,7 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk %patch679 -p0 %patch680 -p0 %patch681 -p0 +%patch682 -p0 # install spell files %if %{withvimspell} @@ -2076,6 +2078,9 @@ rm -rf %{buildroot} %{_datadir}/icons/hicolor/*/apps/* %changelog +* Wed Mar 25 2015 Karsten Hopp 7.4.682-1 +- patchlevel 682 + * Tue Mar 24 2015 Karsten Hopp 7.4.681-1 - patchlevel 681