- patchlevel 33

This commit is contained in:
Karsten Hopp 2010-10-23 00:10:14 +02:00
parent 6b72d22889
commit 69d6d89bee
2 changed files with 7 additions and 1 deletions

View File

@ -58,3 +58,4 @@ Individual patches for Vim 7.3:
12512 7.3.030 cannot store Dict and List in viminfo file
3620 7.3.031 can't pass the X window ID to another application
21839 7.3.032 maparg() doesn't return the flags, e.g., <buffer>, <script>
1395 7.3.033 (after 7.3.032) can't build without FEAT_LOCALMAP

View File

@ -18,7 +18,7 @@
#used for pre-releases:
%define beta %{nil}
%define vimdir vim73%{?beta}
%define patchlevel 032
%define patchlevel 033
Summary: The VIM editor
URL: http://www.vim.org/
@ -96,6 +96,7 @@ Patch029: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.029
Patch030: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.030
Patch031: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.031
Patch032: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.032
Patch033: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.033
Patch3000: vim-7.3-syntax.patch
Patch3002: vim-7.1-nowarnings.patch
@ -272,6 +273,7 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
%patch030 -p0
%patch031 -p0
%patch032 -p0
%patch033 -p0
# install spell files
@ -739,6 +741,9 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/icons/hicolor/*/apps/*
%changelog
* Sat Oct 23 2010 Karsten Hopp <karsten@redhat.com> 7.3.033-1
- patchlevel 033
* Thu Oct 21 2010 Karsten Hopp <karsten@redhat.com> 7.3.032-1
- patchlevel 032