diff --git a/README.patches b/README.patches index a86bc5f..0fb7864 100644 --- a/README.patches +++ b/README.patches @@ -720,3 +720,4 @@ Individual patches for Vim 7.4: 1809 7.4.696 not freeing memory when encountering an error 1887 7.4.697 the filename used for ":profile" must be given literally 14611 7.4.698 various problems with locked and fixed lists and dictionaries + 1420 7.4.699 E315 when trying to delete a fold diff --git a/vim.spec b/vim.spec index 7b8ac92..d154962 100644 --- a/vim.spec +++ b/vim.spec @@ -1,4 +1,4 @@ -%define patchlevel 698 +%define patchlevel 699 %if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1} %define WITH_SELINUX 1 %endif @@ -745,6 +745,7 @@ Patch695: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.695 Patch696: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.696 Patch697: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.697 Patch698: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.698 +Patch699: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.699 Patch1559: 7.4.559.rhpatched Patch3000: vim-7.4-syntax.patch @@ -1593,6 +1594,7 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk %patch696 -p0 %patch697 -p0 %patch698 -p0 +%patch699 -p0 # install spell files %if %{withvimspell} @@ -2110,6 +2112,9 @@ rm -rf %{buildroot} %{_datadir}/icons/hicolor/*/apps/* %changelog +* Tue Apr 14 2015 Karsten Hopp 7.4.699-1 +- patchlevel 699 + * Mon Apr 13 2015 Karsten Hopp 7.4.698-1 - patchlevel 698