- patchlevel 46
This commit is contained in:
parent
1e3c2fa36c
commit
bb00968937
@ -65,3 +65,10 @@ Individual patches for Vim 7.3:
|
||||
4147 7.3.037 compiler warnings for loss of data
|
||||
2638 7.3.038 v:windowid isn't set for MS-Windows
|
||||
2567 7.3.039 crash when using skk.vim plugin
|
||||
1627 7.3.040 go past end of string when comparing while ignoring case
|
||||
1857 7.3.041 compiler warning for mediumVersion
|
||||
1915 7.3.042 no spell highlighting when re-using an empty buffer
|
||||
14836 7.3.043 can't load Ruby dynamically on Unix
|
||||
1857 7.3.044 preview window too high when opened by the popup menu
|
||||
1739 7.3.045 compiler warning for uninitialized variable
|
||||
2126 7.3.046 can't build Ruby on MS-Windows
|
||||
|
19
vim.spec
19
vim.spec
@ -18,7 +18,7 @@
|
||||
#used for pre-releases:
|
||||
%define beta %{nil}
|
||||
%define vimdir vim73%{?beta}
|
||||
%define patchlevel 039
|
||||
%define patchlevel 046
|
||||
|
||||
Summary: The VIM editor
|
||||
URL: http://www.vim.org/
|
||||
@ -103,6 +103,13 @@ Patch036: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.036
|
||||
Patch037: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.037
|
||||
Patch038: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.038
|
||||
Patch039: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.039
|
||||
Patch040: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.040
|
||||
Patch041: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.041
|
||||
Patch042: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.042
|
||||
Patch043: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.043
|
||||
Patch044: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.044
|
||||
Patch045: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.045
|
||||
Patch046: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.046
|
||||
|
||||
Patch3000: vim-7.3-syntax.patch
|
||||
Patch3002: vim-7.1-nowarnings.patch
|
||||
@ -286,6 +293,13 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
|
||||
%patch037 -p0
|
||||
%patch038 -p0
|
||||
%patch039 -p0
|
||||
%patch040 -p0
|
||||
%patch041 -p0
|
||||
%patch042 -p0
|
||||
%patch043 -p0
|
||||
%patch044 -p0
|
||||
%patch045 -p0
|
||||
%patch046 -p0
|
||||
|
||||
|
||||
# install spell files
|
||||
@ -753,6 +767,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_datadir}/icons/hicolor/*/apps/*
|
||||
|
||||
%changelog
|
||||
* Wed Oct 27 2010 Karsten Hopp <karsten@redhat.com> 7.3.046-1
|
||||
- patchlevel 046
|
||||
|
||||
* Wed Oct 27 2010 Karsten Hopp <karsten@redhat.com> 7.3.039-1
|
||||
- patchlevel 039
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user