- patchlevel 61
This commit is contained in:
parent
44c928f6b7
commit
801eae1f2d
@ -82,3 +82,8 @@ Individual patches for Vim 7.3:
|
|||||||
3354 7.3.054 can define a user command for :Print, but it doesn't work
|
3354 7.3.054 can define a user command for :Print, but it doesn't work
|
||||||
10470 7.3.055 endless loop when recursively comparing lists and dicts
|
10470 7.3.055 endless loop when recursively comparing lists and dicts
|
||||||
17935 7.3.056 "getline" argument in do_cmdline() shadows global
|
17935 7.3.056 "getline" argument in do_cmdline() shadows global
|
||||||
|
1980 7.3.057 segfault with command line abbreviation
|
||||||
|
4735 7.3.058 error "code converter not found" when loading Ruby script
|
||||||
|
3226 7.3.059 Netbeans: Problem with recursive messages for Athena/Motif
|
||||||
|
5326 7.3.060 Netbeans: crash when socket is disconnected unexpectedly
|
||||||
|
3307 7.3.061 remote ":drop" does not respect 'autochdir'
|
||||||
|
15
vim.spec
15
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 056
|
%define patchlevel 061
|
||||||
|
|
||||||
Summary: The VIM editor
|
Summary: The VIM editor
|
||||||
URL: http://www.vim.org/
|
URL: http://www.vim.org/
|
||||||
@ -120,6 +120,11 @@ Patch053: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.053
|
|||||||
Patch054: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.054
|
Patch054: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.054
|
||||||
Patch055: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.055
|
Patch055: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.055
|
||||||
Patch056: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.056
|
Patch056: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.056
|
||||||
|
Patch057: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.057
|
||||||
|
Patch058: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.058
|
||||||
|
Patch059: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.059
|
||||||
|
Patch060: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.060
|
||||||
|
Patch061: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.061
|
||||||
|
|
||||||
Patch3000: vim-7.3-syntax.patch
|
Patch3000: vim-7.3-syntax.patch
|
||||||
Patch3002: vim-7.1-nowarnings.patch
|
Patch3002: vim-7.1-nowarnings.patch
|
||||||
@ -320,6 +325,11 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
|
|||||||
%patch054 -p0
|
%patch054 -p0
|
||||||
%patch055 -p0
|
%patch055 -p0
|
||||||
%patch056 -p0
|
%patch056 -p0
|
||||||
|
%patch057 -p0
|
||||||
|
%patch058 -p0
|
||||||
|
%patch059 -p0
|
||||||
|
%patch060 -p0
|
||||||
|
%patch061 -p0
|
||||||
|
|
||||||
|
|
||||||
# install spell files
|
# install spell files
|
||||||
@ -787,6 +797,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/icons/hicolor/*/apps/*
|
%{_datadir}/icons/hicolor/*/apps/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Nov 16 2010 Karsten Hopp <karsten@redhat.com> 7.3.061-1
|
||||||
|
- patchlevel 061
|
||||||
|
|
||||||
* Tue Nov 16 2010 Karsten Hopp <karsten@redhat.com> 7.3.056-1
|
* Tue Nov 16 2010 Karsten Hopp <karsten@redhat.com> 7.3.056-1
|
||||||
- patchlevel 056
|
- patchlevel 056
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user