- patchlevel 657

This commit is contained in:
Karsten Hopp 2015-03-07 18:00:04 +01:00
parent deccd76296
commit 9e23892564
2 changed files with 7 additions and 1 deletions

View File

@ -678,3 +678,4 @@ Individual patches for Vim 7.4:
5292 7.4.654 glob()/ globpath() cannot include links to non-existing files
4592 7.4.655 text deleted by "dit" depends on indent of closing tag
2854 7.4.656 (after 7.4.654) missing changes for glob() in one file
2249 7.4.657 (after 7.4.656) compiler warnings for pointer mismatch

View File

@ -1,4 +1,4 @@
%define patchlevel 656
%define patchlevel 657
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
%define WITH_SELINUX 1
%endif
@ -703,6 +703,7 @@ Patch653: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.653
Patch654: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.654
Patch655: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.655
Patch656: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.656
Patch657: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.657
Patch1559: 7.4.559.rhpatched
Patch3000: vim-7.4-syntax.patch
@ -1509,6 +1510,7 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
%patch654 -p0
%patch655 -p0
%patch656 -p0
%patch657 -p0
# install spell files
%if %{withvimspell}
@ -2026,6 +2028,9 @@ rm -rf %{buildroot}
%{_datadir}/icons/hicolor/*/apps/*
%changelog
* Sat Mar 07 2015 Karsten Hopp <karsten@redhat.com> 7.4.657-1
- patchlevel 657
* Fri Mar 06 2015 Karsten Hopp <karsten@redhat.com> 7.4.656-1
- patchlevel 656