[vim/f12/master] - patchlevel 30

Karsten Hopp karsten at fedoraproject.org
Wed Oct 20 16:10:25 UTC 2010


commit 51b9621f3a6aab1782dd4953a5ca69dc93e778b0
Author: Karsten Hopp <karsten at redhat.com>
Date:   Wed Oct 20 18:10:13 2010 +0200

    - patchlevel 30

 README.patches |    1 +
 vim.spec       |    7 ++++++-
 2 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/README.patches b/README.patches
index 33fc3f9..66d706a 100644
--- a/README.patches
+++ b/README.patches
@@ -55,3 +55,4 @@ Individual patches for Vim 7.3:
   2668  7.3.027  MS-Windows: Opening a file on a network share is very slow
   5065  7.3.028  (after 7.3.024) signs don't show up
   4623  7.3.029  ":sort n" sorts lines without a number as number zero
+ 12512  7.3.030  cannot store Dict and List in viminfo file
diff --git a/vim.spec b/vim.spec
index 2a23efa..62ab98a 100644
--- a/vim.spec
+++ b/vim.spec
@@ -18,7 +18,7 @@
 #used for pre-releases:
 %define beta %{nil}
 %define vimdir vim73%{?beta}
-%define patchlevel 029
+%define patchlevel 030
 
 Summary: The VIM editor
 URL:     http://www.vim.org/
@@ -93,6 +93,7 @@ Patch026: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.026
 Patch027: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.027
 Patch028: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.028
 Patch029: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.029
+Patch030: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.030
 
 Patch3000: vim-7.3-syntax.patch
 Patch3002: vim-7.1-nowarnings.patch
@@ -266,6 +267,7 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
 %patch027 -p0
 %patch028 -p0
 %patch029 -p0
+%patch030 -p0
 
 # install spell files
 %if %{withvimspell}
@@ -732,6 +734,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/icons/hicolor/*/apps/*
 
 %changelog
+* Wed Oct 20 2010 Karsten Hopp <karsten at redhat.com> 7.3.030-1
+- patchlevel 030
+
 * Sat Oct 16 2010 Karsten Hopp <karsten at redhat.com> 7.3.029-1
 - patchlevel 029
 


More information about the scm-commits mailing list