From aa679fed1c96b3189e4e0ebe6494828b08fa4c66 Mon Sep 17 00:00:00 2001 From: Karsten Hopp Date: Dec 02 2010 23:10:19 +0000 Subject: - patchlevel 75 --- diff --git a/README.patches b/README.patches index 589e223..f1f5464 100644 --- a/README.patches +++ b/README.patches @@ -99,3 +99,5 @@ Individual patches for Vim 7.3: 2095 7.3.071 cursor binding not reset when editing another file 9432 7.3.072 can't complete file names while ignoring case 2466 7.3.073 double free memory when netbeans command follows DETACH + 7659 7.3.074 can't use the "+ register like "* for yank and put + 3872 7.3.075 (after 7.3.072) also use 'wildignorecase' in expand() diff --git a/vim.spec b/vim.spec index dc5088b..2715262 100644 --- a/vim.spec +++ b/vim.spec @@ -18,7 +18,7 @@ #used for pre-releases: %define beta %{nil} %define vimdir vim73%{?beta} -%define patchlevel 073 +%define patchlevel 075 Summary: The VIM editor URL: http://www.vim.org/ @@ -137,6 +137,8 @@ Patch070: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.070 Patch071: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.071 Patch072: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.072 Patch073: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.073 +Patch074: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.074 +Patch075: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.075 Patch3000: vim-7.3-syntax.patch Patch3002: vim-7.1-nowarnings.patch @@ -354,6 +356,8 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk %patch071 -p0 %patch072 -p0 %patch073 -p0 +%patch074 -p0 +%patch075 -p0 # install spell files @@ -821,6 +825,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/icons/hicolor/*/apps/* %changelog +* Fri Dec 03 2010 Karsten Hopp 7.3.075-1 +- patchlevel 075 + * Thu Dec 02 2010 Karsten Hopp 7.3.073-1 - patchlevel 073