- patchlevel 22

This commit is contained in:
Karsten Hopp 2006-06-20 21:20:46 +00:00
parent b553254b6d
commit fecb0ba214
2 changed files with 6 additions and 3 deletions

View File

@ -46,3 +46,4 @@ Individual patches for Vim 7.0:
1425 7.0.019 crash for "VjA789" and repeating 1425 7.0.019 crash for "VjA789" and repeating
1470 7.0.020 GUI: crash when using 'mousefocus' 1470 7.0.020 GUI: crash when using 'mousefocus'
4240 7.0.021 crash when using "\\[" and "\\]" in 'errorformat 4240 7.0.021 crash when using "\\[" and "\\]" in 'errorformat
5471 7.0.022 Ruby: buffer.append() could append to the wrong buffer

View File

@ -24,7 +24,7 @@
#used for pre-releases: #used for pre-releases:
%define beta %{nil} %define beta %{nil}
%define vimdir vim70%{?beta} %define vimdir vim70%{?beta}
%define patchlevel 021 %define patchlevel 022
Summary: The VIM editor. Summary: The VIM editor.
Name: vim Name: vim
@ -75,6 +75,7 @@ Patch018: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.018
Patch019: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.019 Patch019: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.019
Patch020: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.020 Patch020: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.020
Patch021: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.021 Patch021: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.021
Patch022: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.022
Patch3000: vim-7.0-syntax.patch Patch3000: vim-7.0-syntax.patch
@ -227,6 +228,7 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
%patch019 -p0 %patch019 -p0
%patch020 -p0 %patch020 -p0
%patch021 -p0 %patch021 -p0
%patch022 -p0
%patch3000 -p1 %patch3000 -p1
%patch3001 -p1 %patch3001 -p1
@ -563,8 +565,8 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/icons/hicolor/*/apps/* %{_datadir}/icons/hicolor/*/apps/*
%changelog %changelog
* Tue Jun 20 2006 Karsten Hopp <karsten@redhat.de> 7.0.021-1 * Tue Jun 20 2006 Karsten Hopp <karsten@redhat.de> 7.0.022-1
- patchlevel 21 - patchlevel 22
* Tue Jun 20 2006 Karsten Hopp <karsten@redhat.de> 7.0.020-1 * Tue Jun 20 2006 Karsten Hopp <karsten@redhat.de> 7.0.020-1
- patchlevel 20 - patchlevel 20