- patchlevel 99

This commit is contained in:
Karsten Hopp 2011-01-10 12:33:39 +01:00
parent afbf50cc49
commit d72fe2c0fe
2 changed files with 19 additions and 1 deletions

View File

@ -120,3 +120,8 @@ Individual patches for Vim 7.3:
1678 7.3.092 resizing the window when exiting
5483 7.3.093 new DLL dependencies in MingW with gcc 4.5.0
2167 7.3.094 using abs() requires type cast to int
1999 7.3.095 Win32: In Chinese tear-off menu doesn't work
2767 7.3.096 can't interrupt "gvim -nb", leak file descriptor on errro
1760 7.3.097 ":call" inside "if 0" gives error for dict function
1712 7.3.098 ignored error may still cause status line to be disabled
1628 7.3.099 crash when splitting a window with zero height

View File

@ -18,7 +18,7 @@
#used for pre-releases:
%define beta %{nil}
%define vimdir vim73%{?beta}
%define patchlevel 094
%define patchlevel 099
Summary: The VIM editor
URL: http://www.vim.org/
@ -158,6 +158,11 @@ Patch091: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.091
Patch092: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.092
Patch093: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.093
Patch094: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.094
Patch095: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.095
Patch096: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.096
Patch097: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.097
Patch098: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.098
Patch099: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.099
Patch3000: vim-7.3-syntax.patch
Patch3002: vim-7.1-nowarnings.patch
@ -396,6 +401,11 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
%patch092 -p0
%patch093 -p0
%patch094 -p0
%patch095 -p0
%patch096 -p0
%patch097 -p0
%patch098 -p0
%patch099 -p0
# install spell files
@ -863,6 +873,9 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/icons/hicolor/*/apps/*
%changelog
* Mon Jan 10 2011 Karsten Hopp <karsten@redhat.com> 7.3.099-1
- patchlevel 099
* Mon Jan 03 2011 Karsten Hopp <karsten@redhat.com> 7.3.094-1
- patchlevel 094