From 46ca4e7c1593f3bbfc43833ba51e7163f1583432 Mon Sep 17 00:00:00 2001 From: Karsten Hopp Date: Sep 16 2015 09:20:05 +0000 Subject: - patchlevel 871 --- diff --git a/README.patches b/README.patches index 0539794..2398535 100644 --- a/README.patches +++ b/README.patches @@ -887,3 +887,9 @@ Individual patches for Vim 7.4: 4501 7.4.863 plines_nofill() used without the diff feature 3940 7.4.864 (after 7.4.858) tiny build fails 1434 7.4.865 compiler warning for uninitialized variable + 17603 7.4.866 crash when changing the 'tags' option from a remote command + 1698 7.4.867 (after 7.4.866) can't build on MS-Windows + 4998 7.4.868 'smarttab' is also effective when 'paste' is enabled + 4534 7.4.869 MS-Windows with Intel GPU: scroll may cause text to disappear + 2143 7.4.870 get into an invalid state when using getchar() in expr mapping + 5367 7.4.871 Vim leaks memory when 'wildignore' filters out all matches diff --git a/vim.spec b/vim.spec index 91a8666..8cb987e 100644 --- a/vim.spec +++ b/vim.spec @@ -1,4 +1,4 @@ -%define patchlevel 865 +%define patchlevel 871 %if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1} %define WITH_SELINUX 1 %endif @@ -912,6 +912,12 @@ Patch862: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.862 Patch863: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.863 Patch864: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.864 Patch865: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.865 +Patch866: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.866 +Patch867: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.867 +Patch868: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.868 +Patch869: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.869 +Patch870: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.870 +Patch871: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.871 Patch1559: 7.4.559.rhpatched Patch3000: vim-7.4-syntax.patch @@ -1927,6 +1933,12 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk %patch863 -p0 %patch864 -p0 %patch865 -p0 +%patch866 -p0 +%patch867 -p0 +%patch868 -p0 +%patch869 -p0 +%patch870 -p0 +%patch871 -p0 # install spell files %if %{withvimspell} @@ -2486,6 +2498,9 @@ rm -rf %{buildroot} %{_datadir}/icons/hicolor/*/apps/* %changelog +* Wed Sep 16 2015 Karsten Hopp 7.4.871-1 +- patchlevel 871 + * Thu Sep 10 2015 Karsten Hopp 7.4.865-1 - patchlevel 865