[vim] - patchlevel 608

Karsten Hopp karsten at fedoraproject.org
Wed Feb 11 12:49:57 UTC 2015


commit 1f6fbc66c4c90ddc386c115a0c520b19b9ee5350
Author: Karsten Hopp <karsten at redhat.com>
Date:   Wed Jan 28 18:00:09 2015 +0100

    - patchlevel 608

 README.patches |    4 ++++
 vim.spec       |   13 ++++++++++++-
 2 files changed, 16 insertions(+), 1 deletions(-)
---
diff --git a/README.patches b/README.patches
index d40fe64..611db8f 100644
--- a/README.patches
+++ b/README.patches
@@ -626,3 +626,7 @@ Individual patches for Vim 7.4:
   3058  7.4.602  ":set" does not accept hex numbers as documented
   6468  7.4.603  'foldcolumn' may fill the whole window
   1610  7.4.604  running tests changes viminfo
+ 10078  7.4.605  the # register cannot be restored after jumping around
+  1457  7.4.606  may crash when using a small window
+  1825  7.4.607  (after 7.4.598) compiler warnings for unused variables
+  5034  7.4.608  (after 7.4.598) test_eval fails without the clipboard feature
diff --git a/vim.spec b/vim.spec
index efa9c5c..3ddbdc8 100644
--- a/vim.spec
+++ b/vim.spec
@@ -1,4 +1,4 @@
-%define patchlevel 604
+%define patchlevel 608
 %if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
 %define WITH_SELINUX 1
 %endif
@@ -651,6 +651,10 @@ Patch601: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.601
 Patch602: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.602
 Patch603: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.603
 Patch604: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.604
+Patch605: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.605
+Patch606: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.606
+Patch607: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.607
+Patch608: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.608
 
 Patch1559: 7.4.559.rhpatched
 Patch3000: vim-7.4-syntax.patch
@@ -1404,6 +1408,10 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
 %patch602 -p0
 %patch603 -p0
 %patch604 -p0
+%patch605 -p0
+%patch606 -p0
+%patch607 -p0
+%patch608 -p0
 
 # install spell files
 %if %{withvimspell}
@@ -1921,6 +1929,9 @@ rm -rf %{buildroot}
 %{_datadir}/icons/hicolor/*/apps/*
 
 %changelog
+* Wed Jan 28 2015 Karsten Hopp <karsten at redhat.com> 7.4.608-1
+- patchlevel 608
+
 * Tue Jan 27 2015 Karsten Hopp <karsten at redhat.com> 7.4.604-1
 - patchlevel 604
 


More information about the scm-commits mailing list