- patchlevel 75
This commit is contained in:
parent
46fb25af3a
commit
aa679fed1c
@ -99,3 +99,5 @@ Individual patches for Vim 7.3:
|
||||
2095 7.3.071 cursor binding not reset when editing another file
|
||||
9432 7.3.072 can't complete file names while ignoring case
|
||||
2466 7.3.073 double free memory when netbeans command follows DETACH
|
||||
7659 7.3.074 can't use the "+ register like "* for yank and put
|
||||
3872 7.3.075 (after 7.3.072) also use 'wildignorecase' in expand()
|
||||
|
9
vim.spec
9
vim.spec
@ -18,7 +18,7 @@
|
||||
#used for pre-releases:
|
||||
%define beta %{nil}
|
||||
%define vimdir vim73%{?beta}
|
||||
%define patchlevel 073
|
||||
%define patchlevel 075
|
||||
|
||||
Summary: The VIM editor
|
||||
URL: http://www.vim.org/
|
||||
@ -137,6 +137,8 @@ Patch070: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.070
|
||||
Patch071: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.071
|
||||
Patch072: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.072
|
||||
Patch073: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.073
|
||||
Patch074: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.074
|
||||
Patch075: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.075
|
||||
|
||||
Patch3000: vim-7.3-syntax.patch
|
||||
Patch3002: vim-7.1-nowarnings.patch
|
||||
@ -354,6 +356,8 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
|
||||
%patch071 -p0
|
||||
%patch072 -p0
|
||||
%patch073 -p0
|
||||
%patch074 -p0
|
||||
%patch075 -p0
|
||||
|
||||
|
||||
# install spell files
|
||||
@ -821,6 +825,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_datadir}/icons/hicolor/*/apps/*
|
||||
|
||||
%changelog
|
||||
* Fri Dec 03 2010 Karsten Hopp <karsten@redhat.com> 7.3.075-1
|
||||
- patchlevel 075
|
||||
|
||||
* Thu Dec 02 2010 Karsten Hopp <karsten@redhat.com> 7.3.073-1
|
||||
- patchlevel 073
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user