[vim] - patchlevel 527

Karsten Hopp karsten at fedoraproject.org
Sun Nov 23 16:55:45 UTC 2014


commit 527bbdfb6557a4d03202431eafcb62e9a9f19ed2
Author: Karsten Hopp <karsten at redhat.com>
Date:   Sun Nov 23 18:00:10 2014 +0100

    - patchlevel 527

 README.patches |    1 +
 vim.spec       |    7 ++++++-
 2 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/README.patches b/README.patches
index 535035a..9478a47 100644
--- a/README.patches
+++ b/README.patches
@@ -548,3 +548,4 @@ Individual patches for Vim 7.4:
   3292  7.4.524  when using ":ownsyntax" spell checking is messed up
   2460  7.4.525  map() leaks memory when there is an error in the expression
   5139  7.4.526  matchstr() fails on long text
+  3709  7.4.527  still confusing regexp failure and NFA_TOO_EXPENSIVE
diff --git a/vim.spec b/vim.spec
index e6d37ce..4e17a85 100644
--- a/vim.spec
+++ b/vim.spec
@@ -1,4 +1,4 @@
-%define patchlevel 526
+%define patchlevel 527
 %if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
 %define WITH_SELINUX 1
 %endif
@@ -573,6 +573,7 @@ Patch523: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.523
 Patch524: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.524
 Patch525: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.525
 Patch526: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.526
+Patch527: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.527
 
 Patch3000: vim-7.4-syntax.patch
 Patch3002: vim-7.1-nowarnings.patch
@@ -1246,6 +1247,7 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
 %patch524 -p0
 %patch525 -p0
 %patch526 -p0
+%patch527 -p0
 
 # install spell files
 %if %{withvimspell}
@@ -1763,6 +1765,9 @@ rm -rf %{buildroot}
 %{_datadir}/icons/hicolor/*/apps/*
 
 %changelog
+* Sun Nov 23 2014 Karsten Hopp <karsten at redhat.com> 7.4.527-1
+- patchlevel 527
+
 * Fri Nov 21 2014 Karsten Hopp <karsten at redhat.com> 7.4.526-1
 - patchlevel 526
 


More information about the scm-commits mailing list