- patchlevel 61
This commit is contained in:
parent
8e2227aca9
commit
aed4477aaf
@ -81,3 +81,6 @@ Individual patches for Vim 6.3:
|
||||
2091 6.3.056 window title wrong for specific multi-byte character
|
||||
1748 6.3.057 folds are not updated after a filter command
|
||||
4440 6.3.058 crash when zero columns room; can't compile without :vsplit
|
||||
2286 6.3.059 crash when editing a file with spaces and shell expansion
|
||||
1609 6.3.060 register name isn't checked for CTRL-R CTRL-O in Insert mode
|
||||
1984 6.3.061 display mess when multi-byte char at right edge of screen
|
||||
|
13
vim.spec
13
vim.spec
@ -21,12 +21,12 @@
|
||||
|
||||
%define baseversion 6.3
|
||||
%define vimdir vim63
|
||||
%define patchlevel 058
|
||||
%define patchlevel 061
|
||||
|
||||
Summary: The VIM editor.
|
||||
Name: vim
|
||||
Version: %{baseversion}.%{patchlevel}
|
||||
Release: 2
|
||||
Release: 1
|
||||
License: freeware
|
||||
Group: Applications/Editors
|
||||
Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{baseversion}.tar.bz2
|
||||
@ -109,6 +109,9 @@ Patch055: ftp://ftp.vim.org/pub/vim/patches/6.3.055
|
||||
Patch056: ftp://ftp.vim.org/pub/vim/patches/6.3.056
|
||||
Patch057: ftp://ftp.vim.org/pub/vim/patches/6.3.057
|
||||
Patch058: ftp://ftp.vim.org/pub/vim/patches/6.3.058
|
||||
Patch059: ftp://ftp.vim.org/pub/vim/patches/6.3.059
|
||||
Patch060: ftp://ftp.vim.org/pub/vim/patches/6.3.060
|
||||
Patch061: ftp://ftp.vim.org/pub/vim/patches/6.3.061
|
||||
|
||||
Patch3000: vim-6.1-syntax.patch
|
||||
Patch3001: vim-6.2-rh1.patch
|
||||
@ -294,6 +297,9 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
|
||||
%patch056 -p0
|
||||
%patch057 -p0
|
||||
%patch058 -p0
|
||||
%patch059 -p0
|
||||
%patch060 -p0
|
||||
%patch061 -p0
|
||||
|
||||
|
||||
%patch3000 -p1
|
||||
@ -561,6 +567,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Mon Jan 31 2005 Karsten Hopp <karsten@redhat.de> 6.3.061-1
|
||||
- patchlevel 61
|
||||
|
||||
* Tue Jan 18 2005 Chip Turner <cturner@redhat.com> 1:058-2
|
||||
- rebuild for new perl
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user