[vim] - patchlevel 541

Karsten Hopp karsten at fedoraproject.org
Sun Dec 7 16:54:51 UTC 2014


commit cf8e5d0858ad324cf5eeeb94891521e2c9530016
Author: Karsten Hopp <karsten at redhat.com>
Date:   Sun Dec 7 18:00:12 2014 +0100

    - patchlevel 541

 README.patches |    1 +
 vim.spec       |    7 ++++++-
 2 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/README.patches b/README.patches
index c03804f..a45391a 100644
--- a/README.patches
+++ b/README.patches
@@ -562,3 +562,4 @@ Individual patches for Vim 7.4:
   5830  7.4.538  tests fail with small features plus Python
   7422  7.4.539  (after 7.4.530) crash when computing buffer count
   1802  7.4.540  (after 7.4.539) cannot build with tiny and small features
+  2795  7.4.541  crash when doing a range assign
diff --git a/vim.spec b/vim.spec
index 388c95b..ed43ab7 100644
--- a/vim.spec
+++ b/vim.spec
@@ -1,4 +1,4 @@
-%define patchlevel 540
+%define patchlevel 541
 %if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
 %define WITH_SELINUX 1
 %endif
@@ -587,6 +587,7 @@ Patch537: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.537
 Patch538: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.538
 Patch539: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.539
 Patch540: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.540
+Patch541: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.541
 
 Patch3000: vim-7.4-syntax.patch
 Patch3002: vim-7.1-nowarnings.patch
@@ -1274,6 +1275,7 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
 %patch538 -p0
 %patch539 -p0
 %patch540 -p0
+%patch541 -p0
 
 # install spell files
 %if %{withvimspell}
@@ -1791,6 +1793,9 @@ rm -rf %{buildroot}
 %{_datadir}/icons/hicolor/*/apps/*
 
 %changelog
+* Sun Dec 07 2014 Karsten Hopp <karsten at redhat.com> 7.4.541-1
+- patchlevel 541
+
 * Mon Dec 01 2014 Karsten Hopp <karsten at redhat.com> 7.4.540-1
 - patchlevel 540
 


More information about the scm-commits mailing list