- patchlevel 668

This commit is contained in:
Karsten Hopp 2015-03-20 18:00:05 +01:00
parent 0bdd142ed6
commit 234756333d
2 changed files with 19 additions and 1 deletions

View File

@ -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

View File

@ -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 <karsten@redhat.com> 7.4.668-1
- patchlevel 668
* Sat Mar 14 2015 Karsten Hopp <karsten@redhat.com> 7.4.663-1
- patchlevel 663