From 801eae1f2db850edc4eb45f54a38efd612f05428 Mon Sep 17 00:00:00 2001 From: Karsten Hopp Date: Nov 16 2010 16:57:18 +0000 Subject: - patchlevel 61 --- diff --git a/README.patches b/README.patches index c4fd9f3..df9cb73 100644 --- a/README.patches +++ b/README.patches @@ -82,3 +82,8 @@ Individual patches for Vim 7.3: 3354 7.3.054 can define a user command for :Print, but it doesn't work 10470 7.3.055 endless loop when recursively comparing lists and dicts 17935 7.3.056 "getline" argument in do_cmdline() shadows global + 1980 7.3.057 segfault with command line abbreviation + 4735 7.3.058 error "code converter not found" when loading Ruby script + 3226 7.3.059 Netbeans: Problem with recursive messages for Athena/Motif + 5326 7.3.060 Netbeans: crash when socket is disconnected unexpectedly + 3307 7.3.061 remote ":drop" does not respect 'autochdir' diff --git a/vim.spec b/vim.spec index 3385c39..6347100 100644 --- a/vim.spec +++ b/vim.spec @@ -18,7 +18,7 @@ #used for pre-releases: %define beta %{nil} %define vimdir vim73%{?beta} -%define patchlevel 056 +%define patchlevel 061 Summary: The VIM editor URL: http://www.vim.org/ @@ -120,6 +120,11 @@ Patch053: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.053 Patch054: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.054 Patch055: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.055 Patch056: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.056 +Patch057: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.057 +Patch058: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.058 +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 Patch3000: vim-7.3-syntax.patch Patch3002: vim-7.1-nowarnings.patch @@ -320,6 +325,11 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk %patch054 -p0 %patch055 -p0 %patch056 -p0 +%patch057 -p0 +%patch058 -p0 +%patch059 -p0 +%patch060 -p0 +%patch061 -p0 # install spell files @@ -787,6 +797,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/icons/hicolor/*/apps/* %changelog +* Tue Nov 16 2010 Karsten Hopp 7.3.061-1 +- patchlevel 061 + * Tue Nov 16 2010 Karsten Hopp 7.3.056-1 - patchlevel 056