diff --git a/README.patches b/README.patches index 6dad6ce..3767b67 100644 --- a/README.patches +++ b/README.patches @@ -750,3 +750,4 @@ Individual patches for Vim 7.4: 1442 7.4.726 (after 7.4.724) cannot build GvimExt 1709 7.4.727 (after 7.4.724) cannot build GvimExt with MingW 2037 7.4.728 can't build with some version of Visual Studio 2015 + 1647 7.4.729 (after 7.4.721) occasional crash with 'list' set diff --git a/vim.spec b/vim.spec index 744edb3..5cd2603 100644 --- a/vim.spec +++ b/vim.spec @@ -1,4 +1,4 @@ -%define patchlevel 728 +%define patchlevel 729 %if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1} %define WITH_SELINUX 1 %endif @@ -775,6 +775,7 @@ Patch725: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.725 Patch726: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.726 Patch727: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.727 Patch728: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.728 +Patch729: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.729 Patch1559: 7.4.559.rhpatched Patch3000: vim-7.4-syntax.patch @@ -1653,6 +1654,7 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk %patch726 -p0 %patch727 -p0 %patch728 -p0 +%patch729 -p0 # install spell files %if %{withvimspell} @@ -2170,6 +2172,9 @@ rm -rf %{buildroot} %{_datadir}/icons/hicolor/*/apps/* %changelog +* Thu May 14 2015 Karsten Hopp 7.4.729-1 +- patchlevel 729 + * Wed May 06 2015 Karsten Hopp 7.4.728-1 - patchlevel 728