[vim] - patchlevel 615

Karsten Hopp karsten at fedoraproject.org
Wed Feb 11 12:50:37 UTC 2015


commit 88d5f23a3c01e3d1a8ca9bd0e6ecfda0ea52a6ff
Author: Karsten Hopp <karsten at redhat.com>
Date:   Tue Feb 3 18:00:06 2015 +0100

    - patchlevel 615

 README.patches |    7 +++++++
 vim.spec       |   19 ++++++++++++++++++-
 2 files changed, 25 insertions(+), 1 deletions(-)
---
diff --git a/README.patches b/README.patches
index 611db8f..1c51bd2 100644
--- a/README.patches
+++ b/README.patches
@@ -630,3 +630,10 @@ Individual patches for Vim 7.4:
   1457  7.4.606  may crash when using a small window
   1825  7.4.607  (after 7.4.598) compiler warnings for unused variables
   5034  7.4.608  (after 7.4.598) test_eval fails without the clipboard feature
+ 20895  7.4.609  the garbage collector can run out of stack space
+  2518  7.4.610  some function headers may be missing from generated .pro files
+  1341  7.4.611  (after 7.4.609) syntax error
+  3589  7.4.612  test_eval fails on Mac
+  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
diff --git a/vim.spec b/vim.spec
index 3ddbdc8..8d7245f 100644
--- a/vim.spec
+++ b/vim.spec
@@ -1,4 +1,4 @@
-%define patchlevel 608
+%define patchlevel 615
 %if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
 %define WITH_SELINUX 1
 %endif
@@ -655,6 +655,13 @@ Patch605: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.605
 Patch606: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.606
 Patch607: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.607
 Patch608: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.608
+Patch609: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.609
+Patch610: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.610
+Patch611: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.611
+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
 
 Patch1559: 7.4.559.rhpatched
 Patch3000: vim-7.4-syntax.patch
@@ -1412,6 +1419,13 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
 %patch606 -p0
 %patch607 -p0
 %patch608 -p0
+%patch609 -p0
+%patch610 -p0
+%patch611 -p0
+%patch612 -p0
+%patch613 -p0
+%patch614 -p0
+%patch615 -p0
 
 # install spell files
 %if %{withvimspell}
@@ -1929,6 +1943,9 @@ rm -rf %{buildroot}
 %{_datadir}/icons/hicolor/*/apps/*
 
 %changelog
+* Tue Feb 03 2015 Karsten Hopp <karsten at redhat.com> 7.4.615-1
+- patchlevel 615
+
 * Wed Jan 28 2015 Karsten Hopp <karsten at redhat.com> 7.4.608-1
 - patchlevel 608
 


More information about the scm-commits mailing list