- patchlevel 663

This commit is contained in:
Karsten Hopp 2015-03-14 18:00:04 +01:00
parent f37ba5d526
commit 5a37df08c9
2 changed files with 7 additions and 1 deletions

View File

@ -684,3 +684,4 @@ Individual patches for Vim 7.4:
2025 7.4.660 using freed memory if g:colors_name is changed 2025 7.4.660 using freed memory if g:colors_name is changed
1571 7.4.661 using "0 CTRL-D" in Insert mode may have CursorHoldI interfere 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' 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

View File

@ -1,4 +1,4 @@
%define patchlevel 662 %define patchlevel 663
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1} %if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
%define WITH_SELINUX 1 %define WITH_SELINUX 1
%endif %endif
@ -709,6 +709,7 @@ Patch659: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.659
Patch660: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.660 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 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 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
Patch1559: 7.4.559.rhpatched Patch1559: 7.4.559.rhpatched
Patch3000: vim-7.4-syntax.patch Patch3000: vim-7.4-syntax.patch
@ -1521,6 +1522,7 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
%patch660 -p0 %patch660 -p0
%patch661 -p0 %patch661 -p0
%patch662 -p0 %patch662 -p0
%patch663 -p0
# install spell files # install spell files
%if %{withvimspell} %if %{withvimspell}
@ -2038,6 +2040,9 @@ rm -rf %{buildroot}
%{_datadir}/icons/hicolor/*/apps/* %{_datadir}/icons/hicolor/*/apps/*
%changelog %changelog
* Sat Mar 14 2015 Karsten Hopp <karsten@redhat.com> 7.4.663-1
- patchlevel 663
* Fri Mar 13 2015 Karsten Hopp <karsten@redhat.com> 7.4.662-1 * Fri Mar 13 2015 Karsten Hopp <karsten@redhat.com> 7.4.662-1
- patchlevel 662 - patchlevel 662