diff --git a/README.patches b/README.patches index 200e7cb..a22ef26 100644 --- a/README.patches +++ b/README.patches @@ -759,3 +759,4 @@ Individual patches for Vim 7.4: 1514 7.4.735 wrong argument for sizeof() 2537 7.4.736 invalid memory access 1573 7.4.737 on MS-Windows vimgrep over arglist doesn't work (Issue 361) + 2961 7.4.738 (after 7.4.732) can't compile without the syntax HL feature diff --git a/vim.spec b/vim.spec index 316aad3..cbfd1aa 100644 --- a/vim.spec +++ b/vim.spec @@ -1,4 +1,4 @@ -%define patchlevel 737 +%define patchlevel 738 %if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1} %define WITH_SELINUX 1 %endif @@ -784,6 +784,7 @@ Patch734: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.734 Patch735: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.735 Patch736: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.736 Patch737: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.737 +Patch738: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.738 Patch1559: 7.4.559.rhpatched Patch3000: vim-7.4-syntax.patch @@ -1671,6 +1672,7 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk %patch735 -p0 %patch736 -p0 %patch737 -p0 +%patch738 -p0 # install spell files %if %{withvimspell} @@ -2227,6 +2229,9 @@ rm -rf %{buildroot} %{_datadir}/icons/hicolor/*/apps/* %changelog +* Wed Jun 10 2015 Karsten Hopp 7.4.738-1 +- patchlevel 738 + * Wed Jun 10 2015 Karsten Hopp 7.4.737-1 - patchlevel 737