[vim] - patchlevel 458

Karsten Hopp karsten at fedoraproject.org
Wed Sep 24 09:39:03 UTC 2014


commit d3bdba21e83f0d819560fbfd62e91c21fa30575a
Author: Karsten Hopp <karsten at redhat.com>
Date:   Wed Sep 24 11:40:35 2014 +0200

    - patchlevel 458

 README.patches |    1 +
 vim.spec       |    7 ++++++-
 2 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/README.patches b/README.patches
index be6d7f5..8176bef 100644
--- a/README.patches
+++ b/README.patches
@@ -481,3 +481,4 @@ Individual patches for Vim 7.4:
   5104  7.4.455  completion for :buf does not use 'wildignorecase'
  12212  7.4.456  'backupcopy' is global, can't set a local value
   1513  7.4.457  cannot recognize getchar() returning K_CURSORHOLD
+  1633  7.4.458  issue 252: Cursor moves in a zero-height window
diff --git a/vim.spec b/vim.spec
index 6772f96..b327e66 100644
--- a/vim.spec
+++ b/vim.spec
@@ -1,4 +1,4 @@
-%define patchlevel 457
+%define patchlevel 458
 %if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
 %define WITH_SELINUX 1
 %endif
@@ -504,6 +504,7 @@ Patch454: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.454
 Patch455: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.455
 Patch456: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.456
 Patch457: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.457
+Patch458: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.458
 
 Patch3000: vim-7.4-syntax.patch
 Patch3002: vim-7.1-nowarnings.patch
@@ -1107,6 +1108,7 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
 %patch455 -p0
 %patch456 -p0
 %patch457 -p0
+%patch458 -p0
 
 # install spell files
 %if %{withvimspell}
@@ -1623,6 +1625,9 @@ rm -rf %{buildroot}
 %{_datadir}/icons/hicolor/*/apps/*
 
 %changelog
+* Wed Sep 24 2014 Karsten Hopp <karsten at redhat.com> 7.4.458-1
+- patchlevel 458
+
 * Tue Sep 23 2014 Karsten Hopp <karsten at redhat.com> 7.4.457-1
 - patchlevel 457
 


More information about the scm-commits mailing list