- patchlevel 31

This commit is contained in:
Karsten Hopp 2010-10-20 20:04:00 +02:00
parent 9012c44411
commit 53d69c3c23
2 changed files with 10 additions and 1 deletions

View File

@ -55,3 +55,5 @@ Individual patches for Vim 7.3:
2668 7.3.027 MS-Windows: Opening a file on a network share is very slow
5065 7.3.028 (after 7.3.024) signs don't show up
4623 7.3.029 ":sort n" sorts lines without a number as number zero
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

View File

@ -18,7 +18,7 @@
#used for pre-releases:
%define beta %{nil}
%define vimdir vim73%{?beta}
%define patchlevel 029
%define patchlevel 031
Summary: The VIM editor
URL: http://www.vim.org/
@ -93,6 +93,8 @@ Patch026: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.026
Patch027: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.027
Patch028: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.028
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
Patch3000: vim-7.3-syntax.patch
Patch3002: vim-7.1-nowarnings.patch
@ -266,6 +268,8 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
%patch027 -p0
%patch028 -p0
%patch029 -p0
%patch030 -p0
%patch031 -p0
# install spell files
@ -733,6 +737,9 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/icons/hicolor/*/apps/*
%changelog
* Wed Oct 20 2010 Karsten Hopp <karsten@redhat.com> 7.3.031-1
- patchlevel 031
* Sat Oct 16 2010 Karsten Hopp <karsten@redhat.com> 7.3.029-1
- patchlevel 029