- patchlevel 594

This commit is contained in:
Karsten Hopp 2012-07-10 14:28:14 +02:00
parent b948c81154
commit 2df84279c4
2 changed files with 10 additions and 1 deletions

View File

@ -623,3 +623,5 @@ Individual patches for Vim 7.3:
1804 7.3.590 the '< and '> marks cannot be set directly 1804 7.3.590 the '< and '> marks cannot be set directly
5247 7.3.591 can only move to a tab by absolute number 5247 7.3.591 can only move to a tab by absolute number
3343 7.3.592 Vim on GTK does not support g:browsefilter 3343 7.3.592 Vim on GTK does not support g:browsefilter
2237 7.3.593 no easy way to decide if b:browsefilter will work
4873 7.3.594 the X command server sends an empty reply for as-keys requests

View File

@ -18,7 +18,7 @@
#used for pre-releases: #used for pre-releases:
%define beta %{nil} %define beta %{nil}
%define vimdir vim73%{?beta} %define vimdir vim73%{?beta}
%define patchlevel 592 %define patchlevel 594
Summary: The VIM editor Summary: The VIM editor
URL: http://www.vim.org/ URL: http://www.vim.org/
@ -648,6 +648,8 @@ Patch589: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.589
Patch590: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.590 Patch590: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.590
Patch591: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.591 Patch591: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.591
Patch592: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.592 Patch592: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.592
Patch593: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.593
Patch594: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.594
Patch3000: vim-7.3-syntax.patch Patch3000: vim-7.3-syntax.patch
Patch3002: vim-7.1-nowarnings.patch Patch3002: vim-7.1-nowarnings.patch
@ -1386,6 +1388,8 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
%patch590 -p0 %patch590 -p0
%patch591 -p0 %patch591 -p0
%patch592 -p0 %patch592 -p0
%patch593 -p0
%patch594 -p0
# install spell files # install spell files
@ -1842,6 +1846,9 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/icons/hicolor/*/apps/* %{_datadir}/icons/hicolor/*/apps/*
%changelog %changelog
* Tue Jul 10 2012 Karsten Hopp <karsten@redhat.com> 7.3.594-1
- patchlevel 594
* Tue Jul 10 2012 Karsten Hopp <karsten@redhat.com> 7.3.592-1 * Tue Jul 10 2012 Karsten Hopp <karsten@redhat.com> 7.3.592-1
- patchlevel 592 - patchlevel 592