diff --git a/README.patches b/README.patches index 1c9a5e2..ff809eb 100644 --- a/README.patches +++ b/README.patches @@ -785,3 +785,4 @@ Individual patches for Vim 7.4: 4055 7.4.761 (after 7.4.757) incomplete request-background implementation 2084 7.4.762 (after 7.4.757) comment for may_req_bg_color() is wrong 5135 7.4.763 (after 7.4.759) building with Lua 5.1 doesn't work + 1553 7.4.764 (after 7.4.754) test_increment fails on MS-Windows diff --git a/vim.spec b/vim.spec index 76a0f3d..4c86d14 100644 --- a/vim.spec +++ b/vim.spec @@ -1,4 +1,4 @@ -%define patchlevel 763 +%define patchlevel 764 %if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1} %define WITH_SELINUX 1 %endif @@ -810,6 +810,7 @@ Patch760: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.760 Patch761: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.761 Patch762: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.762 Patch763: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.763 +Patch764: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.764 Patch1559: 7.4.559.rhpatched Patch3000: vim-7.4-syntax.patch @@ -1723,6 +1724,7 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk %patch761 -p0 %patch762 -p0 %patch763 -p0 +%patch764 -p0 # install spell files %if %{withvimspell} @@ -2279,6 +2281,9 @@ rm -rf %{buildroot} %{_datadir}/icons/hicolor/*/apps/* %changelog +* Mon Jun 29 2015 Karsten Hopp 7.4.764-1 +- patchlevel 764 + * Sun Jun 28 2015 Karsten Hopp 7.4.763-1 - patchlevel 763