[vim] - patchlevel 33

Karsten Hopp karsten at fedoraproject.org
Fri Oct 22 22:10:22 UTC 2010


commit 69d6d89bee11a8f241ca488c5f743e682fe909bc
Author: Karsten Hopp <karsten at redhat.com>
Date:   Sat Oct 23 00:10:14 2010 +0200

    - patchlevel 33

 README.patches |    1 +
 vim.spec       |    7 ++++++-
 2 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/README.patches b/README.patches
index cfeed24..01ba36e 100644
--- a/README.patches
+++ b/README.patches
@@ -58,3 +58,4 @@ Individual patches for Vim 7.3:
  12512  7.3.030  cannot store Dict and List in viminfo file
   3620  7.3.031  can't pass the X window ID to another application
  21839  7.3.032  maparg() doesn't return the flags, e.g., <buffer>, <script>
+  1395  7.3.033  (after 7.3.032) can't build without FEAT_LOCALMAP
diff --git a/vim.spec b/vim.spec
index a950c25..cc80001 100644
--- a/vim.spec
+++ b/vim.spec
@@ -18,7 +18,7 @@
 #used for pre-releases:
 %define beta %{nil}
 %define vimdir vim73%{?beta}
-%define patchlevel 032
+%define patchlevel 033
 
 Summary: The VIM editor
 URL:     http://www.vim.org/
@@ -96,6 +96,7 @@ 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
 Patch031: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.031
 Patch032: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.032
+Patch033: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.033
 
 Patch3000: vim-7.3-syntax.patch
 Patch3002: vim-7.1-nowarnings.patch
@@ -272,6 +273,7 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
 %patch030 -p0
 %patch031 -p0
 %patch032 -p0
+%patch033 -p0
 
 
 # install spell files
@@ -739,6 +741,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/icons/hicolor/*/apps/*
 
 %changelog
+* Sat Oct 23 2010 Karsten Hopp <karsten at redhat.com> 7.3.033-1
+- patchlevel 033
+
 * Thu Oct 21 2010 Karsten Hopp <karsten at redhat.com> 7.3.032-1
 - patchlevel 032
 


More information about the scm-commits mailing list