- patchlevel 21

This commit is contained in:
Karsten Hopp 2010-10-10 18:10:12 +02:00
parent 1749f062e6
commit 75f0b3a9e3
2 changed files with 7 additions and 1 deletions

View File

@ -46,3 +46,4 @@ Individual patches for Vim 7.3:
2488 7.3.018 (after 7.3.012) missing argument to windres in MingW makefiles
1577 7.3.019 ":nbstart" can fail silently
3696 7.3.020 cursor position wrong when joining lines and 'fo' contains "a"
2145 7.3.021 Mac: Boolean redefined when building with X11

View File

@ -18,7 +18,7 @@
#used for pre-releases:
%define beta %{nil}
%define vimdir vim73%{?beta}
%define patchlevel 020
%define patchlevel 021
Summary: The VIM editor
URL: http://www.vim.org/
@ -84,6 +84,7 @@ Patch017: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.017
Patch018: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.018
Patch019: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.019
Patch020: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.020
Patch021: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.021
Patch3000: vim-7.3-syntax.patch
Patch3002: vim-7.1-nowarnings.patch
@ -248,6 +249,7 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
%patch018 -p0
%patch019 -p0
%patch020 -p0
%patch021 -p0
# install spell files
@ -715,6 +717,9 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/icons/hicolor/*/apps/*
%changelog
* Sun Oct 10 2010 Karsten Hopp <karsten@redhat.com> 7.3.021-1
- patchlevel 021
* Sat Oct 09 2010 Karsten Hopp <karsten@redhat.com> 7.3.020-1
- patchlevel 020