- patchlevel 62, build with gcc-4
This commit is contained in:
parent
ef334d8c1b
commit
5c3e2974d2
@ -84,3 +84,4 @@ Individual patches for Vim 6.3:
|
|||||||
2286 6.3.059 crash when editing a file with spaces and shell expansion
|
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
|
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
|
1984 6.3.061 display mess when multi-byte char at right edge of screen
|
||||||
|
2337 6.3.062 ":normal! gQ" hangs
|
||||||
|
9
vim.spec
9
vim.spec
@ -21,12 +21,12 @@
|
|||||||
|
|
||||||
%define baseversion 6.3
|
%define baseversion 6.3
|
||||||
%define vimdir vim63
|
%define vimdir vim63
|
||||||
%define patchlevel 061
|
%define patchlevel 062
|
||||||
|
|
||||||
Summary: The VIM editor.
|
Summary: The VIM editor.
|
||||||
Name: vim
|
Name: vim
|
||||||
Version: %{baseversion}.%{patchlevel}
|
Version: %{baseversion}.%{patchlevel}
|
||||||
Release: 3
|
Release: 1
|
||||||
License: freeware
|
License: freeware
|
||||||
Group: Applications/Editors
|
Group: Applications/Editors
|
||||||
Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{baseversion}.tar.bz2
|
Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{baseversion}.tar.bz2
|
||||||
@ -112,6 +112,7 @@ Patch058: ftp://ftp.vim.org/pub/vim/patches/6.3.058
|
|||||||
Patch059: ftp://ftp.vim.org/pub/vim/patches/6.3.059
|
Patch059: ftp://ftp.vim.org/pub/vim/patches/6.3.059
|
||||||
Patch060: ftp://ftp.vim.org/pub/vim/patches/6.3.060
|
Patch060: ftp://ftp.vim.org/pub/vim/patches/6.3.060
|
||||||
Patch061: ftp://ftp.vim.org/pub/vim/patches/6.3.061
|
Patch061: ftp://ftp.vim.org/pub/vim/patches/6.3.061
|
||||||
|
Patch062: ftp://ftp.vim.org/pub/vim/patches/6.3.062
|
||||||
|
|
||||||
Patch3000: vim-6.1-syntax.patch
|
Patch3000: vim-6.1-syntax.patch
|
||||||
Patch3001: vim-6.2-rh1.patch
|
Patch3001: vim-6.2-rh1.patch
|
||||||
@ -300,6 +301,7 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
|
|||||||
%patch059 -p0
|
%patch059 -p0
|
||||||
%patch060 -p0
|
%patch060 -p0
|
||||||
%patch061 -p0
|
%patch061 -p0
|
||||||
|
%patch062 -p0
|
||||||
|
|
||||||
|
|
||||||
%patch3000 -p1
|
%patch3000 -p1
|
||||||
@ -567,6 +569,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Mar 02 2005 Karsten Hopp <karsten@redhat.de> 6.3.062-1
|
||||||
|
- patchlevel 62, build with gcc-4
|
||||||
|
|
||||||
* Thu Feb 10 2005 Karsten Hopp <karsten@redhat.de> 6.3.061-3
|
* Thu Feb 10 2005 Karsten Hopp <karsten@redhat.de> 6.3.061-3
|
||||||
- spec.vim fix from Andrew Overholt
|
- spec.vim fix from Andrew Overholt
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user