- patchlevel 34

This commit is contained in:
Karsten Hopp 2010-10-23 18:10:18 +02:00
parent 1571b8a931
commit 3f122c3d9c
2 changed files with 7 additions and 1 deletions

View File

@ -59,3 +59,4 @@ Individual patches for Vim 7.3:
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
12987 7.3.034 Win32: may load .dll from wrong directory

View File

@ -18,7 +18,7 @@
#used for pre-releases:
%define beta %{nil}
%define vimdir vim73%{?beta}
%define patchlevel 033
%define patchlevel 034
Summary: The VIM editor
URL: http://www.vim.org/
@ -97,6 +97,7 @@ 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
Patch034: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.034
Patch3000: vim-7.3-syntax.patch
Patch3002: vim-7.1-nowarnings.patch
@ -274,6 +275,7 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
%patch031 -p0
%patch032 -p0
%patch033 -p0
%patch034 -p0
# install spell files
@ -741,6 +743,9 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/icons/hicolor/*/apps/*
%changelog
* Sat Oct 23 2010 Karsten Hopp <karsten@redhat.com> 7.3.034-1
- patchlevel 034
* Sat Oct 23 2010 Karsten Hopp <karsten@redhat.com> 7.3.033-1
- patchlevel 033