[vim] - patchlevel 34

Karsten Hopp karsten at fedoraproject.org
Sat Oct 23 16:10:40 UTC 2010


commit 3f122c3d9c54318d9f5ac44d559569e72106464c
Author: Karsten Hopp <karsten at redhat.com>
Date:   Sat Oct 23 18:10:18 2010 +0200

    - patchlevel 34

 README.patches |    1 +
 vim.spec       |    7 ++++++-
 2 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/README.patches b/README.patches
index 01ba36e..3daedf5 100644
--- a/README.patches
+++ b/README.patches
@@ -59,3 +59,4 @@ Individual patches for Vim 7.3:
   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
+ 12987  7.3.034  Win32: may load .dll from wrong directory
diff --git a/vim.spec b/vim.spec
index cc80001..fe2e442 100644
--- a/vim.spec
+++ b/vim.spec
@@ -18,7 +18,7 @@
 #used for pre-releases:
 %define beta %{nil}
 %define vimdir vim73%{?beta}
-%define patchlevel 033
+%define patchlevel 034
 
 Summary: The VIM editor
 URL:     http://www.vim.org/
@@ -97,6 +97,7 @@ 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
+Patch034: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.034
 
 Patch3000: vim-7.3-syntax.patch
 Patch3002: vim-7.1-nowarnings.patch
@@ -274,6 +275,7 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
 %patch031 -p0
 %patch032 -p0
 %patch033 -p0
+%patch034 -p0
 
 
 # install spell files
@@ -741,6 +743,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/icons/hicolor/*/apps/*
 
 %changelog
+* Sat Oct 23 2010 Karsten Hopp <karsten at redhat.com> 7.3.034-1
+- patchlevel 034
+
 * Sat Oct 23 2010 Karsten Hopp <karsten at redhat.com> 7.3.033-1
 - patchlevel 033
 


More information about the scm-commits mailing list