[vim] - patchlevel 507

Karsten Hopp karsten at fedoraproject.org
Thu Nov 6 16:57:02 UTC 2014


commit ee25fdb5579578a814abd1fe9714ac0b838245b2
Author: Karsten Hopp <karsten at redhat.com>
Date:   Thu Nov 6 18:00:13 2014 +0100

    - patchlevel 507

 README.patches |    5 +++++
 vim.spec       |   15 ++++++++++++++-
 2 files changed, 19 insertions(+), 1 deletions(-)
---
diff --git a/README.patches b/README.patches
index 3f43038..42b99b2 100644
--- a/README.patches
+++ b/README.patches
@@ -524,3 +524,8 @@ Individual patches for Vim 7.4:
   1991  7.4.500  test 72 still fails once in a while
   1577  7.4.501  (after 7.4.497) typo in file pattern
   6672  7.4.502  language mapping also applies to mapped characters
+  6560  7.4.503  cannot append a list of lines to a file
+  2930  7.4.504  MS-Windows installer restricts install path to end in "vim"
+  2125  7.4.505  problem on MS-Windows file name longer than MAX_PATH bytes
+  1680  7.4.506  MS-Windows: Cannot open a file with 259 characters
+  2027  7.4.507  (after 7.4.496) building with MingW and Perl may fail
diff --git a/vim.spec b/vim.spec
index dd1a410..7c9d91b 100644
--- a/vim.spec
+++ b/vim.spec
@@ -1,4 +1,4 @@
-%define patchlevel 502
+%define patchlevel 507
 %if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
 %define WITH_SELINUX 1
 %endif
@@ -549,6 +549,11 @@ Patch499: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.499
 Patch500: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.500
 Patch501: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.501
 Patch502: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.502
+Patch503: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.503
+Patch504: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.504
+Patch505: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.505
+Patch506: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.506
+Patch507: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.507
 
 Patch3000: vim-7.4-syntax.patch
 Patch3002: vim-7.1-nowarnings.patch
@@ -1198,6 +1203,11 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
 %patch500 -p0
 %patch501 -p0
 %patch502 -p0
+%patch503 -p0
+%patch504 -p0
+%patch505 -p0
+%patch506 -p0
+%patch507 -p0
 
 # install spell files
 %if %{withvimspell}
@@ -1715,6 +1725,9 @@ rm -rf %{buildroot}
 %{_datadir}/icons/hicolor/*/apps/*
 
 %changelog
+* Thu Nov 06 2014 Karsten Hopp <karsten at redhat.com> 7.4.507-1
+- patchlevel 507
+
 * Wed Nov 05 2014 Karsten Hopp <karsten at redhat.com> 7.4.502-1
 - patchlevel 502
 


More information about the scm-commits mailing list