diff --git a/README.patches b/README.patches index aa79bc5..f0573f2 100644 --- a/README.patches +++ b/README.patches @@ -84,3 +84,4 @@ Individual patches for Vim 6.3: 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 + 2337 6.3.062 ":normal! gQ" hangs diff --git a/vim.spec b/vim.spec index e88394d..38c5221 100644 --- a/vim.spec +++ b/vim.spec @@ -21,12 +21,12 @@ %define baseversion 6.3 %define vimdir vim63 -%define patchlevel 061 +%define patchlevel 062 Summary: The VIM editor. Name: vim Version: %{baseversion}.%{patchlevel} -Release: 3 +Release: 1 License: freeware Group: Applications/Editors Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{baseversion}.tar.bz2 @@ -112,6 +112,7 @@ 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 +Patch062: ftp://ftp.vim.org/pub/vim/patches/6.3.062 Patch3000: vim-6.1-syntax.patch Patch3001: vim-6.2-rh1.patch @@ -300,6 +301,7 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk %patch059 -p0 %patch060 -p0 %patch061 -p0 +%patch062 -p0 %patch3000 -p1 @@ -567,6 +569,9 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Wed Mar 02 2005 Karsten Hopp 6.3.062-1 +- patchlevel 62, build with gcc-4 + * Thu Feb 10 2005 Karsten Hopp 6.3.061-3 - spec.vim fix from Andrew Overholt