From 936c19333d4e9f508aaea6fce678543619139c3f Mon Sep 17 00:00:00 2001 From: Karsten Hopp Date: Feb 04 2015 17:00:05 +0000 Subject: - patchlevel 618 --- diff --git a/README.patches b/README.patches index 1c51bd2..df81b44 100644 --- a/README.patches +++ b/README.patches @@ -637,3 +637,6 @@ Individual patches for Vim 7.4: 6713 7.4.613 the NFA engine does not implement the 'redrawtime' time limit 1880 7.4.614 there is no test for what patch 7.4.601 fixes 4050 7.4.615 Vim hangs when freeing a lot of objects + 4582 7.4.616 cannot insert a tab in front of a block + 2790 7.4.617 wrong ":argdo" range does not cause an error + 1337 7.4.618 (after 7.4.609) luaV_setref() is missing a return statement diff --git a/vim.spec b/vim.spec index 8d7245f..711848f 100644 --- a/vim.spec +++ b/vim.spec @@ -1,4 +1,4 @@ -%define patchlevel 615 +%define patchlevel 618 %if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1} %define WITH_SELINUX 1 %endif @@ -662,6 +662,9 @@ Patch612: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.612 Patch613: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.613 Patch614: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.614 Patch615: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.615 +Patch616: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.616 +Patch617: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.617 +Patch618: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.618 Patch1559: 7.4.559.rhpatched Patch3000: vim-7.4-syntax.patch @@ -1426,6 +1429,9 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk %patch613 -p0 %patch614 -p0 %patch615 -p0 +%patch616 -p0 +%patch617 -p0 +%patch618 -p0 # install spell files %if %{withvimspell} @@ -1943,6 +1949,9 @@ rm -rf %{buildroot} %{_datadir}/icons/hicolor/*/apps/* %changelog +* Wed Feb 04 2015 Karsten Hopp 7.4.618-1 +- patchlevel 618 + * Tue Feb 03 2015 Karsten Hopp 7.4.615-1 - patchlevel 615