From 1757e929fb5ba1f4e560ac362c7796b2b718cea3 Mon Sep 17 00:00:00 2001 From: Karsten Hopp Date: Fri, 18 Sep 2015 11:20:05 +0200 Subject: [PATCH] - patchlevel 873 --- README.patches | 2 ++ vim.spec | 9 ++++++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/README.patches b/README.patches index 23985350..a8f06145 100644 --- a/README.patches +++ b/README.patches @@ -893,3 +893,5 @@ Individual patches for Vim 7.4: 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 + 3694 7.4.872 not using CI services available + 3729 7.4.873 (after 7.4.866) compiler warning for unused variable diff --git a/vim.spec b/vim.spec index 8cb987ee..6642f733 100644 --- a/vim.spec +++ b/vim.spec @@ -1,4 +1,4 @@ -%define patchlevel 871 +%define patchlevel 873 %if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1} %define WITH_SELINUX 1 %endif @@ -918,6 +918,8 @@ 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 +Patch872: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.872 +Patch873: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.873 Patch1559: 7.4.559.rhpatched Patch3000: vim-7.4-syntax.patch @@ -1939,6 +1941,8 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk %patch869 -p0 %patch870 -p0 %patch871 -p0 +%patch872 -p0 +%patch873 -p0 # install spell files %if %{withvimspell} @@ -2498,6 +2502,9 @@ rm -rf %{buildroot} %{_datadir}/icons/hicolor/*/apps/* %changelog +* Fri Sep 18 2015 Karsten Hopp 7.4.873-1 +- patchlevel 873 + * Wed Sep 16 2015 Karsten Hopp 7.4.871-1 - patchlevel 871