diff --git a/README.patches b/README.patches index f091df2..18750c1 100644 --- a/README.patches +++ b/README.patches @@ -734,3 +734,14 @@ Individual patches for Vim 7.4: 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 + 1657 7.4.713 wrong condition for #ifdef + 1636 7.4.714 illegal memory access when there are illegal bytes + 1778 7.4.715 invalid memory access when there are illegal bytes + 2272 7.4.716 ":substitute" flags are not always remembered + 7430 7.4.717 ":let list += list" can change a locked list + 2800 7.4.718 quickfix autocommands cannot get the current title value + 1682 7.4.719 overflow when adding MAXCOL to a pointer + 4211 7.4.720 can't build with Visual Studio 2015 + 2029 7.4.721 empty lines do not have Visual highligthing if 'list' set + 3246 7.4.722 0x202f is not recognized as a non-breaking space character + 7610 7.4.723 for indenting, finding the C++ baseclass can be slow diff --git a/vim.spec b/vim.spec index 941dac7..18ef378 100644 --- a/vim.spec +++ b/vim.spec @@ -1,4 +1,4 @@ -%define patchlevel 712 +%define patchlevel 723 %if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1} %define WITH_SELINUX 1 %endif @@ -759,6 +759,17 @@ 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 +Patch713: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.713 +Patch714: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.714 +Patch715: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.715 +Patch716: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.716 +Patch717: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.717 +Patch718: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.718 +Patch719: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.719 +Patch720: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.720 +Patch721: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.721 +Patch722: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.722 +Patch723: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.723 Patch1559: 7.4.559.rhpatched Patch3000: vim-7.4-syntax.patch @@ -1621,6 +1632,17 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk %patch710 -p0 %patch711 -p0 %patch712 -p0 +%patch713 -p0 +%patch714 -p0 +%patch715 -p0 +%patch716 -p0 +%patch717 -p0 +%patch718 -p0 +%patch719 -p0 +%patch720 -p0 +%patch721 -p0 +%patch722 -p0 +%patch723 -p0 # install spell files %if %{withvimspell} @@ -2138,6 +2160,9 @@ rm -rf %{buildroot} %{_datadir}/icons/hicolor/*/apps/* %changelog +* Mon May 04 2015 Karsten Hopp 7.4.723-1 +- patchlevel 723 + * Thu Apr 23 2015 Karsten Hopp 7.4.712-1 - patchlevel 712