From aed4477aaffd2d877a8ab83d941ca1267560efb7 Mon Sep 17 00:00:00 2001 From: Karsten Hopp Date: Jan 31 2005 14:11:38 +0000 Subject: - patchlevel 61 --- diff --git a/README.patches b/README.patches index 7af5892..aa79bc5 100644 --- a/README.patches +++ b/README.patches @@ -81,3 +81,6 @@ Individual patches for Vim 6.3: 2091 6.3.056 window title wrong for specific multi-byte character 1748 6.3.057 folds are not updated after a filter command 4440 6.3.058 crash when zero columns room; can't compile without :vsplit + 2286 6.3.059 crash when editing a file with spaces and shell expansion + 1609 6.3.060 register name isn't checked for CTRL-R CTRL-O in Insert mode + 1984 6.3.061 display mess when multi-byte char at right edge of screen diff --git a/vim.spec b/vim.spec index 51acf23..8674ddd 100644 --- a/vim.spec +++ b/vim.spec @@ -21,12 +21,12 @@ %define baseversion 6.3 %define vimdir vim63 -%define patchlevel 058 +%define patchlevel 061 Summary: The VIM editor. Name: vim Version: %{baseversion}.%{patchlevel} -Release: 2 +Release: 1 License: freeware Group: Applications/Editors Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{baseversion}.tar.bz2 @@ -109,6 +109,9 @@ Patch055: ftp://ftp.vim.org/pub/vim/patches/6.3.055 Patch056: ftp://ftp.vim.org/pub/vim/patches/6.3.056 Patch057: ftp://ftp.vim.org/pub/vim/patches/6.3.057 Patch058: ftp://ftp.vim.org/pub/vim/patches/6.3.058 +Patch059: ftp://ftp.vim.org/pub/vim/patches/6.3.059 +Patch060: ftp://ftp.vim.org/pub/vim/patches/6.3.060 +Patch061: ftp://ftp.vim.org/pub/vim/patches/6.3.061 Patch3000: vim-6.1-syntax.patch Patch3001: vim-6.2-rh1.patch @@ -294,6 +297,9 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk %patch056 -p0 %patch057 -p0 %patch058 -p0 +%patch059 -p0 +%patch060 -p0 +%patch061 -p0 %patch3000 -p1 @@ -561,6 +567,9 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Mon Jan 31 2005 Karsten Hopp 6.3.061-1 +- patchlevel 61 + * Tue Jan 18 2005 Chip Turner 1:058-2 - rebuild for new perl