diff --git a/README.patches b/README.patches index 1b5dc3c..f091df2 100644 --- a/README.patches +++ b/README.patches @@ -733,3 +733,4 @@ Individual patches for Vim 7.4: 8809 7.4.709 ":tabmove" does not work as documented 10791 7.4.710 it is not possible to make spaces visibible in list mode 1437 7.4.711 (after 7.4.710) missing change in one file + 1434 7.4.712 missing change in another file diff --git a/vim.spec b/vim.spec index 145f29b..941dac7 100644 --- a/vim.spec +++ b/vim.spec @@ -1,4 +1,4 @@ -%define patchlevel 711 +%define patchlevel 712 %if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1} %define WITH_SELINUX 1 %endif @@ -758,6 +758,7 @@ Patch708: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.708 Patch709: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.709 Patch710: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.710 Patch711: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.711 +Patch712: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.712 Patch1559: 7.4.559.rhpatched Patch3000: vim-7.4-syntax.patch @@ -1619,6 +1620,7 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk %patch709 -p0 %patch710 -p0 %patch711 -p0 +%patch712 -p0 # install spell files %if %{withvimspell} @@ -2136,6 +2138,9 @@ rm -rf %{buildroot} %{_datadir}/icons/hicolor/*/apps/* %changelog +* Thu Apr 23 2015 Karsten Hopp 7.4.712-1 +- patchlevel 712 + * Wed Apr 22 2015 Karsten Hopp 7.4.711-1 - patchlevel 711