From e6a4fc2051560dcce8ed6683929f8241aa93b2b1 Mon Sep 17 00:00:00 2001 From: Karsten Hopp Date: Nov 10 2010 14:47:54 +0000 Subject: - patchlevel 51 --- diff --git a/README.patches b/README.patches index bf94dcc..cf21a9b 100644 --- a/README.patches +++ b/README.patches @@ -75,3 +75,5 @@ Individual patches for Vim 7.3: 6058 7.3.047 (after 7.3.032) missing makefile updates for test 75 3410 7.3.048 ":earlier 1f" doesn't work after loading undo file 19335 7.3.049 PLT has rebranded their Scheme to Racket + 6138 7.3.050 the link script is clumsy, should use --as-needed + 3305 7.3.051 crash when $PATH is empty diff --git a/vim.spec b/vim.spec index 333db9e..a0697e3 100644 --- a/vim.spec +++ b/vim.spec @@ -18,7 +18,7 @@ #used for pre-releases: %define beta %{nil} %define vimdir vim73%{?beta} -%define patchlevel 050 +%define patchlevel 051 Summary: The VIM editor URL: http://www.vim.org/ @@ -114,6 +114,7 @@ Patch047: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.047 Patch048: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.048 Patch049: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.049 Patch050: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.050 +Patch051: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.051 Patch3000: vim-7.3-syntax.patch Patch3002: vim-7.1-nowarnings.patch @@ -308,6 +309,7 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk %patch048 -p0 %patch049 -p0 %patch050 -p0 +%patch051 -p0 # install spell files @@ -775,6 +777,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/icons/hicolor/*/apps/* %changelog +* Wed Nov 10 2010 Karsten Hopp 7.3.051-1 +- patchlevel 051 + * Thu Nov 04 2010 Karsten Hopp 7.3.050-1 - patchlevel 050