- fix crash when 'enc' is set to utf-8 and menus redefined
This commit is contained in:
parent
fee2fd7260
commit
293dffa3d2
@ -52,3 +52,4 @@ Individual patches for Vim 6.3:
|
|||||||
7500 6.3.027 VMS: Writing a file may insert extra CR characters
|
7500 6.3.027 VMS: Writing a file may insert extra CR characters
|
||||||
2128 6.3.028 the BOM marker is written when appending to a file
|
2128 6.3.028 the BOM marker is written when appending to a file
|
||||||
2173 6.3.029 crash in syntax highlighting code when inserting a line break
|
2173 6.3.029 crash in syntax highlighting code when inserting a line break
|
||||||
|
4579 6.3.030 GTK 2: crash when 'enc' is set to "utf-8" and menus redefined
|
||||||
|
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 029
|
%define patchlevel 030
|
||||||
|
|
||||||
Summary: The VIM editor.
|
Summary: The VIM editor.
|
||||||
Name: vim
|
Name: vim
|
||||||
Version: %{baseversion}.%{patchlevel}
|
Version: %{baseversion}.%{patchlevel}
|
||||||
Release: 2
|
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
|
||||||
@ -79,6 +79,7 @@ Patch026: ftp://ftp.vim.org/pub/vim/patches/6.3.026
|
|||||||
Patch027: ftp://ftp.vim.org/pub/vim/patches/6.3.027
|
Patch027: ftp://ftp.vim.org/pub/vim/patches/6.3.027
|
||||||
Patch028: ftp://ftp.vim.org/pub/vim/patches/6.3.028
|
Patch028: ftp://ftp.vim.org/pub/vim/patches/6.3.028
|
||||||
Patch029: ftp://ftp.vim.org/pub/vim/patches/6.3.029
|
Patch029: ftp://ftp.vim.org/pub/vim/patches/6.3.029
|
||||||
|
Patch030: ftp://ftp.vim.org/pub/vim/patches/6.3.030
|
||||||
|
|
||||||
Patch3000: vim-6.1-syntax.patch
|
Patch3000: vim-6.1-syntax.patch
|
||||||
Patch3001: vim-6.2-rh1.patch
|
Patch3001: vim-6.2-rh1.patch
|
||||||
@ -228,6 +229,7 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
|
|||||||
# VMS %patch27 -p0
|
# VMS %patch27 -p0
|
||||||
%patch28 -p0
|
%patch28 -p0
|
||||||
%patch29 -p0
|
%patch29 -p0
|
||||||
|
%patch30 -p0
|
||||||
|
|
||||||
%patch3000 -p1 -b .syntx
|
%patch3000 -p1 -b .syntx
|
||||||
%patch3001 -p1 -b .rh1
|
%patch3001 -p1 -b .rh1
|
||||||
@ -489,6 +491,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Oct 08 2004 Karsten Hopp <karsten@redhat.de> 6.3.030-2
|
||||||
|
- patchlevel 30
|
||||||
|
|
||||||
* Wed Oct 06 2004 Karsten Hopp <karsten@redhat.de> 6.3.029-2
|
* Wed Oct 06 2004 Karsten Hopp <karsten@redhat.de> 6.3.029-2
|
||||||
- fix perl requirement
|
- fix perl requirement
|
||||||
- patchlevel 29 to fix crash when inserting a line break
|
- patchlevel 29 to fix crash when inserting a line break
|
||||||
|
Loading…
Reference in New Issue
Block a user