- patchlevel 47
This commit is contained in:
parent
7868424576
commit
5846bddfdf
@ -72,3 +72,4 @@ Individual patches for Vim 7.3:
|
|||||||
1857 7.3.044 preview window too high when opened by the popup menu
|
1857 7.3.044 preview window too high when opened by the popup menu
|
||||||
1739 7.3.045 compiler warning for uninitialized variable
|
1739 7.3.045 compiler warning for uninitialized variable
|
||||||
2126 7.3.046 can't build Ruby on MS-Windows
|
2126 7.3.046 can't build Ruby on MS-Windows
|
||||||
|
6058 7.3.047 (after 7.3.032) missing makefile updates for test 75
|
||||||
|
7
vim.spec
7
vim.spec
@ -18,7 +18,7 @@
|
|||||||
#used for pre-releases:
|
#used for pre-releases:
|
||||||
%define beta %{nil}
|
%define beta %{nil}
|
||||||
%define vimdir vim73%{?beta}
|
%define vimdir vim73%{?beta}
|
||||||
%define patchlevel 046
|
%define patchlevel 047
|
||||||
|
|
||||||
Summary: The VIM editor
|
Summary: The VIM editor
|
||||||
URL: http://www.vim.org/
|
URL: http://www.vim.org/
|
||||||
@ -110,6 +110,7 @@ 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
|
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
|
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
|
Patch046: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.046
|
||||||
|
Patch047: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.047
|
||||||
|
|
||||||
Patch3000: vim-7.3-syntax.patch
|
Patch3000: vim-7.3-syntax.patch
|
||||||
Patch3002: vim-7.1-nowarnings.patch
|
Patch3002: vim-7.1-nowarnings.patch
|
||||||
@ -300,6 +301,7 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
|
|||||||
%patch044 -p0
|
%patch044 -p0
|
||||||
%patch045 -p0
|
%patch045 -p0
|
||||||
%patch046 -p0
|
%patch046 -p0
|
||||||
|
%patch047 -p0
|
||||||
|
|
||||||
|
|
||||||
# install spell files
|
# install spell files
|
||||||
@ -767,6 +769,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/icons/hicolor/*/apps/*
|
%{_datadir}/icons/hicolor/*/apps/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Oct 28 2010 Karsten Hopp <karsten@redhat.com> 7.3.047-1
|
||||||
|
- patchlevel 047
|
||||||
|
|
||||||
* Wed Oct 27 2010 Karsten Hopp <karsten@redhat.com> 7.3.046-1
|
* Wed Oct 27 2010 Karsten Hopp <karsten@redhat.com> 7.3.046-1
|
||||||
- patchlevel 046
|
- patchlevel 046
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user