diff --git a/README.patches b/README.patches index 45d0f6c..99b3cc9 100644 --- a/README.patches +++ b/README.patches @@ -685,3 +685,8 @@ Individual patches for Vim 7.4: 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' 1729 7.4.663 when using netbeans a buffer is not found in another tab + 2289 7.4.664 effect of 'numberwidth' being set not immediately visible + 2582 7.4.665 'linebreak' does not work properly with multi-byte characters + 2470 7.4.666 there is a chance that Vim may lock up + 2109 7.4.667 'colorcolumn' isn't drawn in closed fold like 'cursorcolumn' + 4671 7.4.668 can't use a glob pattern as a regexp pattern diff --git a/vim.spec b/vim.spec index adbb86c..6b15757 100644 --- a/vim.spec +++ b/vim.spec @@ -1,4 +1,4 @@ -%define patchlevel 663 +%define patchlevel 668 %if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1} %define WITH_SELINUX 1 %endif @@ -710,6 +710,11 @@ 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 Patch663: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.663 +Patch664: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.664 +Patch665: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.665 +Patch666: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.666 +Patch667: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.667 +Patch668: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.668 Patch1559: 7.4.559.rhpatched Patch3000: vim-7.4-syntax.patch @@ -1523,6 +1528,11 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk %patch661 -p0 %patch662 -p0 %patch663 -p0 +%patch664 -p0 +%patch665 -p0 +%patch666 -p0 +%patch667 -p0 +%patch668 -p0 # install spell files %if %{withvimspell} @@ -2040,6 +2050,9 @@ rm -rf %{buildroot} %{_datadir}/icons/hicolor/*/apps/* %changelog +* Fri Mar 20 2015 Karsten Hopp 7.4.668-1 +- patchlevel 668 + * Sat Mar 14 2015 Karsten Hopp 7.4.663-1 - patchlevel 663