- patchlevel 62

This commit is contained in:
Karsten Hopp 2010-11-17 00:10:16 +01:00
parent 25f6c22c9e
commit 1b7cbbed03
2 changed files with 7 additions and 1 deletions

View File

@ -87,3 +87,4 @@ Individual patches for Vim 7.3:
3226 7.3.059 Netbeans: Problem with recursive messages for Athena/Motif 3226 7.3.059 Netbeans: Problem with recursive messages for Athena/Motif
5326 7.3.060 Netbeans: crash when socket is disconnected unexpectedly 5326 7.3.060 Netbeans: crash when socket is disconnected unexpectedly
3307 7.3.061 remote ":drop" does not respect 'autochdir' 3307 7.3.061 remote ":drop" does not respect 'autochdir'
23639 7.3.062 Python has problems when installed in an unusual directory

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 061 %define patchlevel 062
Summary: The VIM editor Summary: The VIM editor
URL: http://www.vim.org/ URL: http://www.vim.org/
@ -125,6 +125,7 @@ Patch058: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.058
Patch059: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.059 Patch059: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.059
Patch060: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.060 Patch060: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.060
Patch061: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.061 Patch061: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.061
Patch062: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.062
Patch3000: vim-7.3-syntax.patch Patch3000: vim-7.3-syntax.patch
Patch3002: vim-7.1-nowarnings.patch Patch3002: vim-7.1-nowarnings.patch
@ -330,6 +331,7 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
%patch059 -p0 %patch059 -p0
%patch060 -p0 %patch060 -p0
%patch061 -p0 %patch061 -p0
%patch062 -p0
# install spell files # install spell files
@ -797,6 +799,9 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/icons/hicolor/*/apps/* %{_datadir}/icons/hicolor/*/apps/*
%changelog %changelog
* Wed Nov 17 2010 Karsten Hopp <karsten@redhat.com> 7.3.062-1
- patchlevel 062
* Tue Nov 16 2010 Karsten Hopp <karsten@redhat.com> 7.3.061-1 * Tue Nov 16 2010 Karsten Hopp <karsten@redhat.com> 7.3.061-1
- patchlevel 061 - patchlevel 061