- patchlevel 81
This commit is contained in:
parent
782b58473d
commit
e96537f314
@ -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
|
||||
|
7
vim.spec
7
vim.spec
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user