[vim] - patchlevel 483

Karsten Hopp karsten at fedoraproject.org
Tue Oct 21 15:57:28 UTC 2014


commit dbc93746d66370eb39fb5424e81707b1c4797cc5
Author: Karsten Hopp <karsten at redhat.com>
Date:   Tue Oct 21 18:00:14 2014 +0200

    - patchlevel 483

 README.patches |    2 ++
 vim.spec       |    9 ++++++++-
 2 files changed, 10 insertions(+), 1 deletions(-)
---
diff --git a/README.patches b/README.patches
index d898d25..0ea94f0 100644
--- a/README.patches
+++ b/README.patches
@@ -503,3 +503,5 @@ Individual patches for Vim 7.4:
   3025  7.4.479  MS-Windows: The console title can be wrong
   2962  7.4.480  (after 7.4.479) MS-Windows: Can't build
   2035  7.4.481  (after 7.4.471) compiler warning on MS-Windows
+  1863  7.4.482  when 'balloonexpr' results in a list, text has a trailing NL
+  5345  7.4.483  a 0x80 byte is not handled correctly in abbreviations
diff --git a/vim.spec b/vim.spec
index ef87024..c916ee1 100644
--- a/vim.spec
+++ b/vim.spec
@@ -1,4 +1,4 @@
-%define patchlevel 481
+%define patchlevel 483
 %if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
 %define WITH_SELINUX 1
 %endif
@@ -528,6 +528,8 @@ Patch478: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.478
 Patch479: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.479
 Patch480: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.480
 Patch481: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.481
+Patch482: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.482
+Patch483: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.483
 
 Patch3000: vim-7.4-syntax.patch
 Patch3002: vim-7.1-nowarnings.patch
@@ -1156,6 +1158,8 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
 %patch479 -p0
 %patch480 -p0
 %patch481 -p0
+%patch482 -p0
+%patch483 -p0
 
 # install spell files
 %if %{withvimspell}
@@ -1673,6 +1677,9 @@ rm -rf %{buildroot}
 %{_datadir}/icons/hicolor/*/apps/*
 
 %changelog
+* Tue Oct 21 2014 Karsten Hopp <karsten at redhat.com> 7.4.483-1
+- patchlevel 483
+
 * Fri Oct 17 2014 Karsten Hopp <karsten at redhat.com> 7.4.481-1
 - patchlevel 481
 


More information about the scm-commits mailing list