[vim] - patchlevel 63

Karsten Hopp karsten at fedoraproject.org
Wed Nov 24 12:10:18 UTC 2010


commit 4944966f02520f7c547eee108091cd424e85afbd
Author: Karsten Hopp <karsten at redhat.com>
Date:   Wed Nov 24 13:10:15 2010 +0100

    - patchlevel 63

 README.patches |    1 +
 vim.spec       |    7 ++++++-
 2 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/README.patches b/README.patches
index afa757e..08c2766 100644
--- a/README.patches
+++ b/README.patches
@@ -88,3 +88,4 @@ Individual patches for Vim 7.3:
   5326  7.3.060  Netbeans: crash when socket is disconnected unexpectedly
   3307  7.3.061  remote ":drop" does not respect 'autochdir'
  23639  7.3.062  Python has problems when installed in an unusual directory
+  2250  7.3.063  Win32: Running a filter command makes Vim lose focus
diff --git a/vim.spec b/vim.spec
index 297eab0..8c739b6 100644
--- a/vim.spec
+++ b/vim.spec
@@ -18,7 +18,7 @@
 #used for pre-releases:
 %define beta %{nil}
 %define vimdir vim73%{?beta}
-%define patchlevel 062
+%define patchlevel 063
 
 Summary: The VIM editor
 URL:     http://www.vim.org/
@@ -126,6 +126,7 @@ Patch059: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.059
 Patch060: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.060
 Patch061: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.061
 Patch062: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.062
+Patch063: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.063
 
 Patch3000: vim-7.3-syntax.patch
 Patch3002: vim-7.1-nowarnings.patch
@@ -332,6 +333,7 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
 %patch060 -p0
 %patch061 -p0
 %patch062 -p0
+%patch063 -p0
 
 
 # install spell files
@@ -799,6 +801,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/icons/hicolor/*/apps/*
 
 %changelog
+* Wed Nov 24 2010 Karsten Hopp <karsten at redhat.com> 7.3.063-1
+- patchlevel 063
+
 * Wed Nov 17 2010 Karsten Hopp <karsten at redhat.com> 7.3.062-1
 - patchlevel 062
 


More information about the scm-commits mailing list