- patchlevel 81

This commit is contained in:
Karsten Hopp 2010-12-09 00:10:13 +01:00
parent 782b58473d
commit e96537f314
2 changed files with 7 additions and 1 deletions

View File

@ -106,3 +106,4 @@ Individual patches for Vim 7.3:
1565 7.3.078 warning for unused variable
1377 7.3.079 duplicate lines in MSVC makefile
6011 7.3.080 spelling doesn't work on VMS
2257 7.3.081 non-printable characters in 'statusline' cause trouble

View File

@ -18,7 +18,7 @@
#used for pre-releases:
%define beta %{nil}
%define vimdir vim73%{?beta}
%define patchlevel 080
%define patchlevel 081
Summary: The VIM editor
URL: http://www.vim.org/
@ -144,6 +144,7 @@ Patch077: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.077
Patch078: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.078
Patch079: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.079
Patch080: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.080
Patch081: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.081
Patch3000: vim-7.3-syntax.patch
Patch3002: vim-7.1-nowarnings.patch
@ -368,6 +369,7 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
%patch078 -p0
%patch079 -p0
%patch080 -p0
%patch081 -p0
# install spell files
@ -835,6 +837,9 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/icons/hicolor/*/apps/*
%changelog
* Thu Dec 09 2010 Karsten Hopp <karsten@redhat.com> 7.3.081-1
- patchlevel 081
* Wed Dec 08 2010 Karsten Hopp <karsten@redhat.com> 7.3.080-1
- patchlevel 080