[vim] - patchlevel 461

Karsten Hopp karsten at fedoraproject.org
Sat Sep 27 15:58:38 UTC 2014


commit 635da80b1657bdcbe00bb59e75cf632d7c718838
Author: Karsten Hopp <karsten at redhat.com>
Date:   Sat Sep 27 18:00:10 2014 +0200

    - patchlevel 461

 README.patches |    1 +
 vim.spec       |    7 ++++++-
 2 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/README.patches b/README.patches
index 456b2a1..16ecec5 100644
--- a/README.patches
+++ b/README.patches
@@ -483,3 +483,4 @@ Individual patches for Vim 7.4:
   1513  7.4.457  cannot recognize getchar() returning K_CURSORHOLD
   1633  7.4.458  issue 252: Cursor moves in a zero-height window
   1470  7.4.460  (after 7.4.454) can't build without the quickfix feature
+  2497  7.4.461  MS-Windows: When collate is on the number of copies is too high
diff --git a/vim.spec b/vim.spec
index 49cc11c..2612b2d 100644
--- a/vim.spec
+++ b/vim.spec
@@ -1,4 +1,4 @@
-%define patchlevel 460
+%define patchlevel 461
 %if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
 %define WITH_SELINUX 1
 %endif
@@ -507,6 +507,7 @@ 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
 Patch459: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.459
 Patch460: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.460
+Patch461: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.461
 
 Patch3000: vim-7.4-syntax.patch
 Patch3002: vim-7.1-nowarnings.patch
@@ -1113,6 +1114,7 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
 %patch458 -p0
 %patch459 -p0
 %patch460 -p0
+%patch461 -p0
 
 # install spell files
 %if %{withvimspell}
@@ -1629,6 +1631,9 @@ rm -rf %{buildroot}
 %{_datadir}/icons/hicolor/*/apps/*
 
 %changelog
+* Sat Sep 27 2014 Karsten Hopp <karsten at redhat.com> 7.4.461-1
+- patchlevel 461
+
 * Wed Sep 24 2014 Karsten Hopp <karsten at redhat.com> 7.4.460-1
 - patchlevel 460
 


More information about the scm-commits mailing list